
/* index */
.empty {
    min-height: 300px;
    min-width: 100%;
}
#wrapper{
    opacity:0;
    position: absolute;
    height:100vh;
}
#hand{
    width:50vw;
    position: fixed;
    top:50vh;
    left:12.5vw;
    z-index: -2;
}
#text1,#text2,#text3,#text4{
    z-index: 20;
}
#text1,#text2,#text3{
    background-color: var(--green-color);
    width: calc(50vw - var(--spacing)*2);
    padding: var(--spacing);
    margin-left: 50vw;
    margin-top: 66vh;
}
#text1,#langSelector{
    margin-top: 66vh;
}
#text2{
    margin-top: 66vh;
    margin-left: 0;
}
#text3{
    margin-top: 66vh;
}
#text4{
    margin-top: 46vh;
    width: 100%;
    padding: 0;
/*    background-color: var(--orange-color);
*/}
#text4 div{
    width: calc(50vw - var(--spacing)*2);
    padding: var(--spacing);
}

#text1 p,#text4 p:first-of-type{
    font-family: 'FiraSans';
    font-size:1.7em;
}

#text1 p span,#text4 p:first-of-type span{
    font-family: 'Arkhip';
}
#text4 p{
    color:white;
    margin-left: calc(var(--spacing)*2);
}
#text4{
    opacity:0;
}
#logoSymbol,#logoText1,#logoText2{
    position: fixed;
/*  width:70vw;
    height:auto;
*/}
h1,#subhead{
    position:absolute;
}
#redline{
    position: fixed;
    top:50vh;
    width:100vw;
    height:2px;
    background-color: var(--orange-color);
    transform:rotate(0deg) scaleX(2);
    z-index: -1;
}
#imagefeed1,#imagefeed2,#subhead{
    position: fixed;
    top:0;
    width:100vw;
    height:100vh;
    transform:rotate(0deg) ;
    z-index: -3;
    overflow: hidden;
}
#imagefeed2 img {
    position: absolute;
    top: -200vh;
    max-height: 200vh;
}

#imagefeed1 img {
    position: absolute;
    top: 100vh;
/*    max-height: 100vh;
*/}

#imagefeed1 img:nth-child(1) {
    width: 40vw;
    height: auto;
    left: 9vw;
}

#imagefeed2 img:nth-child(1) {
    width: 40vw;
    height: auto;
    left: 40vw;
}

#imagefeed2 img:nth-child(2) {
    width: 40vw;
    height: auto;
    left: 46vw;
}

#imagefeed1 img:nth-child(2) {
    width: 40vw;
    height: auto;
    left: 30vw;
}

#imagefeed2 img:nth-child(3) {
    width: 40vw;
    height: auto;
    left: 10vw;
}
#subhead{
    display: flex;
    align-items: center;
    z-index: -1;
}
#subhead div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
#subhead div div{
    background-color: var(--orange-color);
    margin-bottom: 0.7em;
    height: 2.2em;
    display: inline-block;
    width:auto;
}
#subhead div div:nth-child(1){
    padding-left: 0.7em;
    padding-right: 2.2em;
    margin-top: 5em
}
#subhead div div:nth-child(2){
    margin-left: 6.9em;
    padding-right: 0.2em;
    padding-left: 0.9em;
    padding-bottom: 0.4em;
}
#subhead div div:nth-child(3){
    margin-left: 10.9em;
    padding-right: 2.7em;
    padding-left: 1em;
    padding-bottom: 0.4em;
    margin-top: -0.3em;
    margin-bottom: 0.3em;
}
#subhead div div:nth-child(4){
    margin-left: 7.9em;
    padding-right: 1.6em;
    padding-left: 1.3em;
    padding-bottom: 0.4em;
    margin-bottom: -5em
}
#subhead div div p{
    font-family: 'FiraSans';
    font-size: 1.7em;
    transform: rotate(2deg);
    color:white;
}
#subhead div div:nth-child(n+2) p{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#faces {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
    margin-top: -100vh;
    z-index: -1;
    opacity: 0;
    padding-top: 81px
}
#faces div {
    width: 250px;
    font-family: 'FiraSans';
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5em;
}

#faces img,#facesLine img {
    width: 150px;
    margin: 40 40 25;
    opacity: 1;
    border: 10px solid transparent;
    border-radius: 50%;
    transition: border-color .5s ease-in, width .5s ease-in, margin .5s ease-in;
    
}

#facesLine {
    display: flex;
    width: 100%;
    position: fixed;
    top: 81;
    flex-wrap: wrap;
    height: 250px;
    overflow: hidden;
}
#filter{
    display: block;
    position: fixed;
    top: 0;
    background-color: white;
    padding-left: 100;
    padding-top: 3px;

}
#filter p{
    margin: 0;
    width: 100vw;
    border-bottom: 1px solid var(--orange-color);
}
#filter span {
    margin-right: var(--spacing);
    cursor: pointer;
    transition: background-color .5s ease-in;
    padding: 0 5;
    margin-left: -5;
}
#filter .on {
    background-color: var(--green-color);
    transition: background-color .5s ease-in;
}
#faces .on {
/*  color:var(--orange-color);
*/}

#faces .on img {
    border-color:var(--green-color);
    transition: border-color .5s ease-in;
}
#faces img:hover, #facesLine img:hover {
    width: 170px;
    margin: 30 30 15;
    transition: width .5s ease-in, margin .5s ease-in;
}
#faces .intro{
    display:flex;
    align-items: center;
    justify-content: space-around;
}
#faces .intro a{
    color:black;
    position: absolute;
}
#faces .intro:before {
    content: "";
    display: block;
    /* background-color: var(--green-color); */
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    transition: background-color .5s ease-in
}
#faces .off img, #facesLine img.off {
    opacity:.3;
}
#faces .off{
    color:grey;
}

.off a {
    cursor: default;
}

#faces .intro.on:before {
    background-color: var(--green-color);
    transition: background-color .5s ease-in
}


#info {
    position: fixed;
    top:-200px;
    left: calc(50vw - 250px);
    margin:0 auto;
    font-family: 'FiraSans';
    background-color: white;
    border: 1px solid black;
    padding: 14px;
    width: 500px;
    transition: top 1s ease-in;
    font-size: 2em;
}

#info.show{
    top:-2;
}