body {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container {
    max-width: 960px;
    background-color: #fff;
    padding-top: 15px;
}
header .container-title {
    /*margin-top: 15px;*/
}
header h1 {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
header h1 > span {
    font-weight: 400;
    font-size: 65%;
    /*text-shadow: none;*/
}
header h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    text-align: left;
}
header h2 > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000;
    margin: 2px 5px;
}
header .logo {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    header .logo {
        margin: 16px auto;
        padding-left: 31px;
    }
}

h1.site-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    color: #2e5587;
    text-transform: uppercase;
}
h2 {
    font-size: 21px;
    color: #2e5587;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}
h3 {
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 25px;
}
h4 {
    font-size: 16px;
    color: #2e5587;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}
.hour {
    margin: 5px 0 20px 0;
}
.hour p,
.hour ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer {
    padding-top: 15px;
}

a,
a:link,
a:visited {
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}