/**
:root{
    --distance: 2vw;
}
*/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
}

#header{
    width: 100%;
    height: 7.4vw;
    background-image: radial-gradient(rgb(166, 176, 255),rgba(52, 52, 71, 0.795),rgba(0, 0, 0, 0.801));
    position: relative;
}

::-webkit-scrollbar{
    width: 10px;
    background: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.445);
    border-radius: 1vw;
}

::-webkit-scrollbar-thumb:hover{
    background-color: rgba(20, 20, 20, 0.445);;
}

body{
    background-image: url(images/backgrounds/1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    overflow: overlay;
}

html{
    font-size: 10px;
}



.navbar{
    width: 100%;
    background-image:linear-gradient(rgba(0, 0, 0, 0.781),rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.562),rgba(0, 0, 0, 0.541));
    font-size: 1.05vw;
    color:rgb(255, 197, 72);
    text-transform: uppercase;
    font-weight: 600;
    height: 2.1vw;
    line-height: 2.1vw;   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.navbar-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar ul{
    margin-right: 1vw;
    float: right;
    list-style: none;

}

.navbar ul li{
    display: inline-flex;
    padding: 0 1.3vw;
    justify-content: space-between;
    align-items: center;

    
}

.navbar ul li a{
    color:rgb(209, 151, 26);
    flex:1;
    margin: auto;
}

.navbar ul li:hover{
    background-color: rgba(0, 217, 255, 0.123);
    border-radius: 30px;
}

.fixed{
    position:fixed;
    width:100%;
    top:0;
    z-index:20;
}

.fixed + .content{
    padding-top: 2vw;
}

#house{
    width: 2vw;
}




.box{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/box.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 69vw 33vw;

}

.boxtitle{
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2.5vw;
    color: rgb(255, 197, 72);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-size: 1.3vw;
    background-image: url(images/entity_background/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0.2vw;
    background-size: 69vw 3.26vw;
    padding-bottom: 0.72vw;
    padding-top: 0.8vw; 
}

.boxtext{
    font-size:1.06vw;
    margin-right: 18vw;
    margin-left: 18vw;
    padding-bottom: 2%;
    padding-top: 0%;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(82, 0, 0);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
}

.profile{
    float: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vw;
    text-align: center;
    line-height: 120%;
    color: rgb(82, 0, 0);
    margin-left: 17.5vw;
    margin-right: 2vw;
    transform: translate(0vw, 0vw);
}

.line{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 69vw 0.434vw;
    padding-bottom: 0.4vw;
}

.end{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/end.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -2.3vw;
    background-size: 69vw 2.8vw;
    padding-bottom: 0.55vw;
}


.footer{
    margin-top:4vw;
    box-sizing: cover;
    background-image:linear-gradient(rgba(0, 0, 0, 0.541),rgba(0, 0, 0, 0.349),rgba(0, 0, 0, 0.849),rgba(0, 0, 0, 0.781));
    padding-bottom: 10vw;
    font-weight: 600;
}