@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
body{
    margin: 0;
    padding: 0;
    top: 0;
    max-width: 100%;
}
*{
    appearance: none;
}
img, video{
    max-width: 100%;
}
ul,p{
    margin: 0;
    padding: 0;
    height: auto;
    top: 0;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
html{
    overflow-y: initial !important;
}
#siteContainer{
    position: relative;
    overflow: hidden;
}
.pageContainer{
    position: relative;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.absNavbar{
    position: absolute;
    z-index: 9999999999999999;
    width: 100%;
    max-width: 100%;
    background: #eeeeee17;
    /*backdrop-filter: blur(10px);*/
}
#navContainer{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
ul.navbarButtons{
    max-width: 75%;
    float: right;
}
ul.logo{
    display: inline-block;
    margin: 0;
}
ul.logo li{
    list-style-type: none;
}
ul.logo li img {
    width: 11vw;
    margin-top: 0.65vw;
}

ul.navbarButtons li{
    margin-left: -4px;
    list-style: none;
    display: inline-block;
}
ul.navbarButtons li a{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 1.2vw;
    font-family: 'Oswald', sans-serif;
    transition: 0.5s;
}
ul.navbarButtons li.tab a:hover{
    background-color: /*#9c00005c*/ brown;
    color: white;
}
.tab a{
    padding: 1.2em 2.2em;
}

ul.navbarButtons {
    float: right;
}
.searchImg{
    width: 2vw; 
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 1em;
}
input.searchInput{
    height: 2.5em;
    width: 0em;
    font-size: 1.2vw;
    font-family: Libre Franklin;
    padding: 0;
    border: none;
    transition: 0.5s;
}
input::-webkit-search-cancel-button{
    display: none;
}
ul.navbarButtons .menu{
    display: none;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    z-index: 9999999999999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: brown; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
  }
  /* This class is used by JS code show the overlay image */
  .showOverlay{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
  }
  ul.navbarButtons .hide{
      display: none;
  }
  .hide{
      display: none;
  }
  /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

ul#c000{
    width: 100%;
    /* margin-right: -10vw; */
    /* margin-top: 9vw; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    /* float: right; */
    /* margin-right: -10vw; */
    /*-webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;*/
    /* margin-top: 2vw; */
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;*/
    list-style-type: none;
    padding: 2% 5%;
  }
  ul#c000 ul .closeTxt{
    line-height: 5.7vw;
    /* margin-top: 1vw; */
    color: white;
    float: right;
    font-family: oswald;
    font-size: 5vw;
    cursor: pointer;
  }
  .menuTitle{
    color: white;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 8vw;
  }
  .closeUl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-right: 10px;
    margin-top: 1.8%;
    vertical-align: bottom;
  }
  .closeBtn img{
      cursor: pointer;
      width: 9vw;
  }
  ul#c000 li{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  
  /* The navigation links inside the overlay */
  .navContent{
      list-style-type: none;
      margin-top: 20px;
  }
  .navContent a {
    text-decoration: none;
    font-size: 7vw;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white;
    font-family: Oswald;
    padding: 2% 9%;
    line-height: 12vw;
    width: 65%;
  }
  .navContent img{
      padding-right: 5vw;
      width: 13vw;
  }
  ul.searchSection{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      padding:0 9vw;
      margin-top: 22px;
  }
  ul.searchSection li:first-of-type{
      max-width: 100%;
  }
  
  .searchOV{
    margin-left: -16.2vw;
  }
  .searchInputOv{
    width: 101.5%;
    font-size: 5.5vw;
    padding: 3vw 3vw;
    font-family: Roboto;
    padding-right: 14vw;
  }
  ul.searchSection .searchImg{
      width: 10vw;
      margin-top: 2vw;
  }
  *{
    -webkit-tap-highlight-color: transparent;
  }
  .navContent hr{
      margin: 0 auto;
      width: 90%;
      border: none;
      height: 1px;
      background-color: white;
      opacity: 0.3;
  }
  li.drobNL{
      height: 0;
      display: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }
  ul.drobNN hr{
      margin: 0;
      width: 100%;
      border: none;
      height: 1.5px;
      background-color: white;
      opacity: 0.65;
  }
  .navContent li:not(.drobNL){
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  ul#C000 li{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: -11px;
    right: 10px;
    font-size: 60px;
  }
  .drobNN li{
      margin:0;
  }
  .drobNN a{
    width: 100%;
    background-color: #ffffffcc;
    font-family: Roboto;
    font-weight: 100;
    color: brown;
    padding: .45em 9vw;
  }
  
/*DROPDOWN*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: brown;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  ul.navbarButtons li div.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  ul.navbarButtons li div.dropdown-content a:hover {
      color: #c3c3c3;
      text-decoration: underline;
  }
  
  /* Show the dropdown menu on hover */
  .tab:hover .dropdown-content {
    display: flex;
    flex-direction: column;
  }
@media screen and (max-width: 1024px){
    #navContainer{
        max-width: 90%;
    }
    ul.logo li img{
        width: 12vw;
    }
    ul.navbarButtons li a{
        font-size: 1.3vw;
    }
    .search img{
        width: 2.3vw;
    }
}
@media screen and (max-width: 900px){
    input.searchInput {
        height: 3em;
        font-size: 1.6vw;
    }
    ul.logo li img{
        width: 17vw;
        max-width: 17vw;
        margin-top: 1.27vw;
    }
    ul.navbarButtons li a{
        font-size: 2vw;
    }
    .tab a{
        padding: 1.2em 1em;
    }
    .search img{
        width: 3vw;
        margin-top: -1px;
    }
}
@media screen and (max-width: 600px){
    #fillContainer {
        max-width: 100%;
    }
    .absNavbar{
        background-color: #eeeeee59;
    }
    ul.navbarButtons .menu{
        display: inline;
    }
    ul.navbarButtons li.tab{
        display: none;
    }
    .b4, .b5{
        display: none;
    }
    .searchInput{
        display: none;
    }
    ul.logo li img {
        width: 47vw;
        max-width: 47vw;
    }
    .menu img{
        max-width: 15vw;
        margin-left: 2vw;
        vertical-align: middle;
    }
    .search .searchImg{width: 10vw; margin-top: 0;}
    ul.navbarButtons li a{
        margin-top: 3.8vw;
    }
    
}
/*****FOOOOOOTERRRRRR*******/
footer{
    max-width: 100%;
    background-color: black;
    padding-top: 4vw;
    padding-bottom: 1.5vw;
    margin-top: 4vw;
}
.footerCategories{
    display: flex;
    flex-wrap: wrap;
    max-width: 85%;
    margin: auto;
}
.footerCategories ul{
    list-style-type: none;
    margin-right: 1vw;
    width: calc((100% - 3vw) / 4);
}
.footerContainer ul:last-of-type{
    margin-right: 0;
}
.footerContainer ul li, .footerContainer ul li a{
    color: white;
      
}
.footerContainer ul li:not(.fTitle){
    margin-bottom: .2vw;
}

.footerContainer ul li a{
    font-family: 'Roboto','Oswald', sans-serif;  
    text-decoration: none;
    transition: 0.5s;
}
.footerCategories a{
    font-size: 1.05vw;
}
.footerContainer ul li a:hover{
    text-decoration: underline red;
    font-size: 1.3vw;
}
.fTitle{
    font-family: 'Playfair Display', serif;
    font-size: 1.5vw;
    margin-bottom: 1vw;
}
.subscribeSection{
    max-width: 85%;
    margin: auto;
    margin-top: 2.5vw;
}
.subscribeSection ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
}
.subsText{
    font-family: 'Playfair Display', serif;
    font-size: 1.5vw;
    max-width: 40%;
    margin-right: 5vw;
}
.subsEmail{
    margin-top: 0.6vw;
}
.subsEmail input,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #3c3c3c inset !important;
    -webkit-text-fill-color: white !important;
    background-color: #3c3c3c;
    width: 16vw;
    border: none;
    font-size: 1vw;
    padding: .2vw 1vw;
    height: 2.5vw;
    color: white;
    font-family: 'Roboto','Oswald', sans-serif;  
}
.subsEmail input:focus{
    outline: none;
}
.subsEmail a{
    background-color: #b40000;
    padding: 1vw 1.5vw;
    text-transform: uppercase;
    font-size: 1.5vw;
}
.termsSection{
    max-width: 85%;
    margin: auto;
    margin-top: 7.5vw;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}
.termsSection ul{
    list-style-type: none;
}
.termsSection ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1vw;
}
.tLogo img{
    max-width: 14vw;
    margin-right: 2vw;
}
.termsSection p{
    color: white;
    margin-top: 0.8vw;
    font-family: 'Roboto','Oswald', sans-serif;  
    font-size: 1vw;
}
@media screen and (max-width: 1024px){
    .fTitle{
        font-size: 2vw;
    }
    .footerCategories a{font-size: 1.8vw;}
    .subsText{max-width: 43%; font-size: 2vw;}
    .subsEmail{margin-top: 2.09vw;}
    .subsEmail input,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active{
        width: 24vw;
        font-size: 1.8vw;
        padding: .4vw 1vw;
        height: 4vw;
    }
    .subsEmail a{
        padding: 1.5vw 2vw;
        font-size: 2vw;
    }
    .tLogo img{max-width: 20vw;}
    .termsSection p{font-size: 1.5vw; margin-top: 1vw; margin-bottom: 3vw;}
}
@media screen and (max-width: 900px){
    .fTitle{font-size: 2.5vw;}
    .footerCategories a{font-size: 2.05vw;}
    .subsText{max-width: 43%; font-size: 2.5vw;}
    .subsEmail{margin-top: 2.9vw;}
    .subsEmail input,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active{
        width: 26vw;
        font-size: 2vw;
        padding: .4vw 1vw;
        height: 4.5vw;
    }
    .subsEmail a{
        padding: 1.5vw 2vw;
        font-size: 2.5vw;
    }
    .tLogo img{max-width: 20vw;}
    .termsSection p{font-size: 2vw; margin-bottom: 3vw;}
    .footerCategories ul{
        margin-bottom: 3vw;
        width: calc((100% - 3vw) / 2);
    }
}
@media screen and (max-width: 600px){
    .fTitle {
        font-size: 4.5vw;
    }
    .footerCategories a {
        font-size: 3.5vw;
    }
    .subscribeSection ul {
        flex-direction: column;
    }
    /*li:not(.fTitle, .text) {
        margin: auto;
    }*/
    .subsText {
        max-width: fit-content;
        font-size: 4.5vw;
    }
    .subsEmail a {
        padding: 2.5vw 3vw;
        font-size: 5.5vw;
    }
    .subsEmail input,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        width: 47vw;
        font-size: 4vw;
        margin-top: 5vw;
        padding: 1vw 2vw;
        height: 8.5vw;
    }
    .tLogo{
        width: 100%;
    }
    .tLogo img {
        max-width: 48vw;
        margin-bottom: 2vw;
    }
    .termsSection p {
        font-size: 4vw;
    }
    ul.navbarButtons li.search{
        display: none;
    }
    .menu img{
        margin-top: 2.6vw;
    }
}