* { box-sizing: border-box; }

.header .logo {
    float: left;
    display: block;
    height: 113px;
    background-repeat: no-repeat;
    width: 251px;
    background-image: url(/images/logo.png);
    background-position: center center;
}

h3 { color: #e6252b; text-transform: uppercase; font-size: 12px; text-align: center; letter-spacing: 2px; font-weight: bold; }
h1 { font-size: 26px; text-align: center; letter-spacing: 2px; margin-top: 30px; margin-bottom: 50px; font-weight: 300; }
h2 { text-align: center; font-size: 18px; letter-spacing: 2px; margin-top: 30px; font-weight: 300; }
.image-all { padding: 20px 0px; }
.image-all img { width: 100%; }
div.split { background-color: #e8e8e8; max-width: 300px; margin: 30px auto; height: 2px; }

.footer { background-color: #0b2f47; padding: 70px 0px 180px 0px; color: #ffffff; }
.footer .logo { display: block; background-image: url(/images/logo2.png); background-position: center center; width: 248px; height: 48px; margin-bottom: 20px; }
.footer .row .h { color: #ffffff; border-bottom: 1px solid #446479; padding-bottom: 17px; }
.footer .row p { padding-top: 20px; font-style: italic; color: #627989; font-size: 13px; font-weight: bold; }
