@media only screen and (max-width: 768px) {

    #nav-wrap a#toggle-btn {
        display: block;
    }
    .spadbgimage{
        padding-top: 20%;
    }
    .columns .copyright {
        padding-right: 0px !important;
        padding-left: 10px !important;
        width: 100% !important;
    }
    .footer-section .social {
        text-align: center;
        display: block;
        margin-top: 7%;
        margin-bottom: 5%;
    }
    .columns {
        padding: 0;
        width: 100% !important;
    }
}
@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;
    }
    }