html, body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #3C3950;
    background-color: #2E2F39;
}

html, html * {
    box-sizing: border-box;
}

/* HEADER */

header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0px;
    background-color: #F0F3F2;
    z-index: 1;
}

header > div#header-content {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    position: relative;
    margin: auto;
}

header > div#header-content > img#logo {
    height: 100%;
    position: absolute;
    left: 0px;
    padding: 4px 4px 4px 0px;
}

header > div#header-content > h1#title {
    height: 100%;
    margin: auto;
    padding-top: 4px;
    font-size: 44px;
    text-align: center;
}

header > div#header-content > div#archive {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    overflow: hidden;
    text-align: right;
    background-color: #F0F3F2;
}

header > div#header-content > div#archive:hover {
    width: fit-content;
    height: fit-content;
}

header > div#header-content > div#archive > a {
    line-height: 24px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
}

header > div#header-content > div#archive > div#dummy-hamburger-icon {
    height: 56px;
    font-size: 44px;
    font-weight: 700;
}

/* MAIN CONTENTS */

main > div#content {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: auto;
    margin-top: 64px;
    padding-bottom: 64px;
    background-color: #F0F3F2;
}

main > div#content iframe#video {
    width: 100%;
    max-width: 1280px;
    max-height: 720px;
}

main >div#content > div#previews {
    padding: 0px 16px;
}

main > div#content > div#previews > table {
    text-align: left;
}

/* FOOTER */

footer {
    position: fixed;
    bottom: 0px;
}

div#misc {
    background-color: #2E2F39;
    font-family: Montserrat;
    font-weight: 700;
    font-weight: 300;
    font-family: "Montserrat Ultralight";
    font-weight: 400;
    background-color: #F0F3F2;
    background-color: #9ACA3C;
    color: #3C3950;
    color: #99A9B5;
}