/* simple reset rule to set page defaults*/
* {
    margin: 0;padding: 0;border: 0;
    box-sizing: border-box;
}


:root {
    font-size: 62.5%; /*16px *.625= 10px*/

    --color-bg1: #EEE5E9;
    --color-bg2: #eec685;
    --color-fn1: rgb(216, 207, 207);
    --color-accent1: #cf5c36;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: rgba(66, 65, 65, 1);
    border-radius: 15px;
}


body{
    color: var(--color-fn1);
    font-size: 1.4rem;
    background-image: url(/hobby/images/background.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


a{
    text-decoration: none;
}

header{
    height: 10vh;
    margin: .5%;
}

#container{
    min-height: 100vh;
    width: 100vw;
    border: solid rgba(236, 171, 97, 0.3) ;
    background-color: rgba(66, 65, 65, 0.3);
}

#logo{
    height: 100%;
    width: 150px;
    background-image: url(/hobby/images/div.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
}

nav{
    height: 40vh;
    width: 15vw;
    margin-right: .5%;
}

#frame{
    display: flex;
    margin: .5%; 
    max-height: 40vh;     
}

h1{
    width: 100%;
    height: 10%;
    text-align: center;
}

iframe{
    width: 100%;
    height: 90%;
}

#right{
    width: 84vw;
}

#ai{
    height: 43vh;
    max-width: 60vw;
    margin-left: .5%;
    background-color: rgba(66, 65, 65, 0.6);
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
}

aside{
    width: 38vw;
    float: right;
    margin-right: .5%;
    height: 43vh;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
}

footer{
    margin-left: .5%;
    margin-right: .5%;
    margin-top: .3%;
    height: 4vh;
}

#frameheadline{
    font-family: "Brush Script MT", cursive;
    font-size: 38pt;
    font-weight: lighter;
    color: whitesmoke;
}

h2{
    color: var(--color-fn1);
    font-family: 'Architects Daughter', cursive;
}

/*NAV ONLY*/ 

nav{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px 4px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    border-radius: 25px;
}

h1>img{
    display: none;
}

.nav2 li{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.nav2 a{
    display: flex;
    height: 50px;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
    font-family: sans-serif;
    color: rgb(171, 173, 171);
    text-shadow: black 1px 1px 1px;
    margin: 16px 0px;
}

#nav21{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4));
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    height: 3vh;
    width: 100%;
}

#nav21:hover{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4),rgba(0, 0, 0, .4));
    height: 25vh;
    transition: .5s ease-in-out;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
    display: flex;
    border: rgba(244, 248, 2, 0.692) solid .5px;;
}

#nav21:hover img{
    display: flex;
    width: 14vw;
    height: 10vh;
    align-content: center;
    transition: .5s ease-in-out;
}

#nav22{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4));
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    height: 3vh;
    width: 100%;
}

#nav22:hover{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4),rgba(0, 0, 0, .4));
    height: 25vh;
    transition: .5s ease-in-out;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
    display: flex;
    border: rgba(244, 248, 2, 0.692) solid .5px;;
}

#nav22:hover img{
    display: flex;
    width: 14vw;
    height: 10vh;
    align-content: center;
    transition: .5s ease-in-out;
}

#nav23{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4));
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    height: 3vh;
    width: 100%;
}

#nav23:hover{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4),rgba(0, 0, 0, .4));
    height: 25vh;
    transition: .5s ease-in-out;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
    display: flex;
    border: rgba(244, 248, 2, 0.692) solid .5px;;
}

#nav23:hover img{
    display: flex;
    width: 14vw;
    height: 10vh;
    align-content: center;
    transition: .5s ease-in-out;
}

#nav24{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4));
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    height: 3vh;
    width: 100%;
}

#nav24:hover{
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .4),rgba(255, 255, 255, .4),rgba(0, 0, 0, .4));
    height: 25vh;
    transition: .5s ease-in-out;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
    display: flex;
    border: rgba(244, 248, 2, 0.692) solid .5px;;
}

#nav24:hover img{
    display: flex;
    width: 14vw;
    height: 10vh;
    align-content: center;
    transition: .5s ease-in-out;
}




/*INDEX PAGE*/

#indexvid{
    border-radius: 25px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
}

#indexas{
    display: inline-flex;
    position: relative;
    bottom: 44.2vh;
    padding: 3px;
    background-color: rgba(66, 65, 65, 0.6);
    border-radius: 25px;
}

#indexhead>h1{
    width: 85%;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;   
    font-size: 70pt;
    font-family: 'Architects Daughter', cursive;
}





/* EQUIPMENT PAGE*/



#heade{
    box-shadow: 10px 10px 10px rgba(255, 255, 255, .6);
    height: 6vh;
    width: 101%;
    margin-top: -.5%;
    background-color: rgba(66, 65, 65, 0.7);
    border-radius: 0% 0% 100% 100%;
    margin-left: -.5%;
}

#containere{
    height: 100vh;
    width: 100vw;
    border: solid transparent;
}


#framee{
    display: flex;
    margin: .5%;   
    padding: 5px;
    margin-top: 1%;
}

#ae{
    width: 100%;
    height: 100%;
    background-color: rgba(66, 65, 65, 0.6);
    border-radius: 25px;
    padding: 10px;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
}

#lefte{
    float: left;
    width: 70vw;
    height: 40vh;
    display: flex;
    margin-left: .5%;
    margin-bottom: .5%;
    border: rgba(66, 65, 65, 0.7) solid;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border-radius: 10px;
}

#foote{
    clear: both;
}

.slides {display: none;}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slim{
    width: 100%;
    height: 100%;
}

figcaption {
    color: #f2f2f2;
    font-size: 18pt;
    padding: 8px 12px;
    position: relative;
    bottom: 3.6vh;
    text-align: center;
    background-color: rgba(66, 65, 65, 0.7);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#ase{
    width: 28vw;
    float: right;
    margin-right: .5%;
    height: 40vh;
    position: relative;
    bottom: 1.2%;
    padding: 3px;
    background-color: rgba(66, 65, 65, 0.6);
    border-radius: 25px;
}

#h1e{
    font-size: 40pt;
    color: var(--color-fn1);
}

aside>h1{
    font-size: 25pt;
}

.asideli{
    margin-left: 40px;
    font-size: 25pt;
    font-family: cursive;
}

footer>ul{
    margin-top: 3vh;
    display: flex; 
} 

footer>h1{
    display: block;
    width: 100%;
    text-shadow: rgba(0, 0, 0, 0.7)2px 2px 2px;
}

.footli{
    display: inline-block;
    width: 150px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    border-radius: 15px;
    font-size: 14pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

#equl>a{
    color: rgba(255, 255, 255, .8);
    margin-left: auto;
    margin-right: auto;
    display:inline-block ;
}

.footli:hover{
    box-shadow: rgb(243, 247, 3) 2px 2px 2px;
    border: rgb(243, 247, 3) solid .5px;
}




/*GALLERY ONLY*/ 




#left{
    border: red;
}

#galbody{
    overflow: overlay;
}

#asidevide{
    width:100%;
}

#galright{
    border-radius: 25px;
    border: rgba(255, 255, 255, .8) solid .5px;
    width: 32vw;
    float: right;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);

}
#left{
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    width: 52vw;
    margin-right: .5%;
    justify-content: center;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    overflow: hidden;
    height: 35vh;
    margin-top: auto;
    margin-bottom: auto;
}

#vidcontainer{
    display: inline-flex;
    flex-wrap: wrap; 
    justify-content: space-evenly;
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0px;
    box-shadow: rgba(255, 255, 255, .8) 4px 4px 4px;
    border: rgba(255, 255, 255, .8) solid .5px;
    border-top: none;
    border: 0px 0px 25px 25px;
    
}

.vidtile{
    box-shadow: rgba(255, 255, 255, .8) 2px 2px 2px;
    border: rgba(255, 255, 255, .8) solid .5px;
    margin: 5%;
    min-width: 40%;
    padding: 25px;
    justify-content: center;
    display: flex;
    border-radius: 25px;
}

#filler{
    width: 100%;
    height: 70vh;
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px 25px 0px 0px;
    box-shadow: rgba(255, 255, 255, .8) 4px 4px 4px;
    border: rgba(255, 255, 255, .8) solid .5px;
    border-bottom: none;
    padding: 0% 5%;
}

#fillervid{
    margin-top: auto;
    margin-bottom: auto;
}

.oneoff{
    border-radius: 0px 0px 25px 25px;
    overflow: scroll;
}

#headgal>h1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;   
    font-size: 70pt;
    font-family: 'Architects Daughter', cursive;
}



/*HOW TO DRIFT*/

.htdcont{
    padding: 4px;
}

#htdvid{
    margin-top: auto;
    margin-bottom:auto;
    border-radius: 4px;
    max-width: 1000px;
}

#ash{
    width: 28vw;
    float: right;
    margin-right: .5%;
    height: 40vh;
    position: relative;
    padding: 3px;
    background-color: rgba(66, 65, 65, 0.6);
    border-radius: 25px;
}

#headh{
    max-height: 7vh;
}

/*the css is messy i thought i would try linking it all to one stylesheet... either poorly executed or doesnt work as well as i would have thought and i dont have time to correct it*/