.grey-background {
    background-color: #575757;
    padding: 10px;
}

@media only screen and (min-width : 768px) {
    body{font-size:16px; line-height:24px;}
    #logoText{font-size:28px !important; position:relative;top:5px !important; color:#000000 !important }
    #header{font-size:14px}
}

@media only screen and (max-width : 767px) {
    .logoImage {
        max-width: 120px;
    }
}