html{

}

body{
  margin: 0;
}

#myTopnav{
  background-color: #f6f3f0;
  border-bottom: 2px solid white;
}

#myTopnav a{
  color: #000000;
  font-family: 'wonderella', sans-serif;
  font-size: 12px;
}

.fa-bars{
  color: #000000;
}

ul{
  margin-bottom: 0px;
}

li{
  display: inline-block;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
}

@media screen and(max-width: 800px){
  #wrapper{
    height: 500vh;
  }
}

#home-top-image-container{
  width: 100%;
  right:0px;
  left:0px;
}

.active{
  background-color: #f6f3f0;
}

@media screen and (max-width: 800px) {
  .active img{
    width: vw;
  }
}

.topnav {
  position: sticky;
  top: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 1vh 6.5vw 1vh 0;
}

.topnav a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: .3s ease;
}

.topnav a.active {

}

.topnav a img{
  height: 2.5vh;
  padding-left: 1vw;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a{
    margin-left: 1.5vw;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* DROPDOWN MENU */
.dropdown {
  float: left;
  position: relative;
}

.dropbtn {
  font-size: 14px;
  color: #000000;
  font-family: 'wonderella', sans-serif;
  padding: 1vh 6.5vw 1vh 0;
  text-decoration: none;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f3f1;
  min-width: 180px;
  z-index: 999;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Neue Hans Kendrick', sans-serif;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

/* MOBILE: Show all items stacked */
@media screen and (max-width: 800px) {
  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }

  .topnav.responsive .dropdown-content a {
    padding-left: 2vw;
    background-color: #f6f3f1;
  }

  .topnav.responsive .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.row-full{
 position: relative;
 width: 100vw;
 margin-left: -50vw;
 left: 50%;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 3vh; /* Place the button at the bottom of the page */
  right: 2vw; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f6f3f1; /* Set a background color */
  color: #726060; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px 18px 12px 18px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 1px 1px 2px #4d4d4d;
  font-size: 20px; /* Increase font size */
}

#myBtn:hover {
  background-color: #e8dbc7; /* Add a dark-grey background on hover */
  color: white;
  transition: .3s ease;
}

#small-banner{
  background-color: #f1e189;
  height: 50px;
  position: sticky;
  top: 4.25vh;
  z-index: 999;
}

#small-banner-text1{
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
}

#small-banner-text2{
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
}

@media only screen and (max-width: 800px) {
  #small-banner{
    height: 4vh;
  }
  #small-banner-text1{
    padding-bottom: 1vh;
    font-size: 10px;
  }
}

#small-banner a{
 text-decoration: none;
}

#word-from-director{
  background-color: #f6f3f1;
  text-align: center;
  width: 100%;
  margin: 0px;
  padding-bottom: 180px;
}

#word-from-director-text{
  width: 54%;
  text-align: left;
  padding: 50px 100px 50px;
  margin: 0;
  color: #4F1415;
  font-family: 'Helvetica', sans-serif;
  font-size: 36px;
  font-weight: 500;
}

#word-from-director-text-name{
  width: auto;
  text-align: left;
  margin-top: -10vh;
  margin-left: 18vw;
  color: #4F1415;
  font-family: 'Helvetica', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (max-width: 800px){
  #word-from-director-text{
    padding: 5vh 10vw;
    margin: 0;
    font-size: 14px;
  }
}

#word-from-director-image{
  width: 80%;
  padding: 0px 100px 20px;
}

#word-from-director-text-small{
  width: 40%;
  text-align: left;
  float: left;
  padding-top: 0px;
  padding-left: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #4F1415;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
}

#marker-full-logo{
  background-color: #f6f3f1;
  height: 160px;
  text-align: center;
  padding: 50px 0px 50px;
}

#marker-full-logo-image{
  height: 60px;
}

#collections-table-contents{
  width: 100%;
}

#collections-table-contents-text-background{
  background-color: #B1B38C;
  width: 50%;
}

#collections-table-contents-text{
  width: 80%;
  text-align: left;
  padding-left: 50px;
  color: #f6f3f1;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 28px;
}

@media only screen and (max-width: 800px){
  #collections-table-contents-text{
    padding-left: 8vw;
    font-size: 14px;
  }
}

#landing-page-menu-contents{
  width: 100%;
}

#landing-page-menu-background{
  background-color: #f6f3f1;
  width: 50%;
}

#landing-page-menu-list{
  padding-top: 0px;
}

#landing-page-menu-list li{
  display: block;
  padding-left: 10vw;
  padding-bottom: 2.5vh;
}

#landing-page-menu-list li a{
  color: #726060;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 28px;
  text-decoration: none;
}

#landing-page-menu-list-items:hover{
  opacity: 0.5;
  transition: .3s ease;
}

@media only screen and (max-width: 800px){
  #landing-page-menu-list{
    width: 50vw;
    padding-top: 2vh;
  }
  #landing-page-menu-list li{
    padding-left: 2vw;
    padding-bottom: 1vh;
  }
  #landing-page-menu-list li a{
    font-size: 12px;
  }
  #landing-page-menu-image img{
    width: 50vw;
  }
}

#landing-page-projects{
  padding: 100px 0px 100px;
  background-color: #B1B38C;
}

#landing-page-projects-title{
  color: #000000;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 28px;
  text-align: center;
  padding-bottom: 56px;
}

@media only screen and (max-width: 800px){
  #landing-page-projects{
    padding: 2vh 0vw;
  }
  #landing-page-projects-title{
    font-size: 12px;
    padding: 2vh 0vw;
  }
  .gallery-cell a img{
    width: 25vw;
  }
}

.gallery-cell {
  width: 25%;
  height: auto;
  margin-right: 10px;
  counter-increment: gallery-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.galerry-cell-text{
  font-weight: 700;
}

#landing-page-projects-link{
  color: #3f771d;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-left: 46%;
}

#landing-page-projects-link:hover{
  opacity: 0.5;
  transition: .3s ease;
}

#sustainability{
  height: 140vh;
  background-color: #f6f3f1;
}

#sustainability-image-container{
  width: 50%;
  padding-top: 10vh;
  padding-bottom: 25vh;
}

#sustainability-image-medium{
  width: 40%;
  float: left;
  margin-left: 35vw;
  position: absolute;
}

#sustainability-text-top-container{
  position: absolute;
  top: 20%;
  left: 27%;
}

#sustainability-text-top{
  color: #4F1415;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 800px){
  #sustainability-text-top-container{
    top: 18%;
    left: 20%;
  }
  #sustainability-text-top{
    font-size: 12px;
  }
  #sustainability-image-container{
    padding-top: 6vh;
  }
  #sustainability-image-large{
    width: 60%;
  }
  #sustainability-image-medium{
    width: 40%;
  }
}

#sustainability-image-large{
  width: 60%;
  float: right;
  padding-top: 15vw;
  position: relative;
}

#sustainability-text-bottom-container{
  position: absolute;
  top: 65%;
  left: 51%;
}

#sustainability-text-bottom{
  width: 28vw;
  color: #4F1415;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 28px;
  text-align: left;
}

#sustainability-text-bottom-container2{
  position: absolute;
  top: 75%;
  left: 20%;
}

#sustainability-text-bottom2{
  width: 59vw;
  color: #4F1415;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 18px;
  text-align: left;
}

@media only screen and (max-width: 800px){
  #sustainability-text-bottom-container{
    top: 22%;
    left: 51%;
  }
  #sustainability-text-bottom-container2{
    top: 36%;
  }
}

#landing-page-sustainability-link{
  color: #4F1415;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  top: 120%;
  left: 46%;
}

#landing-page-sustainability-link:hover{
  opacity: 0.5;
  transition: .3s ease;
}

#footer{
  width: 100vw;
  height: 360px;
  background-color: #dedcd0;
  padding-top: 10vh;
}

.footer-menu-header{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
}

@media only screen and (max-width: 800px){
  #footer{
    height: 76vh;
  }
  .footer-menu{
    display: inline;
    padding-left: 4vw;
  }
  .footer-menu-header{
    font-size: 10px;
    font-weight: 400;
  }
  .footer-menu-item{
    font-size: 10px;
  }
  .footer-menu-link{
    font-size: 10px;
    font-weight: 400;
  }
}

.footer-menu-item{
  margin-left: 8px;
  margin-bottom: 8px;
}

.footer-menu-item a:hover{
  text-decoration: none;
  color: #a6a6a6;
  transition: .3s ease;
}

.footer-menu li{
  list-style: none;
  color: black;
  display: inline-block;
  width: 18%;
  margin-top: 50px;
}

.footer-menu-item-underlined{
  height: auto;
  padding-bottom: 35px;
}

.footer-menu-link{
  text-decoration: none;
  color: black;
}

.footer-menu-link-underlined{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
  color: black;
}

.footer-menu-link-underlined:hover{
  color: #a6a6a6;
  transition: .3s ease;
}

.footer-menu-link-text{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 12px;
  font-weight: 550;
}

.footer-logo{
  float: right;
  width: 65%;
}

@media only screen and (max-width: 800px){
  .footer-menu-link-text{
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .footer-menu-link-underlined{
    font-size: 10px;
    font-weight: 400;
  }
}




