body {
    padding: 0px;
    cursor: crosshair;
}

.x0, .y0, .z0 {
	display: inline-block;
}

.x1, .y1, .z1 {
	display: inline-block;
}

.bodycopy{

    display: inline-block;
}

/*         TEXT         */
text {
    color: black;
    font-family: 'Caladea';
    font-size: 12px;
    line-height: 16px;
    padding-right: 0px;
    background: white;
}

texti {
    background: white;
    color: black;
    font-family: 'Caladea';
    font-size: 12px;
    font-style: italic;
}


calloutR {
    color: black;
    font-family: 'Roboto';
    padding: 0px;
    margin: 0px;
    position: inherit;
    font-size: 12px;
    right: -18vw;
    background: #33ffbb;
    bottom: 12vh;
    z-index: 1;
}

callout {
    color: black;
    font-family: 'Roboto';
    font-size: 12px;
    background: #33ffbb;
}


calloutL {
    color: black;
    font-family: 'Roboto';
    padding: 0px;
    margin: 0px;
    position: inherit;
    font-size: 12px;
    right: -45vw;
    background: #33ffbb;
    bottom: 32vh;
    z-index: 1;
}



textTABS {
    color: black;
    font-family: 'Caladea';
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    background: white;
}

li {
    text-align: right;
    list-style: none;
}


textLink {
    line-height: 24px;
    background: white;
    font-family: 'Roboto';
    font-size: 18x;
    cursor: crosshair;
    font-weight: normal;
    text-transform: lowercase;
    color: black;
    text-decoration: none;

}

a.h1 {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    color: #33ffbb;
    z-index: 1;
}



h1 {
    margin-top: 0px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    color: #33ffbb;
    z-index: 1;
}

a.h1:hover {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    color: #33ffbb;
    z-index: 1;
}

h2 {
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #33ffbb;
}

h2:hover {
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    cursor: zoom-in;
    z-index: 1;
    padding: 5px;
    font-size: 20px;
    color: #33ffbb;
}


h3 {
    background: white;
    line-height: 28px;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    padding-right: 20px;
}


h4 {
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #33ffbb;
}

h5 {
    background: white;
    line-height: 18px;
    font-family: 'Roboto';
    font-size: 14px;
    cursor: crosshair;
    font-weight: 400;
    text-transform: lowercase;
    color: black;
    padding-top: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h6 {
    background: white;
    line-height: 35px;
    color: black;
    position: sticky;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    padding-top: 0vh;
    margin-bottom: 18px;
}

h7 {
    background: white;
    line-height: 35px;
    color: #33ffbb;
    position: sticky;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 300px;
    padding-top: 0vh;
    margin-bottom: 18px;
}

h8 {
    background: white;
    line-height: 35px;
    color: black;
position: sticky;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 44px;
    padding-top: 0vh;
    margin-bottom: 18px;
}

/*         INTERACTIVE (CLICKABLE MENUS)        */


.collapsible {
    background-color: transparent;
    color: black;
    cursor: crosshair;
    padding: 0px;
    border: none;
    outline: none;
    padding-bottom: 0px;
}



.content {
    display: none;
    bottom: 50px;
    padding-bottom: 16px;
    position: absolute;
    max-height: 300px;
    overflow-y: scroll;
    background-color: white;
    min-width: 350px;
    z-index: 1;
}




.collapsibleBR {
    color: black;
    background-color: transparent;
    cursor: crosshair;
    padding: px;
    border: none;
    outline: none;
    z-index: 1;
}


.contentBR {
    display: none;
    right: 2vw;
    bottom: 5vh;
    padding-bottom: 0px;
    position: absolute;
    min-width: 350px;

}




.collapsibleTR {
    position: absolute;
    text-align: left;
    right: 0px;
    background-color: transparent;
    color: black;
    cursor: crosshair;
    border: none;
    outline: none;
}




.contentTR {
    background-color: transparent;
    text-align: left;
    display: none;
    top: 5vh;
    right: 2vw;
    position: absolute;
    z-index: 1;
    min-width: 150px;
}





/*         IMAGE         */

img {
    width: 100%;
    height: auto;
    float: right;
    padding-bottom: 20px;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*         INTERACTIVE (IMAGE and LINKS)        */


.dropdown-contentIMG {
    display: none;
    position: absolute;
    padding-right: 10px;
}

.dropdown:hover .dropdown-contentIMG {
    float: left;
    color: black;
    display: block;
    cursor: crosshair;
}

a.doc {
    font-family: 'Roboto';
    font-size: 12px;
    cursor: zoom-in;
    font-weight: normal;
    text-transform: uppercase;
    color: black;
    text-decoration: underline;
}

a.doc:hover {
    color: black;
    cursor: zoom-in;
    background: #33ffbb;
    font-size: 12px;
    text-decoration: none;
}


a.tab {
    line-height: 24px;
    font-family: 'Roboto';
    font-size: 18x;
    cursor: zoom-in;
    font-weight: normal;
    text-transform: lowercase;
    color: black;
    text-decoration: none;
}

a.tab:hover {
    color: black;
    cursor: zoom-in;
    background: #33ffbb;
    text-decoration: none;
}

a.index {

    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 900;
    cursor: zoom-in;
    color: black;
    text-decoration: none;
}

a.index:hover {
    color: black;
    cursor: zoom-in;
    background: #33ffbb;
    text-decoration: none;
}




/*
a.key {
    line-height: 24px;
    background: white;
    font-family: 'Roboto';
    font-size: 18x;
    cursor: zoom-in;
    font-weight: normal;
    text-transform: lowercase;
    color: black;
    text-decoration: none;
}

a.key:hover {
    color: black;
    cursor: crosshair;
    background: white;
    text-decoration: none;
}
*/








/*         LAYOUT        */


.row {
    position: relative;
    flex-direction: row;
    display: flex;
    background: transparent;
    flex-wrap: nowrap;
    margin: 0px;
    height: 80%;
}

.rowProj {
    background: transparent;
    position: relative;
    margin: 0px;
    width: 100%;
    height: 20vh;

}


.column {
    position: relative;
    left: 30vw;
    flex-direction: column;
    float: left;
    top: 0px;
    height: 95vh;
    overflow-y: scroll;
    width: 25vw;
    margin-top: 2vh;
    padding-right: 10px;
    margin-right: 20px;
}

.column2 {
    position: relative;
    left: 30vw;
    flex-direction: column;
    float: left;
    top: 0px;
    height: 95vh;
    overflow-y: scroll;
    width: 25vw;
    margin-top: 2vh;
    padding-right: 10px;
    margin-right: 20px;
}


.fullXscroll {
    position: relative;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
    height: 80vh;
    width: 90vw;
    overflow-x: scroll;
    overflow-y: auto;
}

.tempImg {

    margin-top: 10vh;
    margin-right: 10vw;
    margin-left: 10vw;

    position: relative;
    height: 45vh;
    width: 80%;
    overflow-x: scroll;
}

.temp {
/*
    margin: 0px;
    padding: 0px;
*/
    position: relative;
    width: 100%;
}

.tempCaption {
    margin: 0px;
    padding: 0px;
    height: 30px;
    position: relative;
    bottom: 40px;
    right: -5%;
    width: 170px;
}

.scrollCaption {
    position: inherit;
    z-index: 1;
    top: 10vh;
    left: 2vw;
    width: 20vw;
}

.tempCaptionfull {
    margin: 0px;
    padding: 0px;
    height: 30px;
    position: relative;
    bottom: -40px;
    right: -55%;
    width: 200px;
}



.topRight {
    margin 0;
    position: fixed;
    top: 2vh;
    right: 20px;
    width: 0px;

}

.topleft {
    width: 20vw;
    position: fixed;
    top: 2vh;
    left: 2vw;
}



.bottomright {
    position: fixed;
    bottom: 0vh;
    right: 20px;
    font-size: 14x;
}

.botleft {
    position: fixed;
    bottom: 0vh;
    left: 2vw;
}

.botCenter {
    position: fixed;
    text-align: center;
    bottom: 3vh;
    transform: translate(-50%);
    left: 50%;
    width: 400px;

}

/*FLEX*/


.flex-gridTop {
    display: flex;
    height: 2vh;
    width: 100%;
}

.flex-grid {
    display: flex;
    flex-flow: row;
    padding-top: 15vh;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-bottom: 5vh;
}

.flex-grid-main {
    display: flex;
    flex-flow: row;
    padding-top: 15vh;
    padding-left: 30vw;
    padding-right: 30vw;
    padding-bottom: 0vh;
}

.flex-grid-noPad {
    display: flex;
    flex-flow: row;
    padding-top: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vh;
}

.flex-grid .col {
    flex: 1;
    padding-right: 50px;
    min-width: 30%;
}

.flex-grid-main .col {
    flex: 1;
    padding-right: 50px;
    width: 20%;
}

.flex-grid-main .colscroll {
    flex: 1;
    height: 65vh;
    overflow-y: scroll;
    padding-right: 50px;
    min-width: 30%;
    max-width: 50%;
}

.flex-grid .colCenter {
    flex: 1;
    align-content: center;
    min-width: 30%;
}


.infoSide {
    width: 20vw;
    position: fixed;
    top: 30vh;
    left: 2vw;
}


/* Smartphones (portrait) ----------- */
@media screen and (orientation:portrait) {
    /*@media only screen and (max-width : 320px) {*/
    /* Styles */


    .infoSide {
        display: none;
    }

    .flex-grid .col {
        flex: 1;
        padding-right: 50px;
        min-width: 20%;
    }

    .flex-grid .col {
        flex: 1;
        padding-right: 50px;
        padding-bottom: 50px;
        min-width: 30%;
    }



    a.doc {
        font-family: 'Roboto';
        font-size: 20px;
        cursor: zoom-in;
        font-weight: normal;
        text-transform: uppercase;
        color: black;
        text-decoration: underline;
    }




    .tempImg {

        margin-top: 10vh;
        margin-right: 10vw;
        margin-left: 10vw;

        position: relative;
        height: 45vh;
        margin-left: 10vw;
        margin-right: 10vw;
        width: 90%;
        overflow-x: scroll;
    }


    .flex-grid {
        display: flex;
        width: 100%;
        flex-flow: column;
        padding-top: 10vh;
        padding-left: 20vw;
        padding-right: 20vw;
    }

     .flex-grid-main {
        display: flex;
        width: 100%;
        flex-flow: column;
        padding-top: 10vh;
        padding-left: 20vw;
        padding-right: 20vw;
    }


        .flex-grid-noPad {
    display:flex;
    flex-flow: row;
            margin-top: 20vh;
            margin-bottom: 20vh;
            width: 90vw;
}


    .fullXscroll {
    position: relative;
    flex-direction: row;
    display: flex;
    height: 30vh;
    width: 100%;
    overflow-x: scroll;
    overflow-y: auto;
}

    .topRight {
        margin 0;
        position: fixed;
        top: 1vh;
        right: 20px;
        width: 0px;

    }


    h2 {
        background-color: transparent;
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        color: #33ffbb;
    }


    textTABS {
        color: black;

        font-family: 'Caladea';
        font-size: 32px;
        line-height: 42px;
        padding-right: 20px;
         background: white;
    }




    h2:hover {
        background-color: transparent;
        font-family: 'Raleway', sans-serif;
        cursor: zoom-in;
        z-index: 1;
        padding: 5px;
        font-size: 32px;
        color: #33ffbb;
    }

    h2:visited {
        background-color: transparent;
        font-family: 'Raleway', sans-serif;
        cursor: zoom-in;
        z-index: 1;
        padding: 5px;
        font-size: 32px;
        color: #33ffbb;
    }

    h3 {
        background: white;
        line-height: 32px;
        color: black;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 24px;
        padding-right: 20px;
    }

    a.index {

        font-size: 16px;
        line-height: 32px;
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: 900;
        cursor: zoom-in;
        color: black;
        text-decoration: none;
    }

    h5 {
        background: white;
        line-height: 24px;
        font-family: 'Roboto';
        font-size: 22px;
        cursor: crosshair;
        font-weight: 400;
        text-transform: lowercase;
        color: black;
        padding-top: 0px;
        margin-top: 0px;
        text-transform: uppercase;
        text-decoration: underline;
        margin-bottom: 0px;
        padding-bottom: 5px;
    }


    h6 {
        background: white;
        line-height: 65px;
        color: black;
        position: sticky;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 44px;
        padding-top: 5vh;
        margin-bottom: 18px;
    }





    .tempCaptionfull {
        margin: 0px;
        padding: 0px;
        height: 30px;
        position: relative;
        bottom: 30vh;
        right: -75%;
        width: 350px;
    }

.scrollCaption {
    position: inherit;
    z-index: 1;
    top: 10vh;
    left: 2vw;
    width: 40vw;
}

    .tempCaption {
        margin: 0px;
        padding: 0px;
        height: 30px;
        position: relative;
        bottom: 20vh;
        right: -75%;
        width:350px;
    }


    calloutR {
        color: black;
        font-family: 'Roboto';
        padding: 0px;
        margin: 0px;
        position: inherit;
        font-size: 28px;
        line-height: 40px;
        right: 0px;
        background: #33ffbb;
        bottom: 0px;
        z-index: 1;
    }



    .column {
        position: relative;
        left: 8vw;
        flex-direction: column;
        float: left;
        top: 12vh;
        height: 75vh;
        overflow-y: scroll;
        width: 40vw;
        margin-top: 2vh;
        padding-right: 10px;
        margin-right: 20px;
    }

    .column2 {
        position: relative;
        left: 8vw;
        flex-direction: column;
        float: left;
        top: 12vh;
        height: 75vh;
        overflow-y: scroll;
        width: 40vw;
        margin-top: 2vh;
        padding-right: 10px;
        margin-right: 20px;
    }

    .topleft {
        width: 40vw;
        position: fixed;
        top: 2vh;
        left: 2vw;
    }

    text {
        color: black;
        font-family: 'Caladea';
        font-size: 28px;
        line-height: 36px;
        padding-right: 0px;
        background: white;
    }

    texti {
        background: white;
        color: black;
        font-family: 'Caladea';
        font-size: 16px;
        font-style: italic;
    }
}




/* Smartphones (landscape) ----------- */
@media screen and (max-height:600px) and (orientation:landscape) {
    /* Styles */

    .infoSide {
        width: 23vw;
        position: absolute;
        overflow-y: scroll;
        height: 50vh;
        top: 35vh;
        left: 2vw;
    }

    .flex-grid {
        width: 100%;
        display: flex;
        flex-flow: row;
        padding-top: 10vh;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-bottom: 15vh;
    }


    .flex-grid-noPad {
    display: flex;
    flex-flow: row;
    padding-top: 45vh;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 20vh;
}


    .fullXscroll {
    position: relative;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
    height: 80vh;
    width: 90vw;
    overflow-x: scroll;
    overflow-y: auto;
}

    .tempCaptionfull {
        margin: 0px;
        padding: 0px;
        height: 30px;
        position: relative;
        bottom: 20vh;
        right: -75%;
        width: 170px;
    }

    .tempCaption {
        margin: 0px;
        padding: 0px;
        height: 30px;
        position: relative;
        bottom: 15vh;
        right: -25%;
        width: 170px;
    }

.scrollCaption {
    position: inherit;
    z-index: 1;
    top: 10vh;
    left: 2vw;
    width: 30vw;
}



    .tempImg {

        margin-top: 10vh;
        margin-right: 10vw;
        margin-left: 10vw;

        position: relative;
        height: 45vh;
        margin-left: 10vw;
        margin-right: 10vw;
        width: 90%;
        overflow-x: scroll;
    }



    .column {
        position: relative;
        left: 30vw;
        flex-direction: column;
        float: left;
        top: 12vh;
        height: 75vh;
        overflow-y: scroll;
        width: 30vw;
        margin-top: 2vh;
        padding-right: 10px;
        margin-right: 20px;
    }

    .column2 {
        position: relative;
        left: 30vw;
        flex-direction: column;
        float: left;
        top: 12vh;
        height: 75vh;
        overflow-y: scroll;
        width: 30vw;
        margin-top: 2vh;
        padding-right: 10px;
        margin-right: 20px;
    }




    .topleft {
        width: 40vw;
        position: fixed;
        top: 4vh;
        left: 2vw;
    }



}
