* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background: #77b4bf url(../images/bg_grad_smooth.png) top center no-repeat;
    font-family: Verdana, Geneva, sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #5384e0;
}
h1 {
    font-size: 0;
}
h2 {
    font: normal 56px / 56px 'Bitter';
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding-left: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}
h3 {
    font: normal 20px / 35px 'Bitter';
    text-transform: uppercase;
    color: #5384e0;
    font-weight: bold;
    margin-bottom: 10px;
}
p {
    color: #ffffff;
    font: 17px Arial;
    line-height: 24px;
    margin-top: 0;
}
section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.container {
    width: 100%;
    max-width: 760px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
#header {
    text-align: center;
    padding-top: 30px;
}
#header .logo {
    display: inline-flex;
    text-align: center;
}
#contact h2 {
    background: #5384e0 url(../images/h1bg.png) right no-repeat;
}
#contact .map iframe {
    width: 100%;
    height: 350px;
}
#contact h3 {
    margin-bottom: 0;
}
#contact a {
    color: #ffffff;
    text-decoration: none;
}
#contact a:hover {
    text-decoration: underline;
    color: #5384e0;
}
#contact .address a {
    font-size: 14px;
    color: #fff;
}
#contact .address a:hover {
    color: #5384e0;
}
#footer {
    height: 193px;
    background: url(../images/footer.png) repeat-x center bottom;
    margin-top: auto;
}
#footer .copyright {
    text-align: center;
    padding-top: 150px;
    font: normal 14px / 16px 'Bitter';
    color: #FFF;
    text-shadow: 1px 1px #060;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    p {
        font-size: 16px;
    }
    #contact a {
        font-size: 14px;
    }
}