@font-face {
    font-family: 'rob_reg';
    src: url(/material/fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'rob_thin';
    src: url(../material/fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: 'rob_ital_thin';
    src: url(/material/fonts/roboto/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: 'rob_ital';
    src: url(/material/fonts/roboto/Roboto-Italic.ttf);
}

@font-face {
    font-family: 'rob_light_ital';
    src: url(../material/fonts/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: 'rob_bold';
    src: url(../material/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'rob_light';
    src: url(../material/fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: 'rob_black_ital';
    src: url(../material/fonts/Roboto-BlackItalic.ttf);
}

@font-face {
    font-family: 'rob_black';
    src: url(../material/fonts/Roboto-Black.ttf);
}








body {
    overflow: hidden;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: black;
}

#frame {
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    overscroll-behavior: none;
    pointer-events: none;
    width: 50vw;
    right: 0;
    margin: auto;

}



#video_container {
    pointer-events: none;
    z-index: 0;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}



#textcontent {

    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;


}

#about_general {

    margin-bottom: 3vh;
}

.regular_text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5vw;
    margin-left: 4vw;
    color: var(--lightgray);
    width: 80%;
    text-align: left;
    text-align: justify;
    font-family: 'rob_light';
}

.exhibitionpoint {

    border-bottom: 1px solid var(--lightgray);
    text-decoration: none;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.regular_text a {
    color: var(--lightgray);
    text-decoration: none;

}

.regular_text a:hover {
    color: white;

}





.subheader {

    font-family: "rob_black";
    font-size: 2vw;
    color: var(--lightgray);
    margin-left: 4vw;
    width: 80%;
    text-align: left;
    text-align: justify;
    margin-bottom: 1vh;
    margin-top: 4vh;
}


#spacer {

    height: 500px;
    width: 100vw;
    position: relative;
}



/*----------------------mobile------------------------------*/

@media (orientation: portrait) {


    #about_general {

        font-size: 5vw !important;
        text-align: justify !important;


    }

    #frame {

        position: fixed;
        width: 150vw !important;
        top: 0;
        right: 0;


    }


    #textcontent {


        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30%;
        position: relative;
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden;

    }

    .regular_text {

        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        font-size: 5vw;
        color: var(--lightgray);
        width: 95%;
        text-align: left;
        letter-spacing: -0.2vw;
        font-family: 'rob_light';
    }

    .exhibitionpoint {

        border-bottom: 1px solid var(--lightgray);
        text-decoration: none;
        padding-top: 1vw;
        padding-bottom: 1vw;


    }

    .exhibitionpoint a {
        text-decoration: none;
    }

    .subheader {

        font-family: "rob_black";
        font-size: 8vw;
        color: var(--white);
        width: 100%;
        text-align: left;
        margin-bottom: 0vh;
        margin-top: 4vh;
        letter-spacing: -0.4vw;
    }

    #exhibitions {

        text-align: center !important;
        font-size: 10vw;

    }

    #gs_index {

        text-align: center !important;
        margin-bottom: 2vh;
        border-bottom: 0;
    }





}