body {
    background-color: white;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
    width:100%;
}

.icon-bar {
    position: fixed;
    top: 70%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    z-index: 99
}

.facebook {
    background: #3B5998;
    color: white;
    z-index: 99
}

.twitter {
    background: #55ACEE;
    color: white;
    z-index: 99
}

.google {
    background: #dd4b39;
    color: white;
    z-index: 99
}

.topnav {
    overflow: hidden;
    background-color: #e9e7ec;
    flex-grow: 1!important;
    position: sticky!important;
    z-index: 1;
    top: 0;
    padding: 5px;
    padding-left: 30%
}

.topnav a {
    text-align: center;
    display: inline-block;
    color: #333;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px
}

.topnav a:hover {
    background-color: #FFF;
    color: black
}

.topnav a.active {
    background-color: #474B4E;
    color: white
}

.topnav .icon {
    display: none
}

@media screen and (max-width:600px) {
    .topnav a {
        font-size: 25px
    }
    .topnav {
        padding-left: 1%
    }
    .topnav a:not(:first-child) {
        display: none
    }
    .topnav a.icon {
        float: right;
        display: block
    }
    .topnav.responsive {
        position: relative
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }
    .img {
        display: none
    }
}
@media only screen and (max-width: 800px) and (min-width: 600px){

    .topnav a {
        font-size: 15px
    }
    .topnav {
        padding-left: 5%
    }  
}
@media only screen and (max-width: 1000px) and (min-width: 800px){
    .topnav a {
        font-size: 15px
    }
    .topnav {
        padding-left: 10%
    }  
}
@media only screen and (max-width: 1500px) and (min-width: 1200px){
    .topnav a {
        font-size: 15px
    }
    .topnav {
        padding-left: 25%
    }  
}