﻿/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #footer, #header {
        text-align:center;
    }

    #logo img {
        margin-top:10px;
    }

    #header .social {
        text-align: center;
    }

     #footer .bottom .copyright {
          text-align:center;
        }
}

/* Small devices (tablets, 768px and up) */
@media (min-width:  768px) {

    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

