@font-face {
  font-family: 'Myriad Pro';
  src: url(/assets/fonts/MYRIADPRO-REGULAR.woff);
}
html {
    width: 100%;
    height: 100%;
    font-family: 'Myriad Pro';
}
body {
    height: 100%;
    background: linear-gradient(63.18deg, #009ADE 0%, #005197 50%, #003A80 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
}

.main-d {;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    
}
.c-d {
    width: 100%;
}
.logo-image {
    width: 100px;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.logo-image img {
    max-width: 100%;
}
.logo-text {
    margin: auto;
    width: 502px;
    max-width: 100%;
    height: auto;
    margin-top: 31px;
}
.logo-text img {
    max-width: 100%;
}
.logo-d {
    margin: auto;
    text-align: center;
}
.access-button {
    margin: 100px auto 30px auto;;
    text-align: center;
    border-radius: 10px;
    padding: 10px 150px;
    background-color: #fff;
    color: #003A80;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-decoration: none;
}
a.a-nodec {
    text-decoration: none;
}
.access-button a {
    border-radius: 10px;
    padding: 10px 150px;
    background-color: #fff;
    color: #003A80;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-decoration: none;
}
.signup-text {
    margin: auto;
    color: #fff;
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width: 459px;
    text-align: center;
    margin-top: 20px
}
.signup-text a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}



/** Create Account, Sign in**/
.blok-poz {
    margin: auto;
    width: 705px;
    background: rgba(0, 58, 128, 0.6);
    border-radius: 20px;
    border: 1px solid #009ADE;
    box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.25);
    padding: 20px 10%;
}
.nobg {
    background: none;
    border: none;
    box-shadow: none;
}
.custom-alert {
    background: rgba(255, 0,0, .3);
    color: red;
    padding: 10px;
    border: 1px solid red;
    border-radius: 5px;
    position: fixed;
    width: 30vw;
    margin: 5vh 33vw;
    text-align: center;
    height: 20px;
}
.custom-alert.alert2{
    position: absolute;
    margin-top: 0;
    width: 40vw;
    margin-left: 27.5vw;

}
.logo-image-ca {
    width: 80px;
    height: auto;
    margin: auto;
    margin-top: 15px;
}
.logo-text-ca {
    text-align: center;
    margin: auto;
    width: 300px;
    height: auto;
    margin-top: 6px;
    margin-bottom: 20px
}
.signup-form {
    font-family: 'Myriad Pro Regular';
}
.signup-form label {
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}
.signup-form input {
    height: 71px;
    width: 100%;
    border-radius: 10px;
    font-size: 30px;
    color: #009ADE;
    margin-bottom: 20px;
    margin-top: 5px
}
input[type="submit"] {
    margin-top: 30px;
    background: #003A80;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

/** OPTIONS **/
ul.options {
    list-style: none;
    width: 100%;
    padding: 0;
    
}
.options a {
    text-decoration: none;
}
.options li {
    color: #003A80;
    background: #fff;
    margin-top: 25px;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}

/** RESULTS **/
.text-result {
    color: #fff;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 300px;
}
.button-play-again, .button-nazad {
    text-align: center;
    margin-top: 134px;
}

.button-play-again a, .button-nazad a {
    margin-top: 30px;
    background: #003A80;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    padding: 20px 100px;
}
.button-nazad.updateMargin{
    margin-top: 10px;
}
.button-nazad.updateMargin a{
    line-height: 40px;
    padding: 10px 100px;
    font-size: 24px;
}
/** RANG LIST **/

.results-div {
    background: #003A80;
    border-radius: 20px;
    display: flex;
    padding: 20px 40px;
}
ul.list-results {
    list-style: none;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    padding-left: 0;
    margin: auto;
}
ul.list-results li {
    text-align: left;

}
.parent-results {
    display: flex;
    justify-content: space-between;
}


/** GAME MODAL **/
#gameOverModal {
    border-radius: 20px;
}
#gameOverModal .modal-content{
    border-radius: 20px;
}
#gameOverModal .blok-poz {
    background: rgba(0, 58, 128, 1);
}
#gameOverModal .text-result{
    margin-top: 10px;
}
#gameOverModal #results {
    color: #fff;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}
#gameOverModal .button-play-again a, #gameOverModal  .button-nazad a{
    font-size: 28px;
    padding: 10px 50px;
}

#gameOverModal .button-play-again,#gameOverModal .button-nazad {
    text-align: center;
    margin-top: 40px;
}

#gameOverModal .modal-content {
    background: none;
}
/** Responsive **/

@media screen and (max-width: 700px) {
    * {
        font-size: 23px;
    }
  .blok-poz {
      background: none;
      box-shadow: none;
      border: none;
      width: 100%;
      padding: 10px;
  }
    .access-button {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        padding: 10px 0;
        margin: 50px auto 30px auto;
        font-size: 23px;
    }
    .access-button a {
        padding: 10px;
        background: none;
        font-size: 23px;
    }
    .signup-text {
        width: 100%;
    }
    .signup-text, .signup-text a, .signup-form label {
        font-size: 19px;
    }
    input[type="submit"],input[type="email"],input[type="password"], .button-nazad a {
        font-size: 23px;
    }
    input {
        padding: 0;
    }
    .parent-results {
        margin-bottom: 20px;
        flex-wrap: wrap; 
        justify-content: center;
        border-radius: 20px;
        background: #fff;
        padding: 10px;
    }
    .results-div {
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: unset;
    }
    .signup-form input {
        height: 55px;
        margin-bottom: 10px;
    }
    .signup-form label {
        line-height: 20px;
    }
    .options li {
        font-size: 23px;
        line-height: 23px;
    }
    ul.list-results li {
        color: #003A80;
    }
    .button-nazad {
        margin-top: 50px;
    }
    ul.list-results {
        margin: auto 10px;
    }
    #game {
    position:fixed !important;
}
}