
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #b89899;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e85356;
  }
  ::selection {
    color: antiquewhite;
    background: #e85356;
  }

/*
    font-family: 'Montserrat Subrayada', sans-serif;
    font-family: 'Zilla Slab Highlight', cursive;

*/
*{
    margin: 0;
    padding: 0;
}
body{
    position: relative;
    height: auto;
    margin: 0 0;
}
header, main, footer {
    box-sizing: border-box;
    position: relative; 
  }

header{
    height: auto;
    width: 100%;
    margin: 0 0;
}

aside{
    width: 100%;
}
.nav-scrolled{
    background-color: #7b2329;
    box-shadow: #0000003f 0px 5px 5px;
 
}


nav{
    color: antiquewhite;
    background: #411a2d42;
    position: fixed;
    top: 0;
    left: 0;
    height:70px;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    transition: all .2s ease-in-out;

}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height:70px;
    width:50%;
    float: right;
}
nav li{
    display: inline-block;
    box-sizing: border-box;
}
.nav li a {
    color: antiquewhite;
    float: left;
    text-align: center;
    padding: 25px 20px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .2s ease-in-out;
}
p, h1, li{
    pointer-events: none;
}
a{
    pointer-events: all;
    font-weight: 400;
}


nav a:hover{
    background: antiquewhite;
    color: #894c6b;
}


#logo{
    border-radius: 50%;
    margin-left: 25%;
    text-shadow: #000 0px 0px 0px;

}
#hero-img{
    height: 100vh;
    width: 100%;
    background-image: url("img/p2.jpg");
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    
}
#hero-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: antiquewhite;
    text-transform: uppercase;
    text-shadow: #000 0px 2px 2px;

}
#hero-text h1{
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 80px;
}
#hero-text p{
    font-family: 'Zilla Slab Highlight', cursive;
    font-size: 40px;

}
main{
    height: auto;
    background-image: radial-gradient(rgb(0, 0, 0.4) 15%, rgba(0, 0, 0, 0.45)), url("img/hrbg.jpg");
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    color: antiquewhite;
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
}
#about{
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100vh;
    gap:80px;

}

.sect-headline{
    font-size: 40px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    align-self: center;
    z-index: 1;
    text-shadow:#000 0px 2px 2px ;
}

.abt-sect-content{
    display: flex;
    box-sizing: border-box;
    text-align: center;
    font-size: 36px;
    font-family: 'Press Start 2P', cursive;    
    justify-content: center;
    align-items: center;    
    flex-wrap: wrap;
    width: 70%;
    gap: 10%;
    

}
.abt-sect{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    align-content: center;
    padding: 20px;
    width: 25%;
    text-transform: uppercase;
    font-weight: bold;
    gap:40px;
}
.abt-sect img{
    transform-origin: center;
    width:100px;
    height: auto;
    transition: all 0.2s ease-out 0s;
}
.abt-sect img:hover {
    transform: scale(1.4);
    height: auto;
}
.abt-sect-wide{
    font-size: 24px;
    font-family: 'Nanum Gothic', sans-serif;
    width: 70%;
    margin: 0 auto;
    
}
.abt-sect-wide p{
    padding: 20px;
}

#disco{
    background-image:url("img/discov.jpg");
    background-attachment: fixed;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10%;


}
#vid-bg-cnt{
    z-index: 0;
    height:auto;
    overflow: hidden;
    flex: 2 1 0px;

}
#vid-bg{
    height: 59vh;
    width: 100%;
    box-shadow: black 0px 0px 15px;
}
.vid-hovered{
    display:flex;
    flex-wrap: wrap;
    flex: 1 1 0px;
    z-index: 1;
    text-align: center;
    font-size: 26px;
    align-items: center;
    padding-right: 40px;
    text-shadow:#000 0px 2px 2px ;
    gap:30px;

}
.vid-hovered p{
    text-align: left;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 24px;
}
.vid-hovered h1{
    text-align: left;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Nanum Gothic', sans-serif;

}
.top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap:50px;
}
.top-2{
    display: flex;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    padding-left: 40px;
    gap:30px;
    background-image: linear-gradient(to right, rgb(0, 0, 0.1) 65%, rgba(0, 0, 0, 0.0) );
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}

#footer{
    display: flex;
    height: 30vh;
    color: #894c6b;    
    background-color: antiquewhite;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width:100%;
    font-weight: bold;
    padding-top:30px ;
    gap: 10px;
}
#kontakt, #inquiry{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin:0;
    width: 50%;
    font-family: 'Nanum Gothic', sans-serif;
}
#footer ul{
    list-style-position: inside;
    list-style-type: disc;
    text-transform: none;
}
#footer ol{
    text-transform: uppercase;
    list-style-type:none;
}
#footer a{
    text-decoration: none;
    color: #411a2d;

}
#footer a:hover{
    font-weight: bold;
}
#footer img{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    align-self: center;
}
#inquiry{
    margin: 0;
    padding: 0;
}
#footer ol>li{
    margin:10px 0;
    font-weight: 800;

}
#foot-inner-cnt{
    display: flex;
    flex-direction: row;
    gap:40px;
    width: 80%;
    
}
.foot-c{
    width: 100%;
    background-color: #411a2d;
    font-family: 'Nanum Gothic', sans-serif;
    color: antiquewhite;
    font-size: 11px;
    height:100%;
    text-align: center;
    line-height: 50px;

}

section, #hero-img{
    background-size: auto 130%;
}

@media only screen and (max-width:1260px) {
    nav ul{
        width:60%;
    }
    .top-2{
        width: 100%;
        border-radius: 0px;
        padding: 0;
    }
    .abt-sect{
        font-size: 28px;
    }
    .vid-hovered p{
        font-size: 20px;
    }
    #footer img{
        width: 130px;
        height: 130px;
        align-self: center;
    }
}
@media only screen and (max-width:1080px){
    nav ul{
        width:65%;
    }
    #logo{
        margin-left: 20%;
    }
    .sect-headline h1{
        font-size: 45px;
    }
    
    #vid-bg-cnt{
        flex: 2.2 1 0px;
        width:100%;
        
    }
  
    .vid-hovered{
        justify-content: center;
        align-items:center;
        gap: 0px;
        height: 25%;
        padding: 0;
     
        flex:1 1 0px;
    }
    
    .vid-hovered p{
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;

    }
    .vid-hovered h1{
        text-align: center;

    }
    #disco{
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.0)),  url("img/discov.jpg");
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        padding-top: 20px;
        padding-bottom: 50px;
        gap:20px;
    }
    .top-2{
        position: relative;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding:0;
        gap: 10px;
        height: 85vh;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0.1) 30%, rgba(0, 0, 0, 0.0));
    }
    /*
    .top-2:hover .vid-hovered{
        visibility: visible;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0.1) 15%, rgba(0, 0, 0, 0.0) );

    }
    */
    #kontakt, #inquiry{
        font-size: 14px;
    }
    #footer img{
        position: absolute;
        visibility: hidden;
    }
}

@media only screen and (max-width:870px){

    .abt-sect{
        font-size: 20px;
    }
    nav ul{
        visibility: hidden;
    }
    nav{
        background: transparent;
        box-shadow: none;
    }
    .nav-scrolled{
        background: transparent;
        box-shadow: none;
    }
    #logo{
        position: fixed;
        left: 55%;
        bottom: 20px;
        height: 100px;
        width: auto;
       filter: drop-shadow(0px 0px 10px #000);
    }
    #about p{
        font-size:20px;
    }
    #about h1{
        font-size:30px;
    }
}
@media only screen and (max-width:760px){

    #footer{
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
        padding-top: 50px;
    }
    #foot-inner-cnt{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding-bottom: 30px;
    }
    #kontakt, #inquiry{
        font-size: 14px;
    }
    .foot-c{
        width: 100%;
        background-color: #411a2d;
        font-family: 'Nanum Gothic', sans-serif;
        color: antiquewhite;
        font-size: 11px;
        height:50px;
        text-align: center;
        line-height: 50px;
    }
    .abt-sect{
        font-size: 12px;
    }
    .sect-headline h1{
        font-size: 35px;
    }

}
@media only screen and (max-width:600px){

    .abt-sect{
        font-family: 'Nanum Gothic', sans-serif;
        font-weight: 800;
        font-size: 16px;
    }
    #logo{
        left:45%;
    }
}