/*
* === RESET ===
*/
* {
    font-family: "montserratregular", sans-serif;
}
.display-box {
    scroll-behavior: smooth;
}
#section-back {
    z-index: 1;
    margin: 20vh 0 0 10vw;
    width: 25vw;
    height: 50vh;
    background: #7fda56;
    display: block;
    position: absolute;
}
#section-img {
    z-index: 2;
    margin: 5vh 0 0 15vw;
    width: 35vw;
    height: auto;
    background: #7fda56;
    display: block;
    position: absolute;
}
#section-block {
    z-index: 3;
    margin: 30vh 0 0 3vw;
    width: 25vw;
    height: 35vh;
    background: white;
    display: block;
    position: absolute;
    padding: 0;
}
#section-text {
    font-size: 30px;
    margin: 5%;
    width: 90%;
    height: 60%;
    float: left;
}
#section-button {
    font-family: "montserratregular", sans-serif;
    float: left;
    background: #7fda56;
    width: 40%;
    margin: 2% 0 0 50%;
    height: auto;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 3%;
}
#general-section {
    display: block;
    float: left;
}
.hover-block:hover {
    opacity: 0.95;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: white;
}
.video-container {
    position: fixed;
    z-index: -1;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
#Page {
    padding: 5vh 5% 0 5%;
    height: 90vh;
}
#wrapper {
    width: 100%;
    height: 90vh;
}
#logo-box {
    padding: 0 1%;
    float: left;
}
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #46616f;
    display:flex;
    justify-content: center;
    align-items: center;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #7fda56;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}

#menu-box {
    float: left;
    height: 100%;
    width: 20%;
}
#icon {
    margin: 0 20%;
    width: 60%;
}
#text-logo-box {
    height: 5vh;
    width: 100%;
}
#text-logo {
    width: 100%;
}
.menu-element {
    margin: 4% 8% 4% 8%;
    display: block;
    width: 84%;
    text-align: left;
    color: white;
    text-decoration: none;
    font-family: "montserratregular", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
}
.hovering:hover {
    opacity: 0.6;
    transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
}
#social-icon {
    margin: 4% 8% 4% 8%;
}
.social-links {
    text-decoration: none;
    margin: 0 1%;
}
.display-box {
    float: left;
    padding-top: 1vh;
}

#display-text {
    text-align: center;
}
.big-text {
    text-align: center;
    color: white;
    font-family: "montserratregular", sans-serif;

    text-transform: uppercase;
    border: 0.15vw solid #fff;
    font-size: 38px;
    border-right: none;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
    min-height: 50px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 40vh;
}

.big-text:after {
    content: "";
    position: absolute;
    display: block;
    width: 35.3px;
    height: 35.3px;
    border: 0.15vw solid;
    right: -18px;
    box-sizing: border-box;
    top: 6px;
    transform: rotate(45deg);
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1d1d1b;
    color: white;
    height: 5vh;
}
#subscribe-box {
    margin-left: 20%;
    float: left;
    text-align: center;
    width: 60%;
    height: 100%;
}
#subscribe-box p {
    float: left;
    margin: 1.6vh 0.5vw;
    font-family: "montserratregular", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
}
#copyright-box {
    width: 100%;
    float: left;
    text-align: right;
}
#subscribe-input {
    margin: 1vh 0;
    float: left;
    width: 20vw;
    height: 2.5vh;
    border-radius: 0;
}
#subscribe-button {
    float: left;
    border-radius: 0 5px 5px 0;
    margin: 1.2vh 0;
    padding: 0 2vw;
    color: black;
    border: none;
    background: #7fda56;
    font-weight: bold;
    height: 2.7vh;
    letter-spacing: 0.5px;
    font-family: "montserratregular", sans-serif;
}
#copyright {
    font-family: "montserratregular", sans-serif;
    color: white;
    font-size: 13px;
    margin: 0.6% 0.5% 0 0;
    text-align: right;
}

@media (max-width: 768px) {
    .big-text {
        font-size: 19px;
    }
}

@media (max-width: 600px) {
    #copyright-box {
        display: none;
    }
    #logo-box {
        width: 100%;
        height: auto;
        border-bottom: 0.5vw solid white;
    }
    #icon-box {
        text-align: center;
    }
    #icon {
        max-height: 20vh;
        width: auto;
    }
    #text-logo-box {
        display: none;
    }
    #text-logo-box {
        margin-top: 0;
    }
    #wrapper {
        border-left: none;
        border-right: none;
    }
    #menu-box {
        width: 100%;
        height: auto;
        padding: 5% 0;
    }
    .menu-element {
        text-align: center;
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: 5%;
    }
    #social-icon {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .social-links {
        margin-left: 0;
        text-decoration: none;
    }
    .display-box {
        width: 100%;
        height: auto;
        margin-bottom: 10%;
    }
    .big-text {
        margin-top: 10vh;
    }
    #footer {
        display: none;
    }
}

@media (min-width: 601px) {
    #logo-box {
        width: 100%;
        height: auto;
        border-bottom: 0.5vw solid white;
    }
    #icon-box {
        padding: 0;
        float: left;
        height: 100%;
        width: 30%;
    }
    #icon {
        margin: 2vh 0;
        height: auto;
        width: 100%;
    }
    #text-logo-box {
        display: none;
    }
    #wrapper {
        border-left: none;
        border-right: none;
    }
    #menu-box {
        float: right;
        text-align: right;
        width: 70%;
        height: 100%;
    }
    .menu-element {
        float: right;
        text-align: right;
        font-size: 22px;
        letter-spacing: 5px;
        width: 40%;
        margin: 2%;
        padding: 1vh 0;
    }
    #social-icon {
        float: right;
        width: 40%;
        text-align: right;
        margin: 2%;
        padding: 2vh 0 0 1vw;
    }
    .social-links {
        margin-left: 0;
        text-decoration: none;
    }
    .display-box {
        width: 100%;
        height: auto;
    }
   
    #copyright-box {
        margin-top: 50vh;
    }
}
@media (min-width: 1025px)  {
    #display-text {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-text {
        font-size: 40px;
        margin: 0 4% 4% 4%;
        letter-spacing: 0.2vw;
    }

    #logo-box {
        border-left: 0.15vw solid white;
        width: 20%;
        height: 100%;
        text-align: center;
        border-bottom: none;
    }
    #icon {
        width: auto;
        max-width: 80%;
        max-height: 25vh;
    }
    #icon-box {
        float: left;
        display: block;
        width: 100%;
        height: auto;
    }
    #text-logo-box {
        display: block;
        margin-top: 85vh;
        bottom: 0;
    }
    #menu-box {
        float: left;
        text-align: center;
        width: 100%;
        height: auto;
    }
    .menu-element {
        margin: 0 8% 2% 8%;
        width: 84%;
        font-size: 88%;
        letter-spacing: 0.2vw;
        text-align: center;
    }
    #social-icon {
        width: 100%;
        height: 3vh;
        margin-left: -7%;
        text-align: center;
    }
    .social-links {
        margin: 0 1%;
    }
    .display-box {
        border-left: 0.15vw solid white;
        border-right: 0.15vw solid white;
        width: 75%;
        height: 100%;
        padding: 0 1vw 0 1vw;
    }
    
    #copyright-box {
        margin: 0;
    }
}