﻿body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.__cf {
    clear: both;
}

#__st-page-header {
    /*background-color: RGBA(85, 111, 105, 0.7);*/
    background-color: RGBA(0,0,0,0.7);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    padding: 5px 0 5px 0px;
    z-index: 2000;
}

#__st-page-header-left {
    padding-top: 6px;
    padding-left: 30px;
    float: left;
}

#__st-page-header-left img {
    height: 30px;
    width: auto;
}

#__st-page-header-right {
    float: right;
    padding-right: 30px;
}

#__st-page-header-right ul, #__st-page-header-right li {
    text-align: right;
}

#__st-page-header-right ul {
    list-style-type: none;
    margin-top: 0;
}

#__st-page-header-right li {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    padding: 10px;
    text-align: center;
}

#__st-page-header-right li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}


#__st-page-header-right li:hover {
    border-bottom: solid 4px #f7931e;
}

@media screen and (max-width: 820px) {
    #__st-page-header {
        height: 50px;
    }

    #__st-page-header-left, #__st-page-header-right {
        float: unset;
    }

    #__st-page-header-left {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 10px;
    }

    #__st-page-header-right ul {
        display: none;
    }

}


/* General */
.__st-inner-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

h1 {
    font-size: 4em;
    margin-top: 20px;
    text-transform: uppercase;
    color: #556f69;
}

h2 {
    font-size: 4em;
    margin-top: 20px;
    text-transform: uppercase;
    color: #556f69;
}


@media screen and (max-width: 740px) {

    h1, h2 {
        font-size: 2.5em;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 2.5em;
    }
}

/* Section 1 */

#__st-opening-section {
    width: 100%;
    height: 100vh;
    background-image: url('../images/ob1-blurred.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    #__st-opening-section div.__st-inner-wrapper {
        padding-top: 100px;
    }


        #__st-opening-section div.__st-inner-wrapper h1 {
            color: #ffffff;
            font-size: 3em;
            margin-bottom: 10px;
            margin-top: 0;
            text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
        }

            #__st-opening-section div.__st-inner-wrapper h1 span {
                text-transform: uppercase;
                font-size: 2em;
                font-weight: 700;
            }

        #__st-opening-section div.__st-inner-wrapper h2 {
            color: #f7931e;
            font-size: 1.55em;
            text-transform: uppercase;
            margin-top: 30vh;
            margin-bottom: 10px;
            text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
        }





#__st-sroll-down {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#__st-sroll-down img {
    height: 50px;
}

@media screen and (max-width: 700px) {
    #__st-opening-section div.__st-inner-wrapper h1 {
        font-size: 2em;
        text-align: center;
    }

    #__st-opening-section div.__st-inner-wrapper h2 {
        font-size: 1.1em;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .__st-inner-wrapper {
        width: 90%;
    }

    #__st-opening-section div.__st-inner-wrapper h2 {
        font-size: 1em;
        text-align: center;
    }

    #__st-opening-section div.__st-inner-wrapper h2 {
        margin-top: 10vh;
    }
}

/* Section 2 - Development */



/* Section - Contact*/
#__st-contact {
    background-color: #f7931e;
    padding-bottom: 60px;
}

    #__st-contact h1, #__st-contact h2 {
        color: #ffffff;
        text-align: center;
        font-size: 2em;
    }

    #__st-contact h2 {
        font-size: 1.5em;
    }

    #__st-contact h1 {
        text-transform: unset;
        margin-bottom: 20px;
    }

#__st-contact-text {
    width: 60%;
    margin: 0 auto 0 auto;
    color: #556f69;
    font-size: 1.5em;
    text-align: center;
}

.__st-space-left {
    padding-left: 20px;
    padding-right: 5px;
}

@media screen and (max-width: 500px) {
    #__st-contact-text {
        width: 90%;
    }

    #__st-contact h2 {
        font-size: 1.1em;
    }

}


.__st-dev-item-outer {
    float: left;
    width: 200px;
    height: 370px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f7931e;
    padding: 15px;
}

.__st-dev-icon-outer {
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.__st-dev-item-title {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #ffffff;
    min-height: 42px;
}

.__st-dev-item-text {
    color: #ffffff;
}

.__st-dev-image-outer {
    padding-top: 40px;
}

#__st-dev-image-slot1 {
    margin-bottom: 10px;
}

.__st-dev-image {
    height: 153px;
}

#__st-float-wrapper{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px) {


    #__st-float-wrapper {
        width: 96%;
    }
}

@media screen and (max-width: 590px) {


    #__st-float-wrapper {
        width: 230px;
    }
}

.__st-contact-button {
    width: 150px;
    border: solid 2px #f7931e;
    background-color: #ffffff;
    padding: 5px;
    color: #f7931e;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    text-decoration: none;
}

    .__st-contact-button a {
        text-decoration: none;
        color: #f7931e;
    }

.__st-contact-button-orange {
    background-color: #f7931e;
    border: solid 2px #ffffff;
    color: #ffffff;   
}

.__st-contact-button-orange a {
    color: #ffffff;
}

.__st-contact-button-right {
    margin-right: unset;
}
/* Events */
#__st-events-wrapper {
    height: CALC(100vw * 0.417 );
    max-height: 500px;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}



#__st-events-img-wrapper img {
    width: 100vw;
    position: absolute;
    z-index: 1;
}

    #__st-events-img-wrapper img.__st-events-img-active {
        z-index: 3;
    }




#__st-events-text-wrapper {
    margin-left: 65%;
    height: 100%;
    padding-right: 5%;
    float: right;
    text-align: right;
    position: absolute;
    z-index: 1000;
    background-color: RGBA(255,255,255,0.9);
}

#__st-events-text-wrapper h2 {
    margin-bottom: 20px;
}

    #__st-events-text-wrapper p, #__st-events-text-wrapper h2 {
        color: #f7931e;
    }

    
    #__st-events-text-wrapper p {
        font-size: 1.5rem;
        margin-left: 15%;
    }



@media screen and (max-width: 1200px) {
    #__st-events-text-wrapper h2 {
        margin-bottom: 10px;
    }

    #__st-events-text-wrapper {
        margin-left: 50%;
    }
}

@media screen and (max-width: 900px) {


    #__st-events-text-wrapper {
        margin-left: 25%;
    }
}

@media screen and (max-width: 810px) {

    #__st-events-text-wrapper p {
        padding-left: 5%;
        padding-right: 5%;
        margin: 0;
    }

    #__st-events-wrapper {
        height: unset;
        max-height: unset;
        margin: 0;
        padding-bottom: 40px;
    }



    #__st-events-text-wrapper {
        padding: 0;
        height: unset;
        position: unset;
        overflow-x: unset;
        overflow-y: unset;
        padding-top: CALC((100vw * 0.417) + 20px);
        margin-left: 0;
        text-align: center;
    }

        #__st-events-text-wrapper div.__st-contact-button-right {
            margin-right: auto;
        }
}


/* OB1 */

#__st-ob1 {
    background-color: #f7931e;
    margin-top: -20px;
    padding-bottom: 40px;
}

    #__st-ob1 h2, #__st-ob1 p {
        color: #ffffff;
    }

    #__st-ob1 p {
        font-size: 1.4em;
    }

#__st-ob1-text-narrow {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


#__st-ob1-img {
    text-align: center;
}

    #__st-ob1-img img.__st-ob1-img-mid {
        width: 50%;
        max-width: 600px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #__st-ob1-img img.__st-ob1-img-side {
        width: 20%;
        max-width: 300px;
    }

@media screen and (max-width: 500px) {

    #__st-ob1-img img.__st-ob1-img-mid {
        width: 90%;
        margin: unset;
    }

    #__st-ob1-img img.__st-ob1-img-side {
        display: none;
    }
}


/* Video */
#__st-video {
    background-color: #f7931e;
    margin-top: -20px;
    padding-bottom: 40px;
}

    #__st-video h2, #__st-video p {
        color: #ffffff;
    }

    #__st-video p {
        font-size: 1.2em;
    }



/* Streaming */
#__st-streaming-content-wrapper {
    margin-bottom: 40px;
}
#__st-streaming-content-wrapper-left {
    width: 40%;
    float: left;
}

    #__st-streaming-content-wrapper-left p {
        font-size: 1.4em;
    }

#__st-streaming-content-wrapper-right {
    width: 55%;
    float: right;
}

#__st-streaming-content-wrapper-right-wrapper {
    max-width: 700px;
}

#__st-streaming-content-wrapper-right h2 {
    text-transform: unset;
    font-size: 1.4em;
}

.__st-streaming-content-wrapper-right-item {
    width: 100px;
    height: 100px;
    padding: 5px;
    border: solid 1px #f7931e;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.__st-streaming-content-wrapper-right-item img {
    width: 100px;
    height: 100px;

}

@media screen and (max-width: 800px) {

    #__st-streaming-content-wrapper-left, #__st-streaming-content-wrapper-right {
        width: 100%;
        float: unset;
    }

    #__st-streaming-content-wrapper-right-wrapper {
        width: 550px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 550px) {
    #__st-streaming-content-wrapper-right-wrapper {
        width: 250px;
    }

}


/* Video */

#__st-video-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#__st-video-content p {
    font-size: 1.4em;
}

    #__st-video-content img.__st-img-left {
        max-width: 30%;
        height: auto;
        margin-right: 20px;        
        margin-bottom: 20px;
        float: left;
        filter: drop-shadow(10px 10px 4px RGBA(255,255,255,0.6));
    }

    #__st-video-content img.__st-img-right {
        max-width: 30%;
        height: auto;
        margin-left: 20px;
        margin-bottom: 20px;
        float: right;
        filter: drop-shadow(10px 10px 4px RGBA(255,255,255,0.6));
    }


@media screen and (max-width: 1400px) {

    #__st-video-content img.__st-img-left {
        display: none;
    }

    #__st-video-content img.__st-img-right {
        max-width: 400px;
        height: auto;
        margin-left: 20px;
        margin-bottom: 20px;
        float: right;
    }
}

@media screen and (max-width: 1000px) {



    #__st-video-content img.__st-img-right {
        max-width: 80%;
        height: auto;
        margin-left: unset;
        margin-bottom: 30px;
        float: unset;
    }
}


/* Footer */


#__st-footer {
    width: 100%;
    color: #9a9ca1;
    background-color: #282828;
    padding: 10px 0 500px 0;
    font-size: 0.7em;
    text-align: center;
    text-transform: uppercase;
}