/* All Media Queries for the website */
@media all and (max-width: 980px) {

    #header {
        height: auto;
    }

}

@media all and (max-width: 780px) {

    #header .col-xs-12 {
        text-align: center;
    }

}
