﻿html {
    -webkit-tap-highlight-color: rgba(0, 135, 253,0.5);
}

body {
    font-family: -apple-system, SF UI Text,'Segoe UI', Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
    overflow-x: hidden !important;
}

.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-fb;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-content: center;
    -webkit-align-content: center;
    -ms-flex-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.wrapper > div {
    max-width: 1200px;
    margin: 0;
    padding: 0px 20px 0px 20px;
}

.header > a > img {
    height: 50px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.header, .footer {
    height: 80px;
}
.footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-fb;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-content: center;
    -webkit-align-content: center;
    -ms-flex-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.content {
    background-color: #fafafa;
    word-wrap: break-word;
    padding: 20px;
}

h1, h2, h3, h4, h5 {
    color: #00305E;
    font-weight: normal;
}
h4 {
    font-style: italic;
    font-size: 14px;
}
h5 {
    font-size: 14px;
}

@media all and (max-width: 799px) {
    .wrapper > div {
        max-width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .footer {
    font-size: 2vw;
    }
}

