html,
body {
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

.largenav {
    /*    display: block;*/
    height: 80px;
    background-color: #303841;
    padding-right: 20px;
}

.largenav .logo-container {
    display: block !important;
}

.largenav .logo-container .logo-holder {
    /*    width: 500px;*/
    height: 80px;
    display: flex;
    flex-direction: row;
    float: left;
}

.largenav .logo-container .logo-holder img {
    height: 100%;
    margin-left: 10px;
}

.largenav .logo-container h1 {
    font-family: "Anta", sans-serif;
    color: #fff;
    margin: 28px 0 0 10px;
    font-size: 30px;
}

.largenav .nav-list-container {
    height: 80px;
    float: right;
}

.largenav .nav-list-container .nav-list {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.largenav .nav-list-container .nav-list a {
    text-decoration: none;
    font-family: "Arial";
    font-weight: 700;
    font-size: 14px;
    margin: 0 8px;
    color: #eeeeee;
    cursor: pointer;
}

.largenav .nav-list-container .nav-list .nav-icons {
    margin: 0;
    color: #eeeeee;
    cursor: pointer;
}

.largenav .nav-list-container .nav-list .nav-icons-container a{
    text-decoration: none;
    margin: 0 5px;
}

.largenav .nav-list-container .nav-list .more-nav {
    position: relative;
    cursor: pointer;
}

.largenav .nav-list-container .nav-list .more-nav:hover .more-list {
    visibility: visible;
}

.largenav .nav-list-container .nav-list .more-nav .more-txt {
    font-family: "Arial";
    font-weight: 700;
    font-size: 14px;
}

.largenav .nav-list-container .nav-list .more-nav .more-list {
    position: absolute;
    top: 22px;
    left: -15px;
    min-width: 150px;
    /*    height: 100px;*/
    background-color: #303841;
    box-shadow: -5px 5px 10px #303841;
    /*    display: none;*/
    visibility: hidden;
    transition: 1.5s;
}

.largenav .nav-list-container .nav-list .more-nav .more-list a {
    display: block;
    /*    background-color: red;*/
    margin: 0;
    padding: 8px 0 8px 8px;
}

.largenav .nav-list-container .nav-list .navlink:hover {
    color: #ea028c;
}

.smallnav {
    display: flex;
    height: 80px;
    background-color: rgba(48, 56, 65, 1);
    position: relative;
    display: none;
}

.smallnav .logo-container .logo-holder {
    height: 80px;
    display: flex;
    flex-direction: row;
    float: left;
    width: 85%;
}
.smallnav .logo-container .logo-holder .logo-img-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.smallnav .logo-container .logo-holder img {
    object-fit: contain;
    height: 70%;
    margin-left: 5px;
}

.smallnav .logo-container h1 {
    font-family: "Anta", sans-serif;
    color: #fff;
    margin: 0;
    font-size: 27px;
    margin: 10px 0px 10px 10px;
}

.smallnav .logo-container .navigationbar {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    color: #eeeeee;
    cursor: pointer;
}

.smallnav .small-nav-list {
    position: fixed;
    top: 0;
    left: 100%;
    background-color: rgba(48, 56, 65, 1);
    width: 100%;
    height: 100%;
    z-index: 999;
    font-family: "Arial";
    transition: 1s;
    /*    display: none;     */
}

.smallnav .small-nav-list h1 {
    color: #eeeeee;
    padding: 10px;
}
.smallnav .small-nav-list a {
    color: #eeeeee;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
}

.smallnav .small-nav-list a:hover {
    color: darkred;
}

.smallnav .small-nav-list .smallnavclose {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #eeeeee;
    cursor: pointer;
}

footer {
    display: block;
    background-color: rgb(56, 60, 65);
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-holder {
    display: inline-block;
    /*background-color: red;*/
    width: 80%;
}
footer .footer-holder .address-holder {
    display: inline-block;
    /*background-color: yellow;*/
}

footer .footer-holder .address-holder h2 {
    font-family: "Protest Guerrilla", sans-serif;
    margin: 5px 0;
    color: #c8c8c8;
}
footer .footer-holder .address-holder p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    margin: 5px 0;
    color: #ccc;
}

footer .footer-holder .address-holder .footer-icons i{
    color: #eee;
    font-size: 18px;
    margin: 10px 2px;
}

footer .footer-holder .footer-nav {
    float: right;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .footer-holder .footer-nav a {
    text-decoration: none;
    font-family: "Arial";
    font-weight: 700;
    font-size: 14px;
    margin: 0 8px;
    color: #eeeeee;
    cursor: pointer;
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .5);
    display: none;
}

.intro-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #060813;
/*    display: none;*/
}

.intro-video video{
    
}

    
@media only screen and (max-width: 800px) {
    footer .footer-holder {
        /*background-color: darkred;*/
        display: flex;
        flex-direction: column-reverse;
    }

    footer .footer-holder .address-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .footer-holder .address-holder .address {
        display: none;
    }

    footer .footer-holder .address-holder .footer-icons i{
        color: #eee;
        font-size: 20px;
        margin: 10px 5px;
    }

    footer .footer-holder .footer-nav {
        display: flex;
        justify-content: center;
        margin: 12px 0 10px 0;
    }
    footer .footer-holder .footer-nav a {
        margin: 8px;
    }
}
