/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    font-family: 'Overpass', 'Arial', sans-serif;
    color: #333;
}

main {
    padding: 2rem;
}

.center {
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    align-items: center;
    text-align: center;
}

.elf-logo {
    width: 40%;
    max-width: 200px;
    max-height: 200px;
    margin: 2rem auto;
}

.elf-logo path {
    fill: #222;
}

h1 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: .5rem;
    line-height: 1;
}

h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.5rem;

}

ul {
    margin: 2.5rem 0;
}

a {
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
    color: #666;
}

a.inactive {
    text-decoration: line-through;
}

p {
    font-size: 1.2rem;
    margin: .5rem 0;
    line-height: 1.6em;
}

.smaller {
    font-size: .8rem;
    line-height: 3rem;
    color: #aaa;
}



@media screen and (min-width: 600px) {
    h1 {
        margin: 1em 0;
    }
}
