@font-face { 
    font-family: 'Bavaria Regular Regular'; src: url("../fonts/BavariaRegularRegular.ttf");
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html, body {
    margin: 0 auto;
    max-width: 1440px;
    max-height: 100%;
    background-color: black;
    text-transform: uppercase;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    font-family: 'Bavaria Regular Regular' !important;
}

body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span {
    color: white;
}

div {
    background-color: black;
}

.hide {
    display: none;
}

#header {
    height: 50vw;
    background-color: black;
}

#header video {
    width: 100%;
}

#content {
    position: relative;
    height: 100%;
}

.nav-item:first-child a.nav-link {
    padding-left: 0;
}

.nav-item:last-child a.nav-link {
    padding-right: 0;
}

ul.nav .nav-item a {
    color: #676767;
    font-size: 2.7vw;
}

ul.nav .nav-item a.active {
    color: white;
}

#content .menu a {
    text-decoration: none;
    letter-spacing: 1.5vw;
}

#content .menu,
#content .work {
    padding: 0 5vw 0.5em 5vw;
}

#content .about {
    padding: 5vw 5vw 5em 5vw;
    text-transform: none;
    text-align: justify;
}

#content .about img {
    float: left;
    max-width: 100px;
    margin-right: 0.7em;
}

#content .about p {
    margin-bottom: 0;
    font-size: 0.9em;
}

#content .about .thanks,
#content .about .games {
    padding-top: 1.5em;
}

#content .about .games p {
    padding-top: 1em;
}

#content .about div {
    background-color: transparent;
}

#content .work .gallery .gallery-item {
    margin-bottom: 1.5em;
}

#content .work .gallery .gallery-item img {
    width: 100%;
}

#content .work .gallery .gallery-item > p {
    text-transform: uppercase;
    font-size: 2vw;
}

#content .contact {
    padding: 5em 5vw 0 5vw;
}

#content .contact img {
    max-width: 20vw;
    margin-right: 5vw;
}

#content .contact span {
    color: white;
    font-size: 3vw;
    text-transform: none;
}

#content .contact span a {
    text-decoration: none;
}

#content .contact .contact-info {
    padding-bottom: 2em;
}

#content .contact .contact-info img {
    float: left;
}

#content .contact .info-text span {
    display: block;
}

a.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    display: block;
    opacity: .3;
}

a.back-to-top:hover {
    opacity: 1;
    transition: opacity .4s;
}

.arrow_up_icon {
    background: url(../img/arrow_up_icon.png);
    height: 32px;
    width: 32px;
    display: block;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .contact .contact-info,
    .contact div div:last-child {
        padding-right: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    #content .menu a {
        letter-spacing: 5px;
    }

    ul.nav .nav-item a,
    #content .contact span {
        font-size: 1em;
    }
    
    #content .menu,
    #content .work {
        padding: 0 2em 0.5em 2em;
    }

    #content .about {
        height: 100%;
        padding: 1.5em 1.5em 2em 1.5em;
        margin: 0 2em 0 2em;
        text-align: left;
    }

    #content .contact {
        padding: 5em 2em 0 2em;
    }

    #content .work .gallery .gallery-item p {
        font-size: 0.7vw;
    }

    #content .contact img {
        max-width: 100px;
        margin-right: 2em;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #content .nav-item a.nav-link {
        padding-top: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    #header {
        height: 25em;
    }

    #content .contact img {
        margin-right: 0.5em;
    }

    #content .contact .info-text {
        display: grid;
        align-items: center;
        align-content: center;
        height: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #header video {
        transform: translateY(-20%);
    }

    #content .contact {
        padding: 0 2em 0 2em;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #header {
        height: 30em;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #content .work .gallery .gallery-item p {
        font-size: 10px;
    }
}