/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #333;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Lato";
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

/* Paragraphs */
p {
    margin: 2px;
}

/*
 * Fonts
 */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-LightItalic.eot');
    src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-LightItalic.woff2') format('woff2'),
        url('../fonts/Lato-LightItalic.woff') format('woff'),
        url('../fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
 * Base structure
 */
html,
body {
    height: 100%;
    background-color: #fff;
    color: #231f20;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-top: -120px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

/* Padding for spacing */
.inner {
    padding: 20px;
}

img.logo {
    padding-bottom: 60px;
}

.bottom {
    position: fixed;
    bottom: 50px;
    width: 100%;
}

.subheader {
    font-weight: 300;
    font-style: italic;
    font-size: 19px;
}

.social-media {
    width: 40px;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50vw;
}

.social-media img {
    margin: 5px;
}

@media (max-width: 900px) {
    .cover-container {
        margin-top: 0px;
    }

    .bottom {
        position: inherit;
        bottom: auto;
    }

    .social-media {
        width: 100%;
        margin: 0;
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 500px) {
    img.logo {
        width: 200px;
        padding-bottom: 40px;
    }
}