*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;  
}
@font-face {
    font-family: futura-bold;
    src: url(../fonts/futura/Futura-Bold.ttf);
}
@font-face {
    font-family: futura-heavy;
    src: url(../fonts/futura/futura-heavy.ttf);
}
@font-face {
    font-family: futura-medium;
    src: url(../fonts/futura/futura-medium.ttf);
}
@font-face {
    font-family: futura-light;
    src: url(../fonts/futura/futura-light.ttf);
}
@font-face {
    font-family: futura-heavy-i;
    src: url(../fonts/futura/futura-heavy-i.ttf);
}
@font-face {
    font-family: futura-medium-i;
    src: url(../fonts/futura/futura-medium-i.ttf);
}
html{
    font-family: 'futura-medium';
    color: #1A1A1A;
    font-size: 18px;
    cursor: default;
    letter-spacing: 1px;
    overflow-x: hidden;
}
body{
    padding: 0;
    margin: 0;
}


.alertBox{
    z-index: 2;
    position: fixed;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.alertBox div{
    margin-left: 20px;
}
.alertBox div p{
    color: white;
}
.alertBox div a{
    text-decoration: underline;
    color: white;
    border-radius: 0;
    padding: 0;
}
.alertBox a{
    transform: scale(0.8);
    font-family: 'futura-heavy';
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    
}
#policy-ok{
    background-color: #C7B299;
}


nav{
    background-color: transparent;
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: 0.2s;
}
#btnClose{
    position: absolute;
    top: 25px;
    right: 24px;
    background-image: url(../images/svg/cancel.svg);
    background-size: contain;
    width: 35px;
    height: 35px;
    cursor: pointer;
    visibility: hidden;
    z-index: 2;
}
#logo{
    height: 2.4em;
    margin-left: 20px;
    z-index: 2;
}
a{
    text-decoration: none;
}
#burger-menu{
    height: 2.2em;
    margin-right: 20px;
    cursor: pointer;
}
#menu{
    position: fixed;
    width: 100vw;
    background-color: #1a1a1a;
    height: 100vh;
    z-index: 2;
    padding: 0;
    top: 0;  
    left: 100vw;
}
#big-menu{
    width: 90%;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    margin-top: 50px;
}
#big-menu a{
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    color: #C7B299;
}
#mini-menu{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 35px;
    width: 90%;
    padding-left: 5%;
    bottom: 40px;
}
#mini-menu a{
    color: white;
    margin-top: 10px;
    padding-left: 12px;
    font-size: 20px;
}

.productlink{
    color: #1a1a1a;
}
h2{
    font-size: 25px;
    color: #1A1A1A;
    font-family: 'futura-heavy';
}

p{
    color: white;
    font-size: 15px;
    font-family: 'futura-medium';
}
.more-button{
    font-family: 'futura-heavy';
    font-size: 14px;
    border-bottom: solid 4px #C7B299;
    color: white;
    cursor: pointer;
}
.more-button-black{
    font-family: 'futura-heavy';
    font-size: 14px;
    border-bottom: solid 4px #1a1a1a;
    color: #1a1a1a;
    cursor: pointer;
}
.more-button-gold{
    font-family: 'futura-heavy';
    font-size: 14px;
    border-bottom: solid 4px #C7B299;
    color: #C7B299;
    cursor: pointer;
}
 .more-button:hover{
        transform: scale(1.1);
    }
    .more-button-black{
        font-size: 18px;
        transition: 0.15s
    }
    .more-button-black:hover{
        transform: scale(1.1);
    }
    .more-button-gold{
        font-size: 18px;
        transition: 0.15s
    }
    .more-button-gold:hover{
        transform: scale(1.1);
    }
.action-button{
    font-family: 'futura-heavy';
    font-size: 17px;
    color: white;
    background-color: #1a1a1a;
    padding: 1.8em 2.5em;
    width: 230px;
    transition: 0.15s;
    cursor: pointer;
}
.action-button:hover{
    transform: scale(1.1);
}
.action-button-gold{
    font-family: 'futura-heavy';
    font-size: 17px;
    color: #1a1a1a;
    background-color: #C7B299;
    padding: 1.8em 2.5em;
    width: 230px;
    transition: 0.15s;
    cursor: pointer;
}
.action-button-gold-s{
    font-family: 'futura-heavy';
    font-size: 17px;
    color: #1a1a1a;
    background-color: #C7B299;
    padding: 1.5em 2em;
    width: 200px;
    transition: 0.15s;
    cursor: pointer;
}
.action-button-gold:hover{
    transform: scale(1.1);
}

#area-legal a{
    color: #1a1a1a;
    font-weight: 100;
}
.action-button a{
    color: white;
    text-decoration: none;
}
.action-button-gold a{
    color: #1a1a1a;
    text-decoration: none;
}

li{
    list-style-type: none;
}

#area-bottom-nav{
    background-color: #1a1a1a;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#area-bottom-nav p{
    color: white;
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'futura-heavy';
}


#area-contact{
    padding: 40px 20px;
    background-color: #1a1a1a;
}
#area-contact ul{
    text-align: right;
}
#area-contact li{
    color: white;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#area-contact ul li a{
    color: white;
}
#area-contact img{
    height: 22px;
    margin-left: 20px;
}
#area-contact ul li:last-of-type img{
    width: 22px;
}


#area-legal{
    padding: 30px 20px;
    position: relative;
    font-weight: 100;
}
#area-legal p{
    text-align: center;
    margin-top: 15px;
    font-weight: 100;
    margin-bottom: 15px;
    font-family: 'futura-medium';
}
#socials{
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    
}

#socials img{
    margin-left: 8px;
    margin-right: 8px;
    width: 40px;
    transition: 0.15s 
}
#socials img:hover{
    transform: scale(1.1);
}
#area-legal p{
    color: #1a1a1a;
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
    font-weight: 100;
    font-size: 20px;
}

.mobileOnly{
    display: block
}
.mobileSmallOnly{
    display: none;
}
.desktopOnly{
    display: none;
}

    #includehtml_menu{
        display: contents;
}
@media only screen and (max-height: 650px){
    #big-menu a{
        font-size: 25px;
        margin-top: 0;
    }
    #mini-menu a{
        font-size: 20px;
        margin-top: 5px;
    }
    .mobileSmallOnly{
    display: block
    }
}
@media only screen and (max-width: 1200px){
    #big-menu a{
        margin-left: 10px;
    }
    
}
@media only screen and (min-width: 900px) {
    .mobileOnly{
    display: none
    }
    
    .desktopOnly{
        display: block;
    }   
    #logo{
        height: 2.7em;
        margin-left: 50px;
        transition: 0.15s;
        cursor: pointer;
    }
    #logo:hover{
        transform: scale(1.1);
    }
    nav{
        height: 120px;
        width: 100%;
    }
    #menu{
        position: static;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: transparent;
        min-height: 0;
        left: 0;
    }
    #big-menu{
        display: block;
        text-align: right;
        margin: 0;
    }

    #mini-menu{
        padding: 0;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        margin: 0;
        bottom: 0;
        position: relative;
    }
    #menu a{
        transition: 0.15s;
        display: inline-block;
        text-decoration: none;
        margin-top: 0;
    }
    #big-menu a:hover{
        color: #C7B299;
        transform: scale(1.1);
    }
    
    h2{
        font-size: 40px;
        color: #1A1A1A;
        font-family: 'futura-heavy';
    }
   
    p{
        color: white;
        font-size: 20px;
        font-family: 'futura-medium';
    }
   
    
    .more-button{
        font-size: 18px;
        transition: 0.15s
    }
   
    
    
    .action-button{
        font-family: 'futura-heavy';
        font-size: 23px;
        color: white;
        background-color: #1a1a1a;
        padding: 1.5em 2.2em;
        width: 295px;
    }
    .action-button-gold{
        font-family: 'futura-heavy';
        font-size: 23px;
        color: #1a1a1a;
        background-color: #C7B299;
        padding: 1.5em 2.2em;
        width: 300px;;
    }
    
    
    
   
    #nav-contact-wrapper{
        display: flex;
           position: relative;
    }
    #nav-contact-wrapper{
 
}
    #area-bottom-nav{
        background-color: #1a1a1a;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;
        flex: 1;
        align-items: center;
        text-align: left;
    }
    #area-bottom-nav div{
        width: 100%;
        max-width: 500px;
        max-height: 200px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: left;
        
    }
 
    ul{
    list-style: none;
    }
    #area-bottom-nav p{
        color: white;
        line-height: 30px;
        text-align: left;
        width: 100%;
        font-family: 'futura-heavy';
  
    }
    #area-contact{
        padding: 50px 50px;
        background-color: #1a1a1a;
    }
    #area-contact ul{
        text-align: right;
    }
    #area-contact li{
        color: white;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #area-contact img{
        height: 22px;
        margin-left: 20px;
    }
    #area-contact ul li:last-of-type img{
        width: 22px;
    }
    
    
    .menu-product{
        
    }
    #area-legal{
        display: flex;
        padding-right: 50px;
        padding-left: 50px;
        justify-content: space-between;
        align-items: center;
        font-weight: 100;
        background-color: white;
    }
    #area-legal div:first-of-type{
        flex: 1;
        font-weight: 100;
    }
    #area-legal p{
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 100;
        font-family: 'futura-medium';
    }
    #area-legal div p:first-of-type{
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 100;
        font-family: 'futura-medium';
        display: flex;
    }
    #socials{
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        flex: 1;

    }
    #socials img{
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }
    #area-legal p{
        color: #1a1a1a;
        text-align: right;
        font-weight: 100;
        margin-top: 0px;
        flex: 1;
    }
    #menu{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}
#mini-menu{
    text-align: right;
}
#mini-menu a{
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 2px;
}
#mini-menu a:hover{
    color: #C7B299;
}
#big-menu a{
    color: white;
    font-size: 18px;
    font-family: 'futura-heavy';
    margin-left: 30px;
    cursor: pointer;
}

  
}