.logo {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{max-width:100%;}

.sections {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #8a8a8a;
    width: 100%;
    position: relative;
    z-index: 99;
}
.sections button {
    border: 0;
    background: transparent;
}
.rs-h {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.rs-header {
    display: inline-flex;
}
.rs-header a {
    padding: 10px;
    margin-right: 30px;
    margin-top: 5vh;
    color: #000;
    width: 20px;
    display: block;
    justify-content: center;
    font-size: 30px;
    height: 35px;
    transition: all 0.9s;
}
.rs-header a:hover{
    color:#fff;
    transition: all 0.5s;
}
@media only screen and (max-width: 768px){
.logo img {    padding: 30px;}
}







