
img {width:100%;}
/***HEADER STUFF***/

.header-img {
  display: block;
  /* Set a width smaller than the container for auto margins to work */
  width: 40%; margin: 0 auto;
  /*margin: 0 auto;*/ /* Centers the image horizontally */
}

.bar .col-2-sm {text-align:center;}

.hamburger {
  display: none; /* Hide hamburger on desktop */
}



/***Home CONTENT***/


body {background:url("images/porfoliobackground.jpg")top center no-repeat;  padding-bottom: 150px; background-attachment:fixed;}
div.home .col-12 {text-align: center;}

.frog img {width:80%; margin-top: 15px; padding-bottom: 150px;}

.droplet img {width: 90%; margin-top: 70px; padding-bottom: 150px;}
#portfoliobackground{
  background: url("images/porfoliobackground.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}
div.bar {background:#ebadc0; padding-top: 15px; padding-bottom:15px}

/*div.logo {width:35%; height: 35%; margin: 0;}*/

.home h2 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; font-size: 50px;}

.home h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; font-size: 60px;}

div.bar {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}

div.bar  a{display:block; color:#4a4965; text-decoration: none;}
div.bar a:hover {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal; color:#4a4965;}
.bar {
	font-size: 25px; 
}

.bar .col-2-sm {padding-top: 35px;}
.hamburger {text-align: right; }
	.hamburger span {font-size:50px; padding-top: 20px;}

  /* The Overlay (background) */
.bar span {display:none;}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #ebadc0;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #4a4965; font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ffebc8; font-family: "playfair-display", serif; font-weight: 700; font-style: normal;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  
}



.home h1 {margin-top: -35px;}




/***CTA***/

.cta {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal; padding-bottom:150px;}

.cta a {display:block; border-radius: 15px; width: 100%; font-size: 25px;  padding-top: 15px; padding-bottom: 15px;  text-align: center; text-decoration: none; color:#FFFFFF; background-color:#76a1cc; margin-top: -60px;}

.cta a:hover {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal; color:#FFFFFF;}


.mobile {display:none;}




/**CONTACT**/


.contact h1 {text-align: center; color: #ffebc8; font-size: 50px;  text-algin:center; padding-left: 375px;}
.contact h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }


.contact h2 {color: #4a4965; font-size: 30px; padding-right: 25px; margin-left: -100px;}
.contact span {color: #4a4965; font-size: 35px;}
.contact h2 {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}
.contact span {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}

.contact h1 {margin-bottom: 100px;}


#contact-us-header { color:#ffebc8; text-align: left; margin-left: 50px;}
.contact-us form input, textarea{background-color: white; width: 80%; margin-bottom:30px; height: 30px; border-radius: 5px; color: black;}

#contact-us-header {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;}

::placeholder{color:black;}
textarea {height: 70px; resize:none;}
::placeholder {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}

#submit-button {background-color:#76a1cc;  border: 4px; border-color: white; color:white; padding-bottom:15px; width:30%;}
.contact-us form input, textarea:focus {outline:none;}
.contact-us {
  position: relative;
  top: -400px; /* Moves the form 50px up from its original spot */
}

#submit-button {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}



.contact-us h3 {padding-bottom: 15px;}
.contact-us h3 {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}


.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  & > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
  }
  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
}

.modal-close {
  color: black;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: #4a4965;
  }
}

button.btn  {background-color:#76a1cc; border: 4px; border-color: white; color:white;  margin-left:100px; margin-top: 20px; padding-bottom: 15px; padding-top: 15px; width:50%; display:block; text-decoration: none; text-align: center; border-radius: 15px; font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal; font-size: 20px;
}
button.btn:hover {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;}





::placeholder{font-family:"playfair-display","serif"; color:black;}

::placeholder{ color:black;}
textarea {height: 70px; resize:none; border:6px solid #76a1cc; border-radius:25px}
	::placeholder {font-family: "playfair-display", "serif";
font-weight: 400;
font-style: normal;}


	
.contact-us form input, textarea:focus {outline:none; resize: none; border:6px solid #76a1cc; border-radius:25px}
.contact-us {
  position: relative; 
  top: -130px; left: 500px; /* Moves the form 50px up from its original spot */
}

footer {
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center;     /* Centers content vertically */
   
}


.footer-section {
    flex-grow: 1; /* Allows sections to grow and share available space */
    text-align: center;
     /* Add some spacing around content */
}

.vertical-divider {
    border-left: 2px solid #a38d65; /* Creates the vertical line */
    height: 20px;                /* Adjust the height as needed */
    margin: 0 20px;              /* Space between line and content */
}







/***ABOUT***/
.about h1 {text-align: center; color: #ffebc8; font-size: 50px;  margin-right:10px;}
.about h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }

.headshot img {width:100%;}

.about h3 {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;  color: #4a4965; margin-top: 150px; font-size: 20px; }
.certified h2 {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;  color: #4a4965;  margin-left:5px; font-size: 30px;}

.proficient {clear:both;}
.proficient h2 {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;  color: #4a4965;font-size: 30px; padding-bottom: 25px;}


.about h3 {padding-bottom: 100px; font-size: 20px; margin-left: 350px; }

.photoshop img {width:100%;border: solid 5px white; border-radius: 8px;}

.ai img {width:100%; margin-top: -25px; border: solid 5px white; border-radius: 8px;}

.indesign  img {width:100%; margin-top: -25px; border: solid 5px white; border-radius: 8px;}

.bridge  img {width: 100%; margin-top: -25px; border: solid 5px white; border-radius: 8px;}

.dwdream img {width: 100%; margin-top: -25px; border: solid 5px white; border-radius: 8px;}

.proficient {padding-bottom: 250px;}




/***ILLUSTRATION***/


.illustration h1 {text-align: center; color: #ffebc8; font-size: 50px;  text-algin:center;  padding-top:5px; padding-bottom: 25px;}
.illustration h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }


.art a {
		display: inline-block; width: 100%; margin: 5%;
	}	
.art a img {border: solid 8px white;  margin-left: 80px;}





/***PHOTOGRAPHY***/


.photography h1 {text-align: center; color: #ffebc8; font-size: 50px;  text-algin:center;}
.photography h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; padding-bottom: 25px;}


.photoyes a img{border: solid 8px white;  margin-left: 80px;}

.photoyes a  {
		display: inline-block; width: 100%; margin: 5%;
	}	





/**FOOTER**/


.footer-section p {
    margin-right: 50px; margin-top: -15px; height: 10px;
}

footer {
    background-color: #ebadc0; /* Dark background color */
    color:#ffebc8; /* White text color */
	text-align: center; 
    padding: 15px;/* Add some space around the content */
    width: 100%; /* Ensure it spans the full width */
	
}

footer {
    position: fixed; /* Fixes the footer to the viewport */
    left: 0;
    bottom: 0; /* Positions it at the bottom */
	width: 100%;}
    /* Add other styling properties like background, color, etc. */



/**Mobile**/

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media screen and (max-width: 650px) {
div.home {padding-top:465px; padding-bottom: 50px;background-size:100%;}
	
	.mobile {display: block; }
	.desktop {display:none;}


.header-img {
  display: block; padding-top: 15px;
  /* Set a width smaller than the container for auto margins to work */
  width: 50%; margin: 0 auto; margin-right: 0px; /* Centers the image horizontally */
}

/**NAV**/

div.bar {background:#ebadc0; padding-top: 25px; padding-bottom:15px;}
	.bar .col-2-sm {padding-top:0;}
	.bar span {display:block;  font-size:60px; color: #76a1cc; line-height:60px;}
	.bar .col-2-sm a {display:none;}

	
	
	
.frog img {width:90%; margin-top: -200px; margin-bottom: 50px; padding-bottom: 50px;}

.droplet img {width: 100%; margin-top: -200px;margin-bottom: 50px; padding-bottom: 50px;}
	
	
.portrait img {width: 100%; margin-top: -200px; padding-bottom: 50px; margin-bottom: 50px;}
	
#portfoliobackground{
  background: url("images/porfoliobackground.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}

/**HOME**/
	
.home h2 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }

.home h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }

div.bar {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}

div.bar  a{display:block; color:#4a4965; text-decoration: none;}
div.bar a:hover {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal; color:#4a4965;}
.bar {
	font-size: 15px; 
}

.home h2 {margin-top: -400px; font-size: 40px;}
	

.home h1 {margin-top: -20px; font-size: 50px;}
	
.cta {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal; padding-bottom:150px;}

.cta a {display:block; border-radius: 15px; width: 155%; font-size: 15px;  padding-top: 15px; padding-bottom: 15px; margin-left: -40px;  text-align: center; text-decoration: none; color:#FFFFFF; background-color:#76a1cc; margin-top: -100px;}

.cta a:hover {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal; color:#FFFFFF;}

/**Nav**/
	.bar .col-2-sm {padding-bottom: 50px;}
	
.footer-section p {
    margin-right: 75px; margin-top: -5px; color:#ffebc8; height: 35px;
}
	
/**Media Contact**/
	
.contact h1 {text-align: center; color: #ffebc8; font-size: 40px;  text-algin:center; padding-left: 175px;}
.contact h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }


.contact h2 {color: #4a4965; font-size: 25px; padding-right: 25px; margin-left: -20px; }
.contact span {color: #4a4965;font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal; font-size: 25px;}
.contact h2 {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}


.contact h1 {margin-bottom: 100px;}


#contact-us-header { color:#ffebc8; text-align: left; margin-right: 20px;}
.contact-us form input, textarea{background-color: white; width: 100%; margin-bottom:25px; height: 30px; border-radius: 5px; color: black;}

#contact-us-header {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;}

::placeholder{color:black; font-size: 15px;}
textarea {height: 70px; resize:none;}
::placeholder {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal; font-size: 15px;}

#submit-button {background-color:#76a1cc;  border: 4px; border-color: white; color:white; padding-bottom:15px; width:30%;}
.contact-us form input, textarea:focus {outline:none;}
.contact-us {
  position: relative;
  top: -200px; /* Moves the form 50px up from its original spot */
}

#submit-button {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;}



.contact-us h3 {padding-bottom: 15px;}
.contact-us h3 {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal; font-size: 15px;}
	
button.btn  {background-color:#76a1cc; border: 4px; border-color: white; color:white;  margin-left:50px; margin-top: 15px; padding-bottom: 10px; padding-top: 10px; width:75%; display:block; text-decoration: none; text-align: center; border-radius: 15px; font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal; font-size: 15px;
}
button.btn:hover {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;}





::placeholder{font-family:"playfair-display","serif"; color:black;}

::placeholder{ color:black;}
textarea {height: 70px; resize:none; border:6px solid #76a1cc; border-radius:25px}
	::placeholder {font-family: "playfair-display", "serif";
font-weight: 400;
font-style: normal;}


	
.contact-us form input, textarea:focus {outline:none; resize: none; border:6px solid #76a1cc; border-radius:25px;}
.contact-us {
  position: relative; 
  top: 10px; left: 75px; /* Moves the form 50px up from its original spot */
}
	
	.contact {padding-bottom: 150px;}	

	
/***ILLUSTRATION***/


.illustration h1 {text-align: center; color: #ffebc8; font-size: 40px;  text-algin:center;  padding-top:5px; padding-bottom: 25px;}
.illustration h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }
.art { padding-bottom: 150px;}	

.art a {
		display: inline-block; width: 25%; margin: 2%; 
	}	
	

.art a img {border: solid 5px white;}	
	
	
	
/***ABOUT***/
	
	
.about h1 {text-align: center; color: #ffebc8; font-size: 40px;  margin-right:10px;}
.about h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; }

.headshot img {width:100%; margin-top: 45px;}


.about h3 {font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;  color: #4a4965; margin-top: 40px; margin-left: 200px; }
.about h3 {padding-bottom: 50px; font-size: 15px; }
	
.certified h2 {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;  color: #4a4965;  margin-left:5px; font-size: 20px;}

.proficient {clear:both;}
.proficient h2 {font-family: "playfair-display", serif;
font-weight: 700;
font-style: normal;  color: #4a4965;font-size: 20px; padding-bottom: 25px;}




.photoshop img {width:100%; }

.ai img {width:100%; margin-top: -25px; border: solid 5px white; border-radius: 8px;}

.indesign  img {width:100%; margin-top: -25px;border: solid 5px white; border-radius: 8px;}

.bridge  img {width: 100%; margin-top: -25px;border: solid 5px white; border-radius: 8px;}

.dwdream img {width: 100%; margin-top: -25px;border: solid 5px white; border-radius: 8px;}

.proficient {padding-bottom: 250px;}
	
	
	
/***PHOTOGRAPHY***/
	
.photoyes {  padding-bottom: 150px; }	

.photoyes a {
		display: inline-block; width: 25%; margin: 2%;
	}	
	
.photography h1 {text-align: center; color: #ffebc8; font-size: 40px;  text-algin:center;}
.photography h1 {font-family: snell-roundhand-lt-std, sans-serif;
font-weight: 700;
font-style: normal;  color: #4a4965; padding-bottom: 25px;}	
.photoyes a img {border: solid 5px white;}	
	
	

}



















