
html, body, p, h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: din-2014, Arial, sans-serif;
    font-weight: 300;
}
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-weight: 600;
    }

    body * {
        text-align: center;
        color: gray;
        font-size: 1em;
        padding: 0 5px;
    }

.blue {
    color: #2a75b3;
}

header {
    width: 100%;
    background-color: #1779ba;
    text-align: left;
    padding: 20px 100px;
    margin-bottom: 30px;
}
@media(max-width: 600px) {
    header {
        padding: 10px 10px;
    }
}

header img {
    height: 40px;
    width: auto;
}

.h1 {
    font-size: 1.3em;
}

p {
    font-size: .8em;
}

ul{
    margin-top: -10px;
    font-size: .8em;
	text-align: left;
}
li{
	text-align: left !important;
}

.button { 
    display: block;
    padding: 13px; 
    text-align: left; 
    width: 220px;
    margin: 20px auto 30px;
    box-shadow: rgba(0,0,0,.6) 3px 3px 6px;
    border: none;
    background-color: #4eb2e2;
}

.button.arrow {
	background-image: url(/images/Button_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 9px; 
}

footer {
    margin-top: 40px;
    background-color: #f1f1f1;
    width: 100%;
    padding: 10px;
}
footer p {
    font-size: .9em;
}
footer p, footer a {
    font-weight: 600;
    margin: 0;
    color: #636363;
}
footer a {
    text-decoration: underline;
}