body {
    margin: 0;
}
header .container:first-child {
    padding: 10px 5px;
}

header .container:first-child img {
    height: 80px;
}

header .banner {
    height: 240px;
    width: 100%;
    background-image: url('assets/construction.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
}

.container, .inner {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

article.container {
    margin-bottom: 50px;
}

img.pk {
    height: 40px;;
}

span.highlight {
    color: #ea1a27;
}

span.highlight-sub {
    color: #223d98;
}

.dot, .dot-red {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 8px;
    background-color: #223d98;
}

.dot-red {
    background-color: #ea1a27;
}

footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px;
    background-color: #223d98;
    color: #fff;
}

footer .material-icons-sharp {
    position: relative;
    font-size: 16px;
    top: 3px;
}

footer a, footer a:link, footer a:visited, footer a:hover {
    white-space:nowrap;
    color: #fff;
    text-decoration: none;
}

footer a:active {
    color: #ea1a27;
}