body {
    font-family: Maax, sans-serif;
    color: #0707ff;
    padding: 1em;
}

strong {
    font-weight: 400;
}

#main {
    text-transform: uppercase;
    overflow-anchor: none;
}

.menu,
#main {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4em;
}

button{
    background: transparent;
    border: 0;
    outline: 0;
    color: #0707ff;
    font-size: 1em;
    font-weight: inherit;
    cursor: pointer;
    padding: 0;
}

a:hover,
a:visited,
a:link {
    color: #0707ff;
    text-decoration: none;
}

ul{
    padding: 0;
}

li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
}

li:before {
    content: "→";
    position: absolute;
    font-weight: 100;
    left: 0;
}

.mouse-over {
    display: inline-block;
    overflow-anchor: none;
    height: 1em;
    margin: -1em 0;
}

.inline-img {
    height: 1.4em;
    position: relative;
    top: .25em;
}

.inline-img,
.mouse-over-img {
    box-shadow: .25em .25em .3em 0 #0707ff;
}

.mouse-over-img {
    position: absolute;
    max-height: 75vh;
    max-width: calc(100% - 2em);
    left: 0;
    z-index: 1;
    overflow-anchor: none;
}

#showreel{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 50px 5vw;
    z-index: 1;
    text-align: center;
}

#showreel video{
    font-size: 5vw;
    box-shadow: 0.25em 0.25em 0.75em 0 #0707ff;
    max-width: 100%;
    max-height: 100%;
}

#showreel .close{
    position: absolute;
    top: 20px;
    right: calc(5vw - 17px);
    font-size: 30px;
}

.footer{
    text-align: right;
    font-size: 15px;
}

@media (min-width: 1024px) {
    body {
        padding: 3em;
    }

    .menu,
    #main {
        font-size: 50px;
    }

    .inline-img.large {
        height: 3em;
    }

    #showreel .close{
        top: 0;
        right: 45px;
        font-size: 50px;
    }

    .footer{
        font-size: 25px;
    }
}
