body{
    font-family: 'Exo 2';
    transition: all .3s;
    font-weight: 300;
}

.sidebar a{
    text-decoration: none;
}


.homecontent{
    position: absolute;
    background-image: linear-gradient(rgba(7, 37, 66, 0.451),rgba(0, 0, 0, 0.726));
    z-index: 3;
    width: 100%;
    height:170vh;

}
.homepageimage{
    
    width: 100%;
    height:100vh;

}
     
.homedescription{
    padding: 30px;
    margin: 36vh 50px -60px ;
    border-radius: 10px;
    transition: 1s;
    background-color: rgba(250, 250, 250, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.707),0px 1px 5px rgba(0, 0, 0, 0.7);

}

.heading{
    flex: 1;
    color:rgba(200,67, 93,.8);
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    background-image: url(photos/atw.gif);
    -webkit-background-clip: text;
    background-clip: text;
    font-size:80px;
    font-weight: 900;
    margin:0;
}


.quote{
    color: rgb(254, 254, 254);
    font-weight: 200;
    flex: 200px;
    width: 410px;

}

::-webkit-scrollbar{
    width:7px;
   background-color:rgba(197, 38, 70, 0.832);
   
  
}

::-webkit-scrollbar-thumb{
    background-color:rgba(91, 28, 40, 0.834);
    border-radius: 4px;

    
}
::-webkit-scrollbar-thumb:hover{

    background-color:rgba(91, 28, 40, 0.955);
    
}


