@charset "UTF-8";
/* CSS Document */

/*overall layout*/

body {
    background-color: #8a6e7f;
    
    
}

.container{
    text-align:center;
	width:100%;
	background-color: #EDE6E8;
}

.header{   
    width:100%;
    text-align:center;
    margin-top:60px;
    margin-bottom: 60px;
    
}


h1 {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
/*    animation: fadeInTitle 1.2s ease-out forwards; */
}

h3{
      text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:23px;
    color: #AE6A7D;
    
    
}

.myp {
    width:100%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    line-height: 29px;
    font-size: 17px;
    text-align:center;
    
}

.ppparagraph {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 0px;
    color: #000000;
    margin-top: -5px;
}


ul{
    text-align:center;
	list-style-type:none;
	line-height:10px;
	margin-top:30px;

}

ul li a{
	text-decoration:none;
	color: #23191C;
	margin-left:-34px;
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';

}
ul li a:hover{
        color: #AC86AC;
}




.nav-links{
    display: flex;
  list-style:none;
  margin: 0;
  padding: 0;
  gap: 20px;
	max-width:100%;
	background-color:#8a6e7f;
	text-align: center;
}



/* Hide the toggle button on desktop screens */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  border:none;
  cursor: pointer;
    padding: 0;
}

.menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #8a6e7f; /* Adjust color to match your layout */
  border-radius: 5px;
  transition: all 0.3s ease;
}

.navBar ul {
	list-style-type: none;
    letter-spacing: 1px;
	padding: 15px;
	justify-content: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    display: flex;
	font-size:14px;
}
.navBar ul li a {
	display: block;
	color: #F9F6F2;
	padding: 20px;
	text-decoration: none;
}

.navBar ul li a:hover {
    color: #5D4A55;
}

.myfooter {
    background-color: #8a6e7f;
    margin-top:50px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    letter-spacing: 1px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #F9F6F2;
    font-size: 14px;
}


.disclaimer {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    justify-content: center;
    font-size: 17px;
    padding-bottom: 29px;
    color: #69505C;
}

/*CONTACT page*/

.contact.form form input {
    color: #2B1F21;
    height: 28px;
    width: 200px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
}


form p textarea {
    width: 344px;
    height: 141px;
    background-color: #E1D7D9;
    margin-top: -8px;
    border-style: none;
    color: #000000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 17px;
}

.contact.form form p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #A05368;
    font-weight: bold;
}


form p input {
    width: 1000;
    background-color: #E1D7DA;
        border-style: none;


}

.contact.form form .submit {
    text-align: center;
    display: inline;
    width: 92px;
    background-color: #D4AAB5;
    color: #FFFFFF;
    border-style: none;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    height: 32px;
}





 

.contact.info  li a:hover {
    color: #AC86AC;
    display: inline;
    text-align: left;
    text-decoration: none;
}

.container .contact.header h2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #3c3034;
    font-size: 20px;
}


/*PORTFOLIO page*/

.slide-title {
    text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:23px;
    color: #AE6A7D;
}

.website ul{
	list-style-type: none;
}

.website ul li a{
	color: #23191C;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    line-height: 28px;
   font-size: 18px;
    text-decoration: none;
    margin-left: -34px;
	letter-spacing:1px;
}

.website ul li a:hover{
    font-weight: bolder;
}

	
.slideshow-container ul{
    text-align:center;
	list-style-type:none;
	line-height:10px;
	margin-top:30px;

}

.slideshow-container ul li a{
	text-decoration:none;
	color: #23191C;
	margin-left:-34px;
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';

}

.slideshow-container ul li a:hover{
        color: #AC86AC;
}

* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6 {
  display: none;
  width: 100%;
}

/* Crucial Fix: Forces the active slide wrapper to become a centering flex container */
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6 {
    width: 100%;
    height: 100%;
    display: none; /* Controlled by your JavaScript */
  /* Flexbox alignment rules */
    align-items: center;     /* Centers the image perfectly up & down */
    justify-content: center;  /* Centers the image perfectly left & right */

}

/* Main Container Grid - Centers the slideshow rows on the page */
.slideshow-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers the slideshows horizontally */
  gap: 50px; /* Generous gap between side-by-side slideshows */
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Individual Slideshow Container */
.slideshow-container {
  position: relative;
  /* Width must be exactly 400px plus the 60px padding on each side for buttons */
  width: 520px; 
    max-width: 100%;
  box-sizing: border-box;
  padding: 0 60px; /* Space reserved exclusively for your next/prev buttons */
    
}

/* Fixes a layout bug where elements below rows try to float upward */
.slideshow-grid::after {
  content: "";
  display: table;
  clear: both;
}

/* The Frame: Forces every single slideshow box to be the exact same height */
.image-window {
  width: 400px;
    max-width: 100%;
  height: 550px;
  background-color: #EDE6E8; /* Matches your background exactly for a seamless look */
  overflow: hidden;
  position:relative;
    margin: 0 auto;
    
}

/* Auto-Scaling Artwork */
.image-window img {
  max-width: 100%;    /* If image is wide (700x500), shrinks width to 400px max */
  max-height: 100%;   /* If image is tall (400x700), shrinks height to 550px max */
  width: auto;        /* Automatically adjusts width to preserve aspect ratio */
  height: auto;       /* Automatically adjusts height to preserve aspect ratio */
  display:block;
    
}

/* Locked Navigation Buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 57%;
  transform: translateY(-50%); /* Centers buttons perfectly on the middle horizon line */
  width: 44px;
  height: 44px;
  color: #8a6e7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
  user-select: none;
  z-index: 10;
}

/* Pins buttons directly outside the 400x550 image frame boundaries */
.prev { left: 8px; }
.next { right: 8px; }

.prev:hover, .next:hover {
  background-color: #8a6e7f;
  color: #EDE6E8;
}


/*end of PORTFOLIO page*/




/* 1. Define the fade-in animation rule */
@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translateY(10px); /* Optional: Drifts upward slightly as it fades in */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Responsive Mobile Screen Rules */

@media screen and (max-width: 600px) {
    
    
     .navBar {
    justify-content: flex-end; /* Pushes the hamburger button to the right side of the screen */
    padding: 30px 0;
  }

  /* Reveal the hamburger button on mobile screens */
  .menu-toggle {
    display: flex !important;
    z-index: 10001;
  }

  /* Hide the menu list completely by sliding it up above the screen viewport */
  .nav-links {
    position: absolute;
    top: 50px;           /* Adjust this based on your header's height */
    right: 0;
    width: 100%;
    background-color: #8a6e7f; /* Gives the dropdown a solid clean background */
    flex-direction: column;
    align-items: center;
    padding: 20px 0 !important;
    gap: 15px;
    
    /* Animation: Hidden state */
    opacity: 0;
    pointer-events: none; /* Prevents clicking links while menu is hidden */
    transform: translateY(-10px);
/*    transition: all 0.3s ease-in-out;*/
    z-index: 10000;
  }

  /* Reveal State: Triggered when clicked */
  .nav-links.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
  }

  .nav-links a {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
    
  .slideshow-grid {
      flex-direction: column;
      align-items: center;
      padding: 20px 0px; /*removed side padding from main grid*/
  }
    
    
.slideshow-container{
    width:100% !important; /*forces lyaout to take up mobile screen width*/
    padding: 0 45px;
    margin-bottom:40px;
    
    
}

.image-window{
    width: calc(100% - 10px) !important;
    height: 420px;
    margin: 0 auto;
}

.prev .next {
    width: 38px;
    height: 38px;
    font-size: 14px;
    z-index: 9999 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev {
    left: 4px !important;
}

.next {
    right: 4px !important;
}

}
