
/*******************************************************************/
/*                                                                 */
/* FRONTPAGE                                                       */
/*                                                                 */
/*******************************************************************/

.home-grid-container{
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hollow.grey.button{
    color: #666666;
    border-color: #666666;
}

.hollow.grey.button:hover{
    color: #000000;
    border-color: #000000;
}

.mission-wrapper{
    background-color: black;
}

.mission{
    color: white;
    text-align: center;
}

.mission-text{
    font-size: 16px;
    line-height: 30px;
    max-width: 64em;
    margin: 0 auto;
}


/*******************************************************************/
/*                                                                 */
/* FRONT SHOW : BG VIDEO + TEXT                                    */
/*                                                                 */
/*******************************************************************/

#frontshow-wrapper{
    position: relative;
    overflow:hidden;
    object-fit: cover;
    height: 100vh;
}

video.frontshow { 
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
    z-index: 10;
}

#frontshow-content-wrapper{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: table;
}

.frontshow-content{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.bgvideotitle{
    color: #FFFFFF;
    font-family: var(--base-font-family);
    font-weight:300;
}

.bgvideotext{
    color: #FFFFFF;
    font-family: var(--extra-font-family);
}

.bgvideourl{
    color: #FFFFFF;
}

.curtain{
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: 90;
    opacity: 0.1;
    width: 100%;
}

#idkyet{
    position: absolute;
    left: 0px;
    bottom: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 990;
    color: #FFFFFF;
    font-family: var(--base-font-family);
    font-weight:200;
}

#dancing-arrow{
    position: absolute;
    left: calc(50% - 25px);
    bottom: 44px;
    height: 50px;
    width: 50px;
    z-index: 990;
}

#dancing-arrow > div{
    height: 50px;
    width: 50px;
    background-image: url('../gfx/arrow-down-white.svg');
    background-position: center center;
    background-repeat: no-repeat;
}


@media only screen {
    .bgvideotitle, #idkyet > div{
        font-size: 20px;
    }
    .bgvideotext{
        font-size: 16px;
    }
}

@media only screen and (min-width: 600px) {
    .bgvideotitle, #idkyet > div{
        font-size: 24px;
    }
    .bgvideotext{
        font-size: 20px;
    }
}

@media only screen and (min-width: 900px) {
    .bgvideotitle, #idkyet > div{
        font-size: 40px;
    }
    .bgvideotext{
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .bgvideotitle, #idkyet > div{
        font-size: 64px;
    }
    .bgvideotext{
        font-size: 32px;
    }
}

@media only screen and (min-width: 1800px) {
    .bgvideotitle, #idkyet > div{
        font-size: 72px;
    }
    .bgvideotext{
        font-size: 36px;
    }
}

@media only screen and (min-width: 2200px) {
    .bgvideotitle, #idkyet > div{
        font-size: 84px;
    }
    .bgvideotext{
        font-size: 36px;
    }
}


/*******************************************************************/
/*                                                                 */
/* FRONT SHOW : GALLERIA HOME                                      */
/*                                                                 */
/*******************************************************************/

.galleriahome{
    left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
    z-index: 10;
}


/*******************************************************************/
/*                                                                 */
/* FRONT SHOW : VISUAL HOME                                        */
/*                                                                 */
/*******************************************************************/

#visualhome{
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.1);
}


/*******************************************************************/
/*                                                                 */
/* HOME NEWS                                                       */
/*                                                                 */
/*******************************************************************/

.home-news-text-wrapper{
    background-color: #E2E2E2;
    height: 100%;
    position: relative;
}


@media only screen {
    .home-news-text-wrapper{
        min-height: 220px;
    }
    .home-news-margin{
        margin-top: 10px;
    }
    .home-news-text{
        padding: 20px;
    }
    .home-news-button-wrapper{
        position: relative;
        bottom: 0px;
        margin: 20px 0px 20px 0px;
    }
}

@media only screen and (min-width: 40em) {
    .home-news-text-wrapper{
        min-height: 240px;
    }
    .home-news-margin{
        margin-top: 20px;
    }
    .home-news-text{
        padding: 30px;
    }
    .home-news-button-wrapper{
        position: relative;
        bottom: 0px;
        margin: 20px 0px 20px 0px;
    }
}

@media only screen and (min-width: 64em) {
    .home-news-text-wrapper{
        min-height: 240px;
    }
    .home-news-margin{
        margin-top: 30px;
    }
    .home-news-text{
        padding: 40px;
    }
    .home-news-button-wrapper{
        position: absolute;
        bottom: 40px;
        margin: 0px 0px 0px 0px;
    }
}