@media only screen and (max-width: 768px) {
    #nav-wrap a#toggle-btn {
        display: block;
    }
    .spadbgimage{
        padding-top: 18%;
    }
    .footer .copyright {
        padding-right: 0px !important;
        text-align: center;
    }
    .footer-section .social {
        text-align: center;
        display: block;
        margin-top: 7%;
        margin-bottom: 5%;
    }
}
@media only screen and (max-width: 768px) {
    .dropdown {
        position: relative !important;
        display: block !important;
    }
    .dropdown .current{
        margin-left: -1% !important;
        margin-top: 5% !important;
    }
    .familysidebar{
        margin-left: -3% !important;
    }
    }