.navbarstyle{
    top: 0;
    font-size:20px;
    border:white 1px;
    padding-bottom:25px;
    position:fixed;
    margin: 0;
    width:100%;
    height:100px;
    color: rgb(218, 165, 32);
    background: url("/static/images/wallpaper.jpg")no-repeat center center fixed; 
    -webkit-background-size:cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}
.navbarstylediv{
    background-color: rgba(0, 0, 0, 0.637);
    border: transparent solid 1px;
    height: 100px;
}
.navbarform{
    padding:8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:12px;
    border-radius:8px;
    text-align: right;
    display:flex;
}

.logo_img{
    margin: 0;
    margin-left:60px;
    width:70px;
    height:70px;
    object-fit: cover;
    object-position: center;
    padding: 0;
    border:  rgb(218,165, 32) solid 1px;
    border-radius: 50%;
    box-shadow: rgb(218,165, 32) 0px 1px 4px;
}
.logo_and_name{
    z-index: 1;
    display: flex;
}
.logo_and_name h4{
    text-align:left;
    margin: 0;
    margin-left: 8px;
    margin-right:50px;
    margin-top:9px;
    font-family: 'Ethnocentric Rg';
}
.navli{
    color: white;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:5px;
    padding-top:5px;
    width:90%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    outline: none;
    border: transparent solid 1px;
}
.navli:hover{
    border-right-width:1px;
    color: rgb(218,165, 32);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.navli a{
    color:rgb(255, 255, 255);
    text-align:left;
    text-decoration: none;
    padding: 15px;
}
.navli a:hover{
    color: rgb(218,165, 32);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.navli svg{
    width:30px;
    height: 30px;
    margin-right:10px;
}
.wrapper{
    position: fixed;
    top:0;
    left:-5px;
    height: 100%;
    width:40%;
    clip-path: circle(0px at calc(27px) 32px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    color: rgb(218,165, 32);
    border: transparent solid 1px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;  /* IE and Edge */
    background-color: rgba(0, 0, 0, 0.904);
    z-index: 1;
}
.wrapper::-webkit-scrollbar {
    display: none;
}
#active:checked ~ .wrapper{
    clip-path: circle(75%);
}
#active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
.menu-btn{
    position: absolute;
    z-index: 2;
    padding: 0;
    top:20px;
    left: 20px;
    height: 20px;
    width: 55px;
    text-align: center;
    line-height: 50px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: transparent;
}
.menu-btn i{
    color: rgb(218,165, 32);
    font-size: 25px;
}
#active:checked ~ .menu-btn{
    color: #fff;
}
.wrapper ul{
    background-color:transparent;
    position: absolute;
    top:0;
    width: 100%;
    padding-left:80px;
    list-style: none;
    text-align:left;
    overflow: hidden;
}
.wrapper ul div{
    border: transparent solid 1px;
    margin-bottom:0;
    border-top-color: rgba(218, 165, 32, 0.404)

}
input[type="checkbox"]{
    display: none;
}

.icons{
    padding-top:18px;
    padding-bottom:0;
    text-align: center;

}
.icons svg{
    width:30px;
    height: 30px;
}
.icons a{
    text-decoration: none;
    padding:0;
    margin: 0;
    color: rgb(218,165, 32);
}
.icons a:hover{
    color: rgb(255, 255, 255);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.footer{
    background-color: transparent;
}
.footer_div{
    background-color: rgba(0, 0, 0, 0.829);
    border: transparent solid 0.5px;
    border-top-color:rgb(218,165, 32) ;
    margin-top:100px;
    width: 100%;
}
.uwmap{
    color: rgb(255, 255, 255);
    font-size:16px;
    padding-top:25px;
    text-align: center;
    height: 100%;
}
.uwmap b{
    font-family: 'Ethnocentric Rg';
}
.uwmap a{
    text-decoration: none;
    color:rgb(0, 162, 255);
    margin-bottom:10px;
    margin-right: 20px;
}
.uwmap a:hover{
    text-decoration: underline;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


/* Media*/
@media only screen and (max-width:1000px) {
    .wrapper{
        width:100%;
    }
}
@media only screen and (max-width:770px) {
    .uwmap a{
        margin-right: 0;
        display: block;
        width:50%;
        margin-left:25%;
    }
}
@media only screen and (max-width:400px) {
    .icons svg ,.navli svg{
        width:25px;
        height: 25px;
    }
    .navli a{
        font-size:1rem;
    }
    .indexpage h1,h2{
        font-size:2em;
    }
    .uwmap b{
        display: block;
    }
} 