.navbar {
    border: none;
    background-color: #0057A4;
    -webkit-box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    min-height:50px;
}

.navbar-header .logo img {
    height:20px;
}

.navbar-header .logo {
    font-size:34px;
}

.navbar-header a.logo:hover{
    text-decoration: none;
}

.navbar a {
    color:#ffffff !important
}

a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#footerInformation {
    background-color: #eff1f3;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #d1d8dc;
    margin-top:20px;
}

#footerInformation p {
    margin-bottom: 0;
}

@media only screen and (max-width : 768px) {
    .navbar-header .logo {
        padding:20px;
        font-size:2.2em;
    }

}
@media only screen and (max-width : 490px) {
    .navbar-header .logo span {
         display:none;
     }
}