@charset "utf-8";
/* CSS Document */

*, h2, h3 { font-family: 'Lato', sans-serif; }
a { color: #183651 !important; text-decoration: none; }
a:hover { opacity: 0.8; }
html, body, .web { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; position: relative; }
body { background: #fff; }
.top { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-size: cover !important; 
    background-position: center center !important; 
    background-repeat: no-repeat !important; 
    left: 0; 
    top: 0; 
    text-align: center;
}
.top img { max-width: 100%; display: inline-block; width: auto; z-index: 0; }
.web { padding-left: 10px; padding-right: 10px; width: auto; position: relative; z-index: 1; }

.img { width: 100%; padding-top: 100px; text-align: center; }
.img img { width: auto; display: inline-block; }
.under { text-align: center; color: #183651; text-transform: uppercase; padding-top: 50px; padding-bottom: 50px; }
.table { width: 100%; height: calc(100% - 370px); display: table; text-align: center; }
.table-cell { display: table-cell; vertical-align: middle; }
.under * { padding: 0; margin: 0; }
.under h2 { font-size: 45px; font-weight: bold; color: #183651; }
.under h3 { font-weight: 300; font-size: 30px; color: #183651; }
.footer { width: 100%; padding-bottom: 50px; display: block; text-align: center; color: #183651; font-family: 'Lato', sans-serif; font-size: 16px; }

@media only screen and (max-width: 767px) {
    .web { overflow: auto; }
    .web img { max-width: 150px; }
    .under h2 { font-size: 21px; }
    .under h3 { font-size: 18px; }
    .footer { font-size: 14px; }
    .img { padding-top: 20px; }
    .table { width: 100%; height: calc(100% - 220px); }
}
