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


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

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


#press-top-title-text{
  width: 92vw;
  text-align: center;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.press-section{
  height: 280vh;
  width: 100vw;
  background-color: #f6f3ef;
}

.left{
  float: left;
  width: 50vw;
  height: 280vh;
  background-color: #fff;
}

.year-left{
  margin: 6vh 0 0 0;
}

.year-left li{
  display: inline;
  margin: 0 0 0 3vw;
}

.year-left-text{
  text-align: center;
  font-size: 18px;
  color: #C06F52;
  margin: 0 0 6vh -2.75vw;
  border-bottom: 1px solid #3F771D;
  width: 50vw;
}

@media screen and (max-width: 720px) {
  .press-section{
    height: 950vh;
    background-color: #fff;
  }
  .left{
    float: none;
    width: 100vw;
    height: auto;
  }
  .press-section{
    height: ;
  }
  .year-left{
    padding: 0 0 0 0;
  }
  .year-left li{
    margin: 0 0 0 0;
  }
  .year-left-text{
    margin: 0 0 1vh 0;
    width: 100vw;
  }
}

.images-reguler{
  width: 45%;
}

.images-small{
  width: 35%;
}

.outter-left{

}

.middle-left{

}

.middle-left-2025{;
  margin: 0 0 0 0;
}

.middle-left-video{

}

.press-text-left{
  text-align: center;
  font-size: 14px;
  color: #C06F52;
  width: 18vw;
  margin: -2.5vh 0 0 26.75vw;
}

.press-text-left-2023{
  text-align: center;
  font-size: 14px;
  color: #C06F52;
  width: 22vw;
  margin: 2.2vh 0 0 2.6vw;
}

@media screen and (max-width: 800px) {
  .images-small{
    width: 92vw;
    margin: 0 0 6vh 4vw ;
  }
  .images-reguler{
    width: 92vw;
    margin: 1vh 0 2vh 4vw ;
  }
  .middle-left-video{
    width: 92vw;
    margin: -10vh 0 0 4vw;
  }
  .press-text-left{
    margin:-4.75vh 0 0 4vw;
    width: 92vw;
  }
  .press-text-left-2023{
    margin: 0.5vh 0 0 3vw;
    width: 92vw;
  }
}

.right{
  float: right;
  width: 50vw;
  height: 280vh;
}

.year-right{
  margin: 20vh 0 0 0;
}

.year-right li{
  display: inline;
}

.year-right-text{
  text-align: center;
  font-size: 18px;
  color: #C06F52;
  margin: 0 0 6vh -2.75vw;
  border-bottom: 1px solid #3F771D;
  width: 50vw;
}

@media screen and (max-width: 800px) {
  .right{
    float: none;
    width: 100vw;
    height: auto;
  }
  .year-right{
    padding: 0 0 0 0;
    margin: 4.75vh 0 0 0;
  }
  .year-right li{
    margin: 0 0 0 0;
  }
  .year-right-text{
    margin: 0 0 2vh 0;
    width: 100vw;
  }
}

.outter-right{
  margin: 0 0 0 4vw;
}

.middle-right{
  margin: 0 0 0 1.75vw;
}

.middle-right-bottom{
  margin: -20vh 0 0 0vw;
}

.press-text-right{
  float: right;
  text-align: center;
  font-size: 14px;
  color: #C06F52;
  width: 22vw;
  margin: 3vh 4.9vw 0 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .press-text-right{
    float: none;
    margin: -1vh 0 4vh 4vw;
    width: 92vw;
  }
  .outter-right{
    margin: 0 0 0 0;
  }
  .middle-right{
    margin: 0 0 0 0;
  }
  .middle-right-video{
    width: 92vw;
    margin: 0 0 0 4vw;
  }
  .middle-right-bottom{
    width: 92vw;
    margin: 0 0 0 4vw;
  }
}

#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: 68vh;
    padding-top: 2vh;
  }
  .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;
  }
}
