* {
    text-decoration: none;
    font-size: 1em;
    outline: none;
    padding: 0;
    margin: 0;
}
code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
}
dfn, i, cite, var, address, em {
    font-style: normal;
}
th, b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td, center {
    vertical-align: top;
    text-align: left;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
q {
    quotes: "" "";
}
ul, ol, dir, menu {
    list-style: none;
}
sub, sup {
    vertical-align: baseline;
}
a {
    color: inherit;
}
hr {
    display: none;
}
font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important; /* editor's note: necessary? */
}
marquee {
    overflow: inherit !important;
    -moz-binding: none;
}
blink {
    text-decoration: none;
}
nobr {
    white-space: normal;
}

*, *:before, *:after {
   box-sizing: border-box;
}

html, body {
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: #0C4067;
    color: white;
    overflow: hidden;
    font-family: 'Roboto', arial, sans-serif;
    line-height:1.25;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
}

h2 {
    font-size: 1.25rem;
    margin-top: 1rem;
}

h1,h2 {
    text-shadow: 0px 2px 6px black;
}

#content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#hero-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero-image {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#hero-image img {
    padding: 2rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 2px 20px -4px black;
    max-width: 70%;
}

#controls-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}

@media only screen and (max-width: 600px) {
    #controls-container {
        margin-bottom: 0;
        flex-direction: column;
    }

    #controls-container img {
        margin: 0.25rem;
    }
}

#controls-container img {
    height: 4rem;
    width: auto;
    margin: 1rem;
    box-shadow: 0px 2px 20px -7px black;
}
