/****** media rules ******/


@media (max-width: 768px) {
    #header-info,
    #tagline {
        text-align: center;
    }

    #tagline {
        padding-left: 0;
    }

    .tfg-logo-all-white {
        background: url(../images/logo-with-text-all-white.png) center bottom no-repeat;
        background-size: contain;
        width: 100%;
        height: 50px;
        margin-right: 0;
        margin-top: 20px;
    }
    
    #header {
        background: #fff;
    }

}