@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
  font-optical-sizing: auto;
  font-style: normal;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --darkBlue: #19313e;
  --cream: #ffe4c4;
  --emerald: #40755e;
  --gold: #956d3c;
  --bronze: #634625;
  --logoBlue: #87a9b6;
  --lightBlue: #d0e6ee;
  --darkerLightBlue:  rgb(137, 190, 209);
  --darkLogoBlue: #729aaa;;

}
h1 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.2em;
  margin: 22px 0 12px 0;
}
h3 {
  font-size: 1.1em;
  font-weight: 600;

  margin: 10px 0 6px 0;
}

header {
  height: 76px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  border-bottom: #7f9178 2px solid;
	box-shadow: 
    0px 1px 2px 0px #606060, 
    0px 2px 11px -2px #7F9178;
}

header:after {
  content: '';
  background: url(../img/framework/repeatRosePatternSm.png);
  background-repeat: repeat-x;
  /* background-size: 200px auto; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: -1;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index:-2;
}
.logo {
  background-color: white;
  border-bottom: 2px solid #8a9896;
  box-shadow: 0 6px 12px -2px rgba(115, 127, 130, 0.3), 0 2px 3px rgba(115, 127, 130, 0.6);
  width: 154px;
  height: 46px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  left:20px;
  border-radius: 10px;
  transition: all .15s linear;
}
.logo:hover {  
  box-shadow: 0 8px 14px -2px rgba(115, 127, 130, 0.2), 0 4px 6px rgba(115, 127, 130, 0.8);
}
.navLogo { 
  padding: 0;
  margin: 10px;
  height: 50px;
  fill: #334952;
}
header nav .menu {
  display: inline-flex;
  float: right;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0 0;
  flex-wrap: nowrap;
}
header nav .about {
  text-decoration: none;
  border-bottom: 2px solid #8a9896;
  box-shadow: 0 6px 12px -2px rgba(115, 127, 130, 0.3), 0 2px 3px rgba(115, 127, 130, 0.6);
  font-size: 1.2em;
  font-weight: 500;
  padding: 5px 20px;
  background: white;
  border-radius: 10px;
  transition: all .15s linear;
  color: #334952;
  float: left;
}
header nav a:hover {
  box-shadow: 0 8px 14px -2px rgba(115, 127, 130, 0.2), 0 4px 6px rgba(115, 127, 130, 0.8);
}
div.dropdown a  {
  border: none;
  text-decoration: none;
  box-shadow: none;
  display: block;
  border-radius: 0;
  font-size: 1.2em;
  font-weight: 500;
  padding: 5px 20px;
  width: 100vw;
  background-color: transparent;
  margin: 0;
  padding: 12px;
  color: #334952;
}

main {
  max-width: 80vw;
  margin: 0 auto;
  background-color: var(--lightBlue);
  padding: 20px 60px 60px 60px;
}

.galleryImg {
  margin: 20px 0 40px 0;
} */

/* .dropdown-content.showMenu {
  left: calc(60vw - 60px);
  top: 88px;
} */

.container {
  /* display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: wrap; */
  margin: auto;
  max-width: 1080px;
  padding: 0px 20px 20px 20px;
  min-height: 90vh;
  z-index: 0;
}
#buttonRow {
  display: inline-block;
  margin: 40px 0 0 40px;
  padding: 0;
  max-width: 1080px;

} 
#buttonRow .btn {
  box-shadow: 
  0 1px 2px -1px rgba(139, 164, 170, 0.6), 
  0 0px 0px -1px rgba(139, 164, 170, 0.2),  
  0 0px 0px -1px  rgba(139, 164, 170, 0.5);
  position: relative;
  width: 120px;
  height: 40px;
  line-height: 36px;
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #2f505c;
  font-size: 1em;
  border: none;
  border-bottom: solid 1px #a7babe;
  border-radius: 30px;
  background-color: #d0e8ef;
  transition: all .12s linear;
}
#buttonRow .active {
  color: white;
  background-color: #93bdc9;
  border: none;
  border-bottom: solid 1px #83a0a6;
}
#buttonRow .btn.active:hover {
  box-shadow: 
  0 1px 2px 1px rgba(103, 116, 121, 0.7), 
  0 2px 6px -1px rgba(103, 116, 121, 0.1), 
  0 1px 5px 1px rgba(103, 116, 121, 0.6);
}
#buttonRow .btn:hover {
  box-shadow: 
  0 1px 2px 1px rgba(139, 164, 170, 0.8), 
  0 2px 6px -1px rgba(139, 164, 170, 0.1), 
  0 1px 5px 1px rgba(139, 164, 170, 0.7);
  cursor: pointer;;
}

/* Menu Search Bar style and behavior */

.menu .search-container {
  position: relative;
  width: 40px;
  height: 40px;
  padding-left: 8px;
  border-radius: 30px;
  background: white;
  transition: all .4s ease;
  overflow: hidden;
}
.search-container {
  display: none;
}
.menu .search-container:hover,
.menu .search-container:focus-within,
.menu .search-container:focus-within input[type=text] {
  width: 300px;
  cursor: pointer;
}
.menu input[type=text] {
  padding: 6px;
  line-height: 30px;
  font-size: 17px;
  border: none;
  background-color: transparent;
  transition: all .4s ease;
}
.menu .search-container button {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  float: right;
  padding: 6px ;
  margin-top: 3px;
  margin-right: 5px;
  background: white;
  font-size: 17px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}
.menu input:focus-visible {
  outline: none;
}
.menu input {
  outline: none;
}
div#profile {
  margin-top: 40px;
  padding-bottom: 80px;
}
div#profile h1 {
  padding: 20px 30px;
  width: 400px;
  margin: auto;
  border: 2px solid var(--emerald);
  border-radius: 40px;
  font-size: 1.4em;
  font-weight: 500;
  color: var(--darkBlue);
}
div#profile hr{
  margin: 40px 0 
}

/* About Page Cards */
#projectGallery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.profileCard {
  position: relative;
  width: 200px;
  height: 280px;
  background-color: var(--lightBlue);
  border-radius: 20px;
}
.profileCardContent {
  position: absolute;
  bottom: 8px;
  width: 80%;
  height: 50px;
  background-color: white;
  border: 2px solid white;
  border-radius: 8px;
  left: 10%;
  text-align: center;
  overflow: hidden;
  transition: all .5s;
}
.profileCard h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 12px;
}
.profileCard p {
  width: 80%;
  margin: 10px auto 20px auto;
  font-size: 14px;
  transition: .6s;
  opacity: 0;
}
.profileCard a {
  text-decoration: none;
  background-color: var(--darkerLightBlue);
  border-radius: 4px;
  color: white;
  width: 90px;
  line-height: 28px;
  padding-bottom: 6px;
  display: inline-block;
  margin: 10px;
  transition: all .2s;
  opacity: 0;
} 
.profileCard:hover .profileCardContent {
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  border: 2px solid var(--darkerLightBlue);
  border-radius: 18px;
  cursor: pointer;
}
.profileCard:hover p,
.profileCard:hover a {
  opacity: 1;
  transition-delay: .2s;
  cursor: pointer;
}
.profileCard .imgBox {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 100%;
  height: 100%;
  transition: all .2s;
  overflow: hidden;
}
.profileCard img {
  width: 160px;
  object-fit: cover;
  transition: all .2s;
}
.profileCard:hover img {
  opacity: 0;
  cursor: pointer;
}
.profileCard a:hover {
  background-color: var(--darkBlue);
  transition: .2s;
  cursor: pointer;
}




/* Display of clip items */
.row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0px;
  max-width: 1400px;
  margin: 0;
  margin-top: 20px;
}

.clipContent {
  float: left;
  /* height: 220px; */
  /* position: relative; */
  width: 200px;
  line-height:195px;
  text-align: center;
}
.clipContent img {
  max-height: 180px;
  max-width: 180px;
  vertical-align: middle;

}
/* .cmykNote:after {
  content: "cmyk";
  position: absolute;
  text-align: center;
  width: 60px;
  height: 20px;
  bottom: 36px;
  right: 0;
  background-color:rgba(255, 255, 255, 0.15);
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: .9em;
  color: var(--darkLogoBlue);
}
.rgbNote:after {
  content: "rgb";
  position: absolute;
  text-align: center;
  width: 50px;
  height: 20px;
  bottom: 36px;
  right: 0;
  background-color:rgba(255, 255, 255, 0.15);
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: .9em;
  color: var(--darkLogoBlue);
} */
.column {
  display: none;
}
/* The "show" class is added to the filtered elements */
.show {
  display: block;
}


/**lightbox**/
.lightbox {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  background-color: rgba(248, 248, 248, 0.95);
  top: 0%;
  left: 0;
  z-index: 999;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  margin: auto auto;
  vertical-align: middle;
  animation: fadeInImg 1s linear 1;
}
@keyframes fadeInImg {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

/* hamburger for narrow screens */

.hamburger {
  display: none;

}

/* SCRIPT CARD */

.scriptCard {
  position: relative;
  width: 220px;
  height: 200px;
  padding: 20px 30px;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
.scriptCard:before{
  content: '';
  position: absolute;
  bottom: calc(-100% + 5px);
  left:0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: var(--darkerLightBlue);
  z-index: 1;
  transition: all .5s;
}
.scriptCard:hover:before {
  bottom: 0;
}
.scriptCard:hover {
  box-shadow: 0 30px 50px rgba(0,0,0,.2);
  cursor: pointer;
}
.scriptCardContent a:hover {
  background-color: var(--darkBlue);
  color: white;
  cursor: pointer;
}
.scriptCardContent {
  position: relative;
  text-transform: capitalize;
  color: var(--pageBlack);
  z-index: 2;
  transition: all .3s;
}
.scriptCard:hover .scriptCardContent{
  color: white;
}
.scriptCard h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 30px;
}
.scriptCard p {
 font-size: 18px; 
}
.scriptCard a {
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  color: #777;
  padding: 6px 10px;
  font-weight: 600;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 2px 20px rgba(0,0,0,.05);
}

/* FOOTER */

footer {
  height: 80px;
  width: 100%;
  text-align: center;
  background-color: var(--logoBlue);
  margin: 0; 
}
footer p {
  line-height: 80px;
}




/* BEGIN MODAL CSS */


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 75px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(237, 241, 243, 0.9);
}
/* Modal Content */
.modal-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: #868585;
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: rgb(69, 69, 69);
  text-decoration: none;
  cursor: pointer;
}
.modal {
  transition: all linear 2s;
}
.modal-content {
  border-radius: 12px;
  padding-bottom: 8px;
  padding-right: 2px;
}
.mySlides {
  display: none;
  width: 88%;
  background-color: white;
  margin: 4px 0px 2px 8px;
  border-radius: 12px;
  text-align: center;
  line-height: 430px;
  position: relative;
  height: 440px;
  box-shadow: 0px 1px 3px 1px rgba(110, 110, 110, 0.2), 0px 3px 6px 2px rgba(99, 99, 99, 0.15);
  cursor: pointer;
  border: none;
}
.mySlides img {  
  border-radius: 12px;
  max-width: 600px;
  max-height: 430px;  
  vertical-align: middle;
  border: none;
  background-color: transparent;
}
.thumbColumn {
  width: 10%;
}
.slideThumb {
  background-color: white;
  width: 90%;
  height: auto;
  padding: 2px;
  margin: 4px 0px 8px 10px;
  border-radius: 6px;
  transition: 0.2s ease;
  box-shadow: 
  0px 1px 3px 1px rgba(110, 110, 110, 0.2), 
  0px 3px 6px 2px rgba(99, 99, 99, 0.15);
}
.slideThumb:hover {
  cursor: pointer;
  box-shadow: 
  0 2px 5px 1px rgba(115, 127, 130, 0.55),
  0 1px 10px 2px rgba(115, 127, 130, 0.2) ;
}
/* Hide the slides by default */
img.demo {
  /* opacity: 0.6; */
  width: 100%;
}
/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 42%;
  width: 60px;
  height: 60px;
  padding: 12px 16px 16px 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  transition: 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(255, 255, 255);
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
}

/* Position the "next button" to the right */
.next {
  right: 14%;
  padding-left: 22px;
}
.prev {
  margin-left: 20px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgb(233, 233, 233);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #1c1b1b;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  /* background-color: rgba(248, 248, 248, 0.95); */
  padding: 2px 16px;
  color: rgb(28, 28, 28);
  width: 88%;
  margin-top: 8px;
}


.active,
.demo:hover {
  opacity: 1;
}


img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* END MODAL CSS */


@media only screen and (min-width: 550px) {

  .dropdown {
    float:left;
    width: 140px;  
    transition: all .4s linear;
  }
  .dropdown-content {
    display:none;
    overflow: hidden;
    border-radius: 6px;
  }
  .dropdown button.dropbtn { 
    border: none;
    border-bottom: 2px solid #8a9896;
    box-shadow: 0 6px 12px -2px rgba(115, 127, 130, 0.3), 0 2px 3px rgba(115, 127, 130, 0.6);
    font-size: 1.2em;
    font-weight: 500;
    padding: 5px 10px;
    background: white;
    border-radius: 10px;
    transition: all .15s linear;
    color: #334952;
    cursor: pointer;
  }
  .dropdown:hover .dropdown-content {
    display: block;
    width: 180px;
    position: absolute;
    right: 74px;
    z-index: 997;
    padding: 0;
    margin: 0;
    margin-left:40px;
    background-color: rgb(201,232,178); 
  }
  .dropdown button.dropbtn:hover { 
    box-shadow: 0 8px 14px -2px rgba(115, 127, 130, 0.2), 0 4px 6px rgba(115, 127, 130, 0.8);
  }
  .dropdown-content a:hover {
    background-color: var(--darkerLightBlue);
    box-shadow: none;
    border: none !important; 
  }
}

@media only screen and (max-width: 955px) {
  .mySlides {
    display: none;
    height: 340px;
    line-height: 330px;
  }
  .mySlides img {  
    max-width: 400px;
    max-height: 330px;  
  }
  .thumbColumn {
    width: 10%;
  }
  .slideThumb {
    margin: 4px 6px 8px 10px;
  }
  .next {
    right: 14%;
    padding-left: 22px;
  }
  .prev {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 845px) {
  header nav div.menu .search-container{
    display: none;
  }
}

@media only screen and (max-width: 745px) {
  .scriptCard {
    width: 280px;
    height: 180px;
    margin: auto;
  }
 
  .mySlides {
    height: 300px;
    display: none;
    width: 100%;
    line-height: 280px;
  }

  .mySlides img {  
    max-width: 380px;
    max-height: 280px;  
  }
    
  .caption-container {
    width: 100%;
    margin-top: 8px;
  }
  .thumbColumn {
    width: 80%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .slideThumb {
    max-width: 120px;
    margin: 8px 6px 8px 10px;
    border-radius: 6px;
  }
  .prev,
  .next {
    top: 32%;
  }
  .next {
    right: 4%;
  }
}

@media only screen and (max-width: 550px) {

  header nav div.menu .search-container{
    display: none;
  }
  header nav div.menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left:-9999px;
    /* background: rgba(255,255,255,0.99); */
    z-index: 997;
    padding: 0;
    margin: 0;
    margin-left:40px;
    background-color: rgb(201,232,178);
  }
  button.dropbtn {
    display:none;
  }
  #buttonRow .btn {
    width: 90px;
    height: 34px;
    line-height: 30px;
    font-size: .9em;
    margin-right: 20px;
    margin-bottom: 16px;
    border: solid 2px var(--lightBlue);
    border-radius: 20px;
  }
  .dropdown-content {
    display:block;
  }
  header nav div.menu a {
    border: none;
    box-shadow: none;
    display: block;
    border-radius: 0;
    width: 100vw;
    background-color: transparent;
    margin: 0;
    padding: 12px;
  }
  header nav div.menu a:hover {
      background-color: var(--darkerLightBlue);
      border: none !important; 
  }    /* Adds the blue to the hover in the menu */
  nav .menu.showMenu {
    left: calc(60vw - 60px);
    top: 88px;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 999;
    position: relative;
    float: right;
    margin: 20px 20px 0 0;
    width: 40px;
    height: 50px;
    top: 5px;
    right: 5px;
 
  }
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 14px;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {opacity: 0;}
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .menu input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  
  .menu input[type=text] {
    border: 1px solid #ccc;  
  }

  .mySlides {
    height: 300px;
    display: none;
    width: 98%;
    line-height: 280px;
  }
  .mySlides img {  
    max-width: 320px;
    margin: 8px;
    max-height: 280px;  

  }
  
}

@media only screen and (max-width: 480px) {

  div#profile {
    margin-top: 40px;
  }
  div#profile h1 {
    padding: 20px 30px;
    width: 240px;
    margin: auto;
    border: 2px solid var(--emerald);
    border-radius: 30px;
    font-size: 1em;
    font-weight: 400;
    color: var(--darkBlue);
  }

}

@media only screen and (max-width: 420px) {
  .mySlides {
    height: 210px;
    display: none;
    max-width: 98%;
    line-height: 200px;
  }

  .mySlides img {  
    max-width: 260px;
    max-height: 200px;  

  }
  .thumbColumn {
    width: 76%;
    margin: auto;
  }
  .slideThumb {
    width: 18%;
    margin: 2px;
  }
}

@media only screen and (max-width: 300px) {
  #buttonRow .btn {
    width: 78px;
    height: 32px;
    line-height: 30px;
    font-size: .8em;
    margin-right: 14px;
    margin-bottom: 8px;
    border: solid 2px var(--lightBlue);
    border-radius: 14px;
  }

}