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;
}

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

.active{
  background-color: #f6f3f0;
}

.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;
  }
}

#collection-top-image-container{
  width: 100%;
}

.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;
}

#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;
}

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

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

#collection-left-text{
  background-color: #f6f3f0;
}

#collection-left-text-logo{
  text-align: center;
  padding-left: 14vw;
}

#collection-left-text-text{
  text-align: center;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 16px;
  padding-top: 40px;
}

#collection-right-text{
  background-color: #f6f3f0;
}

#collection-right-text-logo{
  text-align: center;
  padding-left: 14vw;
}

#collection-right-text-text{
  text-align: center;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 16px;
  padding-top: 40px;
}

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

#collection-action-left{
  margin-left: 22vw;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

#collection-action-left:hover{
  opacity: 0.5;
  transition: .3s ease;
}

#collection-action-right{
  margin-left: 21vw;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

#collection-action-right:hover{
  opacity: 0.5;
  transition: .3s ease;
}

@media only screen and (max-width: 800px){
  #collection-left a img{
    width: 25%;
  }
  #collection-left-text p{
    margin: 0;
    padding: 0;
  }
  #collection-left-text-logo{
    box-sizing: content-box !important;
    float: right;
    padding: 0 1vw 0 0;
    margin: 0;
  }
  #collection-left-text-text{
    font-size: 10px;
    text-align: left;
    padding-top: 0;
  }
  #collection-action-left{
    font-size: 10px;
    margin-left: 14vw;
  }

  #collection-right a img{
    width: 25%;
  }
  #collection-left-text p{
    margin: 0;
    padding: 0;
  }
  #collection-right-text-logo{
    box-sizing: content-box !important;
    float: right;
    padding: 0 1vw 0 0;
    margin: 0;
  }
  #collection-right-text-text{
    font-size: 10px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
  }
  #collection-action-right{
    font-size: 10px;
    margin-left: 14vw;
  }
}

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

.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: 80vh;
  }
  .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;
  }
}



