/* X-Small */
@media (max-width: 575.98px) {

    /* TAGS */
    body {
        font-size: 18px;
    }
    footer {

        line-height: 60px;
    }
    footer span {
        margin: 0 10px;
        display: block;
    } 
    h2 {
        font-size: 28px;
    }
    /* IDs */
    #sogehts img {
        max-width: 50%;
        margin-top: 20px;
    }
    /* Classes */
    .btn-secondary,.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        font-size: 20px;
    }
    .btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        font-size: 20px;
    }
}


/* Small */
@media (min-width: 576px) AND (max-width: 767.98px) {

    /* TAGS */
    footer {

        line-height: 60px;
    }
    footer span {
        margin: 0 10px;
        display: block;
    } 

    /* IDs */
    #sogehts img {
        max-width: 85%;
    }
    /* Classes */
 
}

/* Medium */
@media (min-width: 768px) AND (max-width: 991.98px) {

    /* TAGS */
    footer {

        line-height: 60px;
    }
    footer span {
        margin: 0 10px;
    } 

    /* IDs */
    
    /* Classes */

    

}

/* Large */
@media (min-width: 992px) AND (max-width: 1199.98px) {

    /* TAGS */

    footer {

        line-height: 60px;
    }
    footer span {
        margin: 0 10px;
    }
    /* IDs */

    /* Classes */
 

}

/* X-Large */
@media (min-width: 1200px) AND (max-width: 1399.98px) {

    /* TAGS */
    

    /* IDs */


    /* Classes */

}

/* XX-Large */
@media (min-width: 1400px) AND (max-width: 1649.98px) {

    /* TAGS */


    /* IDs */
    

    /* Classes */

}