@import 'https://fonts.googleapis.com/css?family=Open+Sans';

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75em;
    font-size: 16px;
    background: url('../img/bg.jpg') center center no-repeat;
    background-size: cover;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    padding-top: 32px;
}

main {
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 32px 16px;
    color: white;
}

h1 {
    margin-bottom: 0;
}

h4 {
    margin: 0;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

a:link,
a:visited,
a:hover,
a:active
{
    color: white!important;
}

.simple-container {
    max-width: 675px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;
}

.simple-print {
    fill: white;
    stroke: white;
}

.simple-print svg {
    height: 100%;
}

.simple-close {
    color: white;
    border-color: white;
}

.simple-ext-info {
    border-top: 1px solid #aaa;
}

p {
    font-size: 16px;
}

h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 20px;
    line-height: 25px;
}

h3 {
    font-size: 16px;
    line-height: 27px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
}

hr {
    height: 1px;
    background-color: #d8d8d8;
    border: none;
    width: 100%;
    margin: 0px;
}

a[href] {
    color: #1e8ad6;
}

a[href]:hover {
    color: #3ba0e6;
}

img {
    max-width: 100%;
}

li {
    line-height: 1.5em;
}

aside,
[class *="sidebar"],
[id *="sidebar"] {
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid lightgrey;
    padding: 5px 15px;
}

@media (min-width: 1921px) {
    body {
        font-size: 18px;
    }
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    font-size: 16px;
    padding: 8px 16px;
    background: #0597F2;
    border: none;
    color: white;
    margin-top: 1rem;
}