/* Enter Your Custom CSS Here */
@media (max-width: 614px) {
#logo {
font-size: 32px;
}
}
@media only screen and ( max-width: 479px ) {
#main-header { margin-top: 30px; }
}