body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

header {
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

img {
    width: auto;
    max-width: 100%;
}

span {
    font-weight: bold;
}

a {
    color: #000;
    text-decoration: underline;
}

a:focus,  a:active,  a:hover {
    color: #015fa0;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 3.8em;
    margin: 160px 0 60px 0;
}

h1 span {
    background: rgba(1, 95, 160, 0.8);
    padding: 2px 0;
}

h2 {
    font-size: 2.25em;
    font-weight: 400;
}

h3 {
    font-size: 1.5em;
    font-weight: 400;
}

ul,ol {
    list-style-type: none;
    margin-bottom: 0;
}

li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

li p {
    margin-bottom: 0;
}

.main-content {
    margin: 75px 0;
}

.downloads {
    margin-top: 60px;
}

.downloads li {
    margin: 10px 30px 40px 30px;
}

.downloads img {
    margin-bottom: 20px;
}

footer {
    background: #015fa0;
    color: #fff;
    padding: 50px 0;
}

footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

footer a:focus, footer a:active, footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 0.85em;
    }

    h1 {
        font-size: 2.8em;
    }

    #logo {
        height: auto;
        max-width: 180px;
    }

    .main-content {
        margin: 30px 0;
    }

    .downloads {
        margin-top: 30px;
    }

    .downloads li {
        margin: 10px 20px 40px 20px;
    }

    .downloads img {
        height: auto;
        max-width: 50px;
    }

    footer {
        padding: 30px 0;
    }
}