@charset "UTF-8";


#Logo {
font-size: inherit;
}
#Logo img {
max-height: 55px;
}

@media screen and (max-width: 640px) {
#Logo {
width: 100%;
text-align: center;
}

#Logo a {
display: inline-block
}
}

