* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
.navbar-items-c{
    display:inline-block;
    float:right;
}
.navbar{
    background-color: #1a252f;
    color:#000000;
    min-height:50px;
    width:100%;
}
.navbar-container{
    max-width:950px;
    margin:0 auto;
    width:95%;
}
.navbar-container::after{
    content:"";
    clear:both;
    display:block;
}
.navbar-brand{
    vertical-align:center;
    display:inline-block;
    padding:5px;
    margin-top: 10px;
    margin-left: 10px;
    min-height:50px;
    min-width:50px;
    max-height: 70px;
    max-width: 100%;
    color:inherit;
    text-decoration:none;
}
.navbar-menu{
    padding:10px 0;
    display:block;
    float:right;
    margin:0;
}
.navbar-menu-link{
    margin:0;
    color:inherit;
    text-decoration:none;
    display:inline-block;
    padding:10px 15px;
}
.navbar-burger{
    margin:10px 0;
    width:45px;
    padding:5px 10px;
    display:none;
    float:right;
    cursor:pointer;
}
.navbar-burger-line{
    padding:1px;
    background-color: #858585;
    margin:5px 0;
}
*{
    box-sizing:border-box;
}
body{
    margin:0;
}
#ielv{
    position:static;
}
#ikya{
    display:inline;
}
#iq3v2{
    color: #bebebe;
    font-weight:700;
}
#ishyi{
    color:#bebebe;
    font-weight:700;
}
#ioh21{
    color:#bebebe;
    font-weight:700;
}
#i3y9h{
    color:#bebebe;
    font-weight:700;
}
@media (max-width: 768px){
    .navbar-burger{
        display:block;
    }
    .navbar-items-c{
        display:none;
        width:100%;
    }
    .navbar-menu{
        width:100%;
    }
    .navbar-menu-link{
        display:block;
    }
}
@media (max-width: 480px){
    #iq3v2{
        color:#bebebe;
    }
    #ishyi{
        color:#bebebe;
    }
    #ioh21{
        color:#bebebe;
    }
    #i3y9h{
        color:#bebebe;
    }
}

.footer {
    width: 100vw;
    height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}
.footer .container img {
    width: auto;
    height: 2vw;
}
a {
    text-decoration: none;
}
