@font-face {
    font-family: 'SCDream1';
    src: url("./fonts/SCDream1.otf");
}

@font-face {
    font-family: 'SCDream2';
    src: url("./fonts/SCDream2.otf");
}

@font-face {
    font-family: 'SCDream3';
    src: url("./fonts/SCDream3.otf");
}

@font-face {
    font-family: 'SCDream4';
    src: url("./fonts/SCDream4.otf");
}

@font-face {
    font-family: 'SCDream5';
    src: url("./fonts/SCDream5.otf");
}

@font-face {
    font-family: 'SCDream6';
    src: url("./fonts/SCDream6.otf");
}

@font-face {
    font-family: 'SCDream7';
    src: url("./fonts/SCDream7.otf");
}

@font-face {
    font-family: 'SCDream8';
    src: url("./fonts/SCDream8.otf");
}

@font-face {
    font-family: 'SCDream9';
    src: url("./fonts/SCDream9.otf");
}


main {
    height: 100%;
    margin: auto;
}

#TorizonCanvas {
    width: 60%;
    height: 55%;
    display:block;

    position:relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    
    border-style: solid;
    border-width: 5px;
    border-radius: 50px;
    border-color: #0075FF;
}

#TorizonLogo 
{
    margin-top: 20px;
}

#SkagoGamesLogo
{

    position:relative;

    top: -30px;
    bottom: 30px;
    left : 88%;
    right : 70%;

    margin: auto;
}

.input {

    text-align: center;
    font-family: 'SCDream6';
    font-size: 25px;

    border-style: solid;
    
    border-width: 4px;

    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #0075FF;

    outline: none;
    background-color: #5faaff;
    color: white;

}

.input::placeholder
{
    color: aliceblue;
}

.AnswerCenter { 
    display: table;

    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30%);
}

.GameEndPopup_Background {
    display: none;
    position:fixed;

    top : 0%;
    left : 0%;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.751);
    z-index: 1000;
}

.GameEndPopup_Window {
    position: relative;
    width: 100%;
    height: 100%;
}

.GameEndPopup_Popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #0075FF;
    box-shadow: 0 5px 50px white;
    width: 500px;
    height: 500px;

    border-width: 5px;
    border-radius: 30px;

}

.GameEnd_Gate {
    text-align: center;

    font-family: 'SCDream5';
    font-size: 50px;

    color: white;
}

._30Min {
    text-align: center;
    font-family: 'SCDream4';
    font-size: 13px;

    position: absolute;
    top: 25%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    color: white;
}

._30Min2 {
    text-align: center;
    font-family: 'SCDream2';
    font-size: 12px;

    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    color: white;
}

._30Count {
    position: absolute;

    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    text-align: center;

    font-family: 'SCDream7';
    font-size: 75px;

    color: white;

}

._MySlogun {
    position: absolute;

    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;

    font-family: 'SCDream1';
    font-size: 15px;

    color: white;
}

.TodayScore{
    position: absolute;

    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;

    font-family: 'SCDream2';
    font-size: 25px;

    color: white;
}

.HighScore {
    position: absolute;

    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;

    font-family: 'SCDream3';
    font-size: 20px;

    color: white;
}

#TTopMenu {
    width: 550px;
    height: 30px;
}

#TTopMenu ul li {
    list-style: none;
    color: white;
    float : left;
    vertical-align: middle;

    font-family: 'SCDream5';
    text-align: center;
}

#TTopMenu .TMenuList {
    color: #0075FF;

    text-decoration: none;
    display: block;
    font-size: 12px;
    text-align: center;
    width: 150px;
}

.WhatIsTorizon {
    display: none;
    position:fixed;

    top : 0%;
    left : 0%;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.867);
    z-index: 1000;
}

.WhatIsTorizon_Window {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.WhatIsTorizon_Popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #0075FF;
    box-shadow: 0 10px 150px white;
    width: 1200px;
    height: 600px;

    border-width: 3px;
    border-radius: 10px;
}

.WhatIsTorizon_Gate {
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream6';
    font-size: 50px;
    color: white;
}

.WhatIsTorizon_Page {
    
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream4';
    font-size: 20px;
    color: white;
}

.CloseButton_First {

    color: white;

    font-family: 'SCDream5';
    font-size: 20px;
    text-align: center;
    background-color :#61abff;
    
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #0075FF;

    width: 300px;

    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);

}


.HowToPlay_Torizon {
    display: none;
    position:fixed;

    top : 0%;
    left : 0%;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.867);
    z-index: 1000;
}

.HowToPlay_Window {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.HowToPlay_Popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #0075FF;
    box-shadow: 0 10px 150px white;
    width: 1200px;
    height: 600px;

    border-width: 3px;
    border-radius: 10px;
}

.HowToPlay_Gate {
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream6';
    font-size: 50px;
    color: white;
}

.HowToPlay_Page {
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream4';
    font-size: 16px;
    color: white;
}

.Credits_Torizon {
    display: none;
    position:fixed;

    top : 0%;
    left : 0%;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.867);
    z-index: 1000;
}

.Credits_Window {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.Credits_Popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #0075FF;
    box-shadow: 0 10px 150px white;
    width: 1200px;
    height: 600px;

    border-width: 3px;
    border-radius: 10px;
}

.Credits_Gate {
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream6';
    font-size: 50px;
    color: white;
}

.Credits_Page {
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream4';
    font-size: 20px;
    color: white;
}

.SkagoGames_Credits {
    position:absolute;

    top: 84%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    text-align: center;

    font-family: 'SCDream2';
    font-size: 15px;
    text-decoration: none;
    color: white;
}

.CloseButton_Skip
{
    color: white;

    font-family: 'SCDream5';
    font-size: 20px;
    background-color :#61abff;
    
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #0075FF;

    width: 300px;

    text-align: center;
    transform: translate(100px, 300px);
}

.WelcomeTorizon
{
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream6';
    font-size: 60px;
    color: #0075FF;
}

.WelcomeTorizon2
{
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream6';
    font-size: 30px;
    color: #0075FF;
}

#HowToPlayPicture
{
    position: relative;
    top: 50%;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 0%);

    border: 5px #0075FF;
    border-style: solid;
    border-radius: 50px;
}

.WelcomeTorizon_Page
{
    width: 100%;
    transform: translate(0%, 0%);

    text-align: center;

    font-family: 'SCDream4';
    font-size: 15px;
    color: #0075FF;
}

.Ads
{
    position: relative;
    transform: translate(0%, 30%);
    bottom: 40px;
}

.hd_lang
{
    width : 100px;
    margin: auto;
}