@media only screen and (max-width: 768px) {
    .header-section .top-menu {
        padding-bottom: 30px;
        font-size: inherit;
    }

    .header-section .top-menu div {
        margin: 0 3px;
    }

    .header-section .top-menu div a {
        width: 150px;
        border-bottom-color: lightgrey !important;
    }

    .social-icons {
        display: none;
    }

    .nav-button {
        display: inline-block !important;
    }

    .top-menu {
        position: relative;
        z-index: 2;
    }

    .header-section .top-menu div {
        display: block !important;
        margin-top: 15px !important;
    }

    .header-bg {
        height: auto !important;
        position: fixed !important;
        z-index: 1000;
        border-width: 0 !important;
    }

    .body-contents {
        padding-top: 70px;
    }

    .footer-section .bottom-menu div {
        margin: 0 5px !important;
    }

    .home-container .h1,
    .home-container .h2,
    .home-container .h3,
    .home-container .h4,
    .home-container .h5,
    .home-container .h6 {
        font-size: small !important;
    }

    .menuvisible{
        height: 100vh;
        overflow-y: scroll;
    }
}