﻿@font-face {
    font-family: 'verlag';
    src: url('fonts/verlag-book.otf') format('opentype');
}
@font-face {
    font-family: 'verlag-italic';
    src: url('fonts/verlag-bookitalic.otf') format('opentype');
}
@font-face {
    font-family: 'verlag-bold';
    src: url('fonts/verlag-bold.otf') format('opentype');
}
body {
    font-family: "verlag", Arimo, sans-serif;
    letter-spacing: -1px;
}
.overlap-bottombuttons {
    display: unset;
    position:absolute;
    left:0px;
    width:100%;
    height:120px;
    bottom:0px;
    z-index:99999;
}
.background-video {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.main-body {
    width: 1080px;
    height: 1920px;
    margin-left: calc((100vw - 1080px) / 2);
    margin-right: calc((100vw - 1080px) / 2);
}
.PageTitle {
    top: 15%;
}
.LoginPicture { 
    top: 30%;
}
@media screen and (orientation:portrait) {
    .main-body { 
    }
}
.background-img {
    background-image: none;
    display:none;
}
.background {

}
.logo1 {
    top: 20%;
    width: 90%;
    display: none;
}
.logo2 {
    top: 40%;
    width: 90%; 
}
.toplogo1 {

}

.toplogo2 {
    position:absolute;
    left:0px;
    width:500px;
    z-index:99999;
}
.box-message-container {
    background: none;
    background-color: #6CC6D8;
    border-radius: 5px/5px;
    top: 575px;
    height: 770px;
    left: 155px;
    width: 770px;
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 106px;
    padding-right: 106px;
}
    .box-message-container .title {
        color: black;
        font-family: verlag-bold;
        font-size: 64px;
        font-weight: normal;
        text-align: left;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .box-message-container p {
        padding-bottom:20px;
    }
    .box-message-container .text {
        color: black;
        text-align: left;
        vertical-align: top;
        font-size: 40px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
        letter-spacing: 0px;
        padding: 0px;
        margin: 0px;
        margin-bottom: 80px;
    }

.box-note-container {
    position:absolute;

    margin:0px;
    background: none;
    background-color: #6CC6D8;
    border-radius: 5px/5px;
    top: 565px;
    height: 770px;
    left: 155px;
    width: 785px;
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 106px;
    padding-right: 106px;
}

    .box-note-container .title {
        color: black;
        font-size: 64px;
        font-weight: bold;
        text-align: left;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
        padding: 0px;
        margin: 0px;
        margin-bottom: 30px;
    }

.box-note-container p {
    padding-bottom: 40px;
}

    .box-note-container .text {
        color: black;
        text-align: left;
        vertical-align: top;
        font-size: 40px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
        letter-spacing: 0px;
        padding: 0px;
        margin: 0px;
        margin-bottom: 80px;
    }


.box-sample-container {
    position: absolute;
    margin: 0px;
    background: none;
    height: 200px;
    left: 155px;
    width: 770px; 
}

    .box-sample-container .flag {
        position:absolute;
        top:5px;
        left: 5px; 
        width: 120px;
        height: 120px;
    }

    .box-sample-container img {
        position: absolute;
        left: 0px;
        width: 90%;
        height: 90%;
        margin:5%;
    }
    .box-sample-container .loadingicon {
        background-image: url('/images/white loading.gif');
        background-position: center center;
        background-size: 150%;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0%;
        opacity: 0.9;
    }

    .box-sample-container .playicon {
        position: absolute;
        left: 0px;
        width: 80%;
        height: 80%;
        margin: 10%;
        opacity: 0.5;
        cursor: pointer;
    }
    .box-sample-container .playicon:hover {
        opacity: 1;
        transform:scale(1.05);
    }


    .box-sample-container .stopicon {
        position: absolute;
        left: 0px;
        width: 80%;
        height: 80%;
        margin: 10%;
        opacity: 0.5;
        cursor: pointer;
        animation-name: playing;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        transition: all .5s ease-in-out;
    }

/*--------------------------------------------------------------------------------------*/


    .box-sample-container .text { 
        color: white;
        text-align: left;
        vertical-align: top;
        font-size: 40px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
        letter-spacing: 0px;
        padding: 0px;
        margin: 0px;
        margin-bottom: 80px;
        position: absolute;
        top: 5px;  
        width: 620px; 
        left: 140px;
        white-space:break-spaces;
    }


.bottom-x-button {
    cursor: pointer;
}

    .bottom-x-button:hover {
        transform: scale(1.05);
    }

.system-error-message {
    background-color: #6CC6D8;
    color: black;
    width: 770px;
    left: 155px;
    height: 770px;
    font-size: 64px;
    font-style: normal;
    font-weight: 450;
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 106px;
    padding-right: 106px;
    text-align: left;
    margin-top: 0px;
}

.system-error-message-details {
    margin-top: 40px;
    margin-bottom: 80px;
    color: black;
    font-size: 40px;
    font-weight: 325;
    text-align: left;
}
/*******************************************************************/

.play-button {
    background-image: url(/customizations/bletchleypark/images/play.png);
}

.record-button {
    background-image: url(/customizations/bletchleypark/images/microphone.png);
}

.media-button-processing {
    background-image: url(/customizations/bletchleypark/images/Stop.png) !important;
}

.media-button-countdown3 {
    background-image: url(/customizations/bletchleypark/images/CountDown3.png) !important;
}

.media-button-countdown2 {
    background-image: url(/customizations/bletchleypark/images/CountDown2.png) !important;
}

.media-button-countdown1 {
    background-image: url(/customizations/bletchleypark/images/Microphone.png) !important;
}
/*******************************************************************/
/* All Pages */
/*******************************************************************/
.background-lower {
    display:none;
}

.overlap-media {
    top:75% !important;
}
.big-message-container .declaration-text {
    display: none;
}
.declaration-text {
    display: block;
    vertical-align: top;
    color: black;
    text-align: left;
    font-size: 48px !important;
    font-weight: 325;
    font-family: verlag-italic, Arimo, sans-serif !important;
    letter-spacing: -1px;
    text-shadow: 0.5px 0.5px 0 #000;
}
.box-note-container .title {
    display: none;
}
/*******************************************************************/
.Page-Instruction .left-button {
    display: none;
}
.Page-Instruction .right-button-overlap {
    left: 0px;
    width: 100%;
    text-align: center;
}
.Page-Instruction .box-message-container {
    padding-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
}
/*******************************************************************/
.Page-Recording1 .left-button {
    display: none;
}
.Page-Recording1 .box-note-container {
    top: 495px;
    height: 840px;
}
.Page-Recording1 .right-button-overlap {
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}
.Page-Recording1 .box-note-container { 
    padding-left: 64px;
    padding-right: 64px;
}
/*******************************************************************/
.Page-Recording2 .left-button {
    display: none;
}

.Page-Recording2 .right-button-overlap {
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}
.Page-Recording2 .box-note-container {
    padding-left: 64px;
    padding-right: 64px;
}

/*******************************************************************/

.Page-Recording3 .left-button {
    display: none;
}

.Page-Recording3 .right-button-overlap {
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}
.Page-Recording3 .declaration-text {
    font-family: verlag, Arimo, sans-serif !important;
}
.Page-Recording3 .box-note-container {
    padding-left: 64px;
    padding-right: 64px;
}
/*******************************************************************/

.Page-Results .try-out-your-ai-voice {
    vertical-align:top;
}

.Page-Results .declaration-text { 
    position:relative;
    top: -240px;
    display: block;
}
.Page-Results .try-out-your-ai-voice-text {
    position: relative;
    font-size: 60px;
    font-family: "verlag", Arimo, sans-serif !important;
    font-style: normal !important;
}
.Page-Results .try-out-your-ai-voice-text2 {
    position: relative;
    font-size: 30px;
    font-family: "verlag", Arimo, sans-serif !important;
    font-style: normal !important;
    margin-top: 100px;
}


.media-wait {
    display: block !important; 
}