* {
    box-sizing: border-box;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10+ */
    user-select: none;         /* Standard */
}

@font-face {
    font-family: Akrobat;
    src: url('/statics/base/font/Akrobat-Regular.eot');
    src: url('/statics/base/font/Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
    url('/statics/base/font/Akrobat-Regular.woff2') format('woff2'),
    url('/statics/base/font/Akrobat-Regular.woff') format('woff'),
    url('/statics/base/font/Akrobat-Regular.ttf') format('truetype');
}


@font-face {
    font-family: AkrobatBlack;
    src: url('/statics/base/font/Akrobat-Black.eot');
    src: url('/statics/base/font/Akrobat-Black.eot?#iefix') format('embedded-opentype'),
    url('/statics/base/font/Akrobat-Black.woff2') format('woff2'),
    url('/statics/base/font/Akrobat-Black.woff') format('woff'),
    url('/statics/base/font/Akrobat-Black.ttf') format('truetype');
}

@font-face {
    font-family: AkrobatBold;
    src: url('/statics/base/font/Akrobat-Bold.eot');
    src: url('/statics/base/font/Akrobat-Bold.eot?#iefix') format('embedded-opentype'),
    url('/statics/base/font/Akrobat-Bold.woff2') format('woff2'),
    url('/statics/base/font/Akrobat-Bold.woff') format('woff'),
    url('/statics/base/font/Akrobat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: AkrobatSemiBold;
    src: url('/statics/base/font/Akrobat-SemiBold.eot');
    src: url('/statics/base/font/Akrobat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/statics/base/font/Akrobat-SemiBold.woff2') format('woff2'),
    url('/statics/base/font/Akrobat-SemiBold.woff') format('woff'),
    url('/statics/base/font/Akrobat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: AkrobatExtraBold;
    src: url('/statics/base/font/Akrobat-ExtraBold.eot');
    src: url('/statics/base/font/Akrobat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/statics/base/font/Akrobat-ExtraBold.woff2') format('woff2'),
    url('/statics/base/font/Akrobat-ExtraBold.woff') format('woff'),
    url('/statics/base/font/Akrobat-ExtraBold.ttf') format('truetype');
}



b{
    font-family: AkrobatSemiBold;
}

img{
    display: block;
}

body, html{
    background: #000;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    font-family: Akrobat;
}

#intro{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}

#banner{
    height: 35vh;
    background: url(/statics/base/img/tablet-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

#banner-title{
    display: none;
    color: #fff;
    font-size: 70px;
    line-height: 75px;
    font-family: AkrobatExtraBold;
    position: absolute;
    text-align: center;
    bottom: 8vh;
    width: 100vw;
}

#survivors{
    height: 51vh;
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.survivor{
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    height: 17vh;
    padding-left: 40%;
    background-size: auto 95%;
    background-repeat: no-repeat;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
}

.survivor:nth-child(odd){
    background-position: bottom left 0%;
    padding-right: 5%;
    width: 49vw;
}

.survivor:nth-child(even){
    background-position: bottom left 0%;
    padding-right: 3%;
    width: 51vw;
}

.survivor-name{
    font-size: 24px;
    line-height: 24px;
    font-family: AkrobatBold;
    white-space: nowrap;
}

.survivor-name br{
    display: none;
}

.survivor-info{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    height: 6vh;
    overflow: hidden;
}

.survivor-info b{
    font-family: AkrobatBold;
}

.survivor-action{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.survivor-button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 0px 6px;
    font-size: 18px;
    border: 2px solid rgba(255,255,255,0.6);
    cursor: pointer;
}

#intro-footer{
    color: rgba(255,255,255,0.6);
    padding-top: 10px;
    height: 14vh;
}

#intro-footer-text{
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

#intro-footer-logo{
    border-top: rgba(255,255,255,0.6);
    padding: 10px;
    text-align: center;
}

#intro-footer-logo img{
    height: 5vh;
    margin: auto;
}

.conversation{
    display: none;
}

.bio{
    height: 45vh;
    background: #c4c1c0;
    display: flex;
    flex-direction: column;
}

.bio-heading{
    padding-top: 5vh;
    padding-bottom: 2vh;
    margin-left: 20vw;
    margin-right: 15vw;
    display: flex;
    gap: 20px;
}

.bio-heading-pic{
    padding-top: 5px;
}

.bio-heading-pic img{
    height: 14vh;
}

#conversation-velichko-velev .bio-heading-pic img{
    position: relative;
    height: 15vh;
    top: -1vh;
}

#conversation-todor-anastasov .bio-heading-pic img{
    position: relative;
    height: 16vh;
    top: -1.5vh;
}

.bio-heading-content{
    height: 7vh;
    display: flex;
    align-items: flex-end;
}

.bio-heading-name{
    font-family: AkrobatBlack;
    font-size: 38px;
    line-height: 42px;    
    text-transform: uppercase;
}

.bio-heading-period, .bio-heading-info{
    font-size: 16px;
    line-height: 20px;
    font-family: AkrobatExtraBold;
}

.bio-heading-info br{
    display: none;
}

.bio-text{
    height: 50%;
    margin: 0px 10vw;
    margin-bottom: 3vh;
    overflow-y: scroll;
    font-size: 20px;
    line-height: 26px;
    padding-right: 20px;
}

.bio-text p:last-child{
    margin: 0px;
}

.questions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    padding: 5vh 5vw;
    width: 100%;
    height: 40vh;
}

.question{
    border: 2px solid rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.6);
    display: flex;
    height: 8vh;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: AkrobatSemiBold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}   

.conversation-footer-back{
    margin-top: 4vh;
    margin-bottom: 10px;
}

.back-button{
    margin-left: 7vw;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 30px;
    font-family: AkrobatSemiBold;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
}

.back-button img{
    height: 40px;
}

.conversation-footer-logo{
    text-align: center;
}

.conversation-footer-logo img{
    height: 5vh;
    margin: auto;
}