body{
    overflow-x: hidden;
}
.sidebar{
    height: fit-content !important;
}/*

.sidebarOpen {
    width: 27vw;
    left: 72.1vw;
}*/
.sidebar a {
    font-family: druk, sans-serif;
    font-size: 1vw;
    color: #fdb50b;
    text-align: end;
        white-space: nowrap;
}

.sidebar .social-links{
    font-family: 'Open Sans', sans-serif;
    text-align: end;
    margin-right: 0.5vw;
        white-space: nowrap;
}
.sidebar .social-links p{
    font-size: 14px;
}
.sidebar .social-links .socials{
    display: flex;
    justify-content: flex-end;
}
.sidebar .social-links .socials a{
   padding: 0;
    
}
.sidebar .social-links .socials a img{
    height: 1.5vw;
    margin: 0.8vw;
    
}
.ssGuppyDiv .footer{
    margin-bottom: -2vw;
}
.cmobile {
    display: none;
}
.cdesk{
    display: block
}
@media only screen and (max-width: 751px){
    .cdesk{
        display: none;
    }
    .cmobile {
        display: flex;
    }
    .ssGuppyDiv .footer{
        margin-bottom: -7vw;
    }
/*    .sidebar{
        width:83vw;
        left: 100vw;
        z-index: 14;
    }*/
    .sidebarOpen {
        right: 0.5vw !important;
    }
    
    
    
    .sidebar .social-links .socials a img {
        height: 6.5vw;
        margin: 2.8vw;
    }
    
    .sidebar .social-links p {
        font-size: 12px;
    }
    .sidebar a {
        font-size: 3vw;
    }
}
/*.sidebar{
    width: 35vw;
    margin: 1vw;
    height: 20vw;
    border-radius: 1vw;
    border: 5px solid #fbd30b;
    text-align: end;
    left: 100vw;
}
*//*
.header-logo-div{
    position: absolute;
    left: 44vw;
}
.hamburger{
    position: absolute;
    left: 95vw;
}
.hamburger.change{
    position: fixed;
    left: 96.5vw;
}*/

