body {
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: auto;
}

a {
    color: lightgrey;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    padding: 0.8em 0;
    color: lightgrey;
    height: 150px;
}

h1 {
    font-size: 4.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.3em;
}

p {
    font-size: 1em;
}

#container {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh;
}

#container .main {
    text-align: center;
    padding: 2em 0 200px;
}

footer #container {
    padding: 1em 0.25em;
}

.company {
    font-family: 'MuseoModerno', cursive;
    background: rgba(255, 255, 255, 0.4);
    color: black;
    margin-bottom: 0;
}

.construction {
    padding: 3em 0.5em;
}

.construction span {
    font-size: 1.5em;
    font-weight: 700;
    border: 1px solid grey;
    padding: 1em;
    background: rgba(255, 255, 255, 0.4);
}

.copyright {
    font-size: 0.9em;
}

.subheader {
    color: #333;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-top: 0;
    padding-bottom: 0.5em;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}
