@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
html {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.main {
	filter: grayscale(1);
}

.nav-big,
.nav-small {
	filter: grayscale(.7);
}

/*NAV BAR*/

.nav-big {
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top right, #930b0b, #ff2929);
    background-size: cover;
    width: 100%;
    height: 7vh;
    -webkit-box-shadow: 0px -1px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 4px 4px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 4px 4px rgba(0,0,0,0.75);
    z-index: 1;
}

.nav-small {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top right, #930b0b, #ff2929);
    background-size: cover;
    width: 100%;
    height: 6vh;
    z-index: 1;
}

.nav-hamburger-menu {
    position: fixed;
    width: 50%;
    margin-left: -50%;
    background-color: rgba(0,0,0,0.75);
    height: 100%;
	-webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.nav-logo {
    height: 7vh;
    width: 7vh;
    margin-top: -0.2vh;
    margin-left: 0.5vw;
    float: left;
    background-image: url("./img/nav-logo.png");
    background-size: cover;
}

.nav-logo:hover {
    cursor: pointer;
}

.nav-logo-small {
    height: 6vh;
    width: 6vh;
    margin-top: -0.2vh;
    margin-left: 0.5vw;
    float: left;
    background-image: url("./img/nav-logo.png");
    background-size: cover;
}

.nav-button {
    margin-top: 2vh;
    margin-right: 2vw;
    height: 3vh;
    float: right;
    outline: none;
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.nav-button:hover {
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.nav-hamburger {
    display: flex;
    color: #fff;
    float: right;
    background: none;
    border: none;
    outline: none;
    margin-top: 1.2vh;
    margin-right: 1.5vw;
    height: 3vh;
    font-size: 3vh;
    font-weight: 100;
}

.nav-button-small {
    margin-top: 0.7vh;
    margin-left: 10%;
    height: 3vh;
    outline: none;
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2vh;
}

/*ANCHORS*/

#info-description {
    position: relative;
    z-index: 2;
    top: -50px
}

/*FOOTER*/

footer {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 100px;
    background-image: linear-gradient(to top right, #930b0b, #ff2929);
    background-size: cover;
    width: 100%;
    height: 7vh;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.75);
    z-index: 1;
    line-height: 7vh;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.info-showcase a:link,
.info-showcase a:hover,
.info-showcase a:visited,
.info-showcase a:active {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
}

.info-showcase a:hover {
	color: #930b0b;
}

footer a:link,
footer a:hover,
footer a:visited,
footer a:active {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-align: center;
}

.footer-middle {
    position: relative;
    margin-left: 0px;
    width: 100%;
    text-align: center!important;
}

/*MAIN PAGE*/

.main {
    z-index: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

#theme-image {
    position: relative;
    width: 100%;
    height: 100%;
    background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.7), 
          rgba(0, 0, 0, 0.7)
        ),
        /* bottom, image */
        url("./img/theme.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.info-page {
    position: absolute;
    top: 40%;
    color: #fff;
    width: 100%;
}

.info-welcome {
    text-align: center;
    font-size: 50px;
}

.info-welcome-text {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
}

.info-welcome-text-small {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    display: block;
    max-width: 500px;
    margin: 10px auto 0;
    text-align: justify;
}

.info-more {
    background: none;
    border: 2px solid #fff;
    border-radius: 7px;
    outline: none;
    color: #fff;
    transform: translate(-50%, 0%);
    margin-left: 50%;
    margin-top: 2%;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 20%;
}

.info-more a:link,
.info-more a:hover,
.info-more a:visited,
.info-more a:active {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 200;
    padding: 7px 45px 7px 45px;
}

#countdown {
    background: none;
    color: #fff;
    transform: translate(-50%, 0%);
    margin-left: 50%;
    margin-top: 0.5%;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 20%;
    font-size: 60px;
    padding-bottom: -1.5%;
}

.info-vertical {
    transform: translate(-50%, 0%);
    background-color: #fff;
    width: 2px;
    height: 38vh;
    margin-left: 50%;
}

/*SHOWCASE*/

.info-showcase {
    position: relative;
    width: 100%;
}

.info-showcase-element-left,
.info-showcase-element-right {
    margin-top: 2%;
    width: 90%;
    margin-left: 5%;
    color: #000;
    height: 46.5vh;
}

.info-showcase-element-left .info-showcase-image {
    float: left;
    margin-left: 0px;
    width: 50%;
    margin-top: auto;
}

.info-showcase-element-right .info-showcase-image {
    float: right;
    margin-right: 0px;
    width: 50%;
}

.info-showcase-image img {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
}

.info-showcase-title {
    padding-top: 100px;
    display: block;
    color: #930b0b;
    font-size: 40px;
    width: 30%;
    border-bottom: 1px solid #930b0b;
}

.info-showcase-desc {
    display: block;
    margin-top: 20px;
}

.info-showcase-element-right .info-showcase-desc {
    width: 45%;
}

.info-showcase-element-left .info-showcase-title {
    margin-left: 53%;
}

.info-showcase-element-left .info-showcase-desc {
    margin-left: 53%;
    width: 46%;
}

/*YOUTUBE SLIDER*/

.info-showcase-image-slider {
    position: relative;
    margin-top: -35%;
    width: 100%;
    height: 100%;
}

.slider-left,
.slider-right {
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 50px;
}


.slider-left:hover,
.slider-right:hover {
    color: #930b0b;
    cursor: pointer;
}

.slider-left {
    float: left;
}

.slider-right {
    float: right;
}

#yt_movie1:hover,
#yt_movie2:hover {
    cursor: pointer;
}

/*SCROLL BAR*/

div.main { 
    width: 100%; 
    height: 100%; 
    overflow-x: hidden; 
    overflow-y: scroll;
} 

div.main::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.2);
}

div.main::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0.2);
}

div.main::-webkit-scrollbar-thumb {
	background-color: #930b0b;
}

div.main::-webkit-scrollbar-thumb:hover {
	background-color: #ff2929;
}

/*SELECTION*/

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #930b0b;
}

::selection {
    color: #fff;
    background: #930b0b;
}

@media only screen and (max-width: 1080px) {
    /*NAV BAR*/

    .nav-big {
        display: none;
    }
    .nav-small {
        display: block;
    }

    /*ANCHORS*/

    #info-description {
        position: relative;
        z-index: 2;
        top: -250px;
    }

    /*FOOTER*/

    footer {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 100px;
        background-image: linear-gradient(to top right, #930b0b, #ff2929);
        background-size: cover;
        width: 100%;
        height: 4vh;
        -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.75);
        z-index: 1;
        line-height: 4vh;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-weight: 300;
    }

    /*MAIN PAGE*/

    /*.info-page {
        position: absolute;
        top: 40%;
        color: #fff;
        width: 100%;
    }*/

    .info-vertical {
        transform: translate(-50%, 0%);
        background-color: #fff;
        width: 2px;
        height: 40vh;
        margin-left: 50%;
    }

    .info-welcome {
        text-align: center;
        font-size: 130px;
    }
    
    .info-welcome-text {
        text-align: center;
        font-size: 70px;
        font-weight: 200;
    }
    
    .info-more {
        background: none;
        border: 2px solid #fff;
        border-radius: 7px;
        outline: none;
        color: #fff;
        transform: translate(-50%, 0%);
        margin-left: 50%;
        margin-top: 5%;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        text-align: center;
        width: 70%;
    }
    
    .info-more a:link,
    .info-more a:hover,
    .info-more a:visited,
    .info-more a:active {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 60px;
        font-weight: 200;
        padding: 7px 45px 7px 45px;
    }

    /*SHOWCASE*/

    .info-showcase-element-left,
    .info-showcase-element-right {
        margin-top: 15%;
        width: 90%;
        margin-left: 5%;
        color: #000;
        height: auto;
    }

    .info-showcase-element-left.first,
    .info-showcase-element-right.first {
        margin-top: 0px;
    }

    .info-showcase-element-left .info-showcase-image,
    .info-showcase-element-right .info-showcase-image {
        width: 100%;
        float: none;
    }

    .info-showcase-image img {
        width: 100%;
        margin-left: 0%;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
    }

    .info-showcase-title {
        padding-top: 20px;
        display: block;
        color: #930b0b;
        /*font-size: 90px;*/
        font-size: 7vh;
        width: 100%;
        border-bottom: 1px solid #930b0b;
    }

    .info-showcase-desc {
        display: block;
        margin-top: 20px;
        text-align: justify;
        /*font-size: 30px;*/
        font-size: 2.5vh;
    }

    .info-showcase-element-right .info-showcase-desc {
        width: 100%;
    }

    .info-showcase-element-left .info-showcase-title {
        margin-left: 0%;
    }

    .info-showcase-element-left .info-showcase-desc {
        margin-left: 0%;
        width: 100%;
    }

    #last-top {
        padding-bottom: 35%;
    }
}