@font-face {
    font-family: 'Maven Pro';
    font-weight: 500;
    src: url('../media/fonts/MavenPro-Medium.woff2') format('woff2'),
         url('../media/fonts/MavenPro-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-weight: 300;
    src: url('../media/fonts/Oswald-Light.woff2') format('woff2'),
         url('../media/fonts/Oswald-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('../media/fonts/Roboto-Medium.woff2') format('woff2'),
         url('../media/fonts/Roboto-Medium.woff') format('woff');
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #00000000;
    z-index: 0;
}

.down {
    position: fixed; 
    bottom:0%;
    width:100%; 
    z-index: 100;
}

.footer {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.answer {
    width: 27%;
    background-color: #ffffff3d;
    display: block;
    border: none;
    padding: 6px 40px;
    border-radius: 100px;
    margin-bottom: 50px;
}

.inAns {
    width: 92%;
    border: none;
    line-height: 14px;
    padding: 12px 0;
    margin: 0;
    font-size: 20px;
    color: #FFF;
    background-color: #00000000;
}

.inAns:focus {
    outline: none;
}

.btnSub {
    width: 8%;
    float: right;
    font-size: 20px;
    padding: 12px 0;
    border: none;
    background-color: #00000000;
    color: #FFF;
    cursor: pointer;
}

::placeholder {
    color: #FFF;
    opacity: 0.5; /* Firefox */
}

.center {
    position: fixed; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 90%;
    z-index: 99;
}

.question {
    color: white;
    text-align: center;
    font-size: 3vw;
    font-family: 'Maven Pro';
    margin-top: 0;
    margin-bottom: 26px;
}

.up {
    position: fixed; 
    width: 100%; 
    z-index: 101;
    display: flex;
    
    justify-content: space-between;
}

.MiA {
    margin: 1% 2%;
    width: 5%;
}

.imgMiA {
    width: 100%;
}

.logo {   
    width: 12%;
    margin: 2% 2%;
}

.timerHeader {
    font-family: 'Maven Pro';
    font-size: 1vw;
    text-align: center;
    margin-bottom: 0;
}

.timer {
    font-family: 'Maven Pro';
    font-size: 1.5vw;
    text-align: center;
    margin-top: 10px;
    color: white;
}

.front {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.imgFront {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

.imgBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cvsBack {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.cvsFront {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
}

.socials {
    width: 27%;
    display: flex;
    justify-content: start;
    margin-left: 40px;
    flex-wrap: wrap;
}

.divAbout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 16px;
}

.divInsta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    margin-top: 16px;
}

.imgAbout {
    height: 24px;
    margin-right: 10px;
}

.rights {
    width: 27%;
}

a {
    font-size: 18px;
    font-family: 'Maven Pro';
    text-decoration: none;
}

a:hover {
    transition-duration: 300ms;
}

.links0 {
    color: #c86590;
}

.links0:hover {
    color: #ffc7bb;
}

.links1 {
    color: #ffce90;
}

.links1:hover {
    color: #5fba8e;
}

.links2 {
    color: #ccadd3;
}

.links2:hover {
    color: #fac499;
}

.rights {
    width: 27%;
    text-align: right;
    margin-right: 40px;
    margin-top: 20px;
}

.copyright {
    margin-top: 10px;
    font-family: 'Maven Pro';
}

.texts0 {
    color: #ffc7bb;
}

.texts1 {
    color: #5fba8e;
}

.texts2 {
    color: #fac499;
}

.footerMobile {
    display: none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: rgba(0,0,0,0.6);
    margin: 10% auto; /* 15% from the top and centered */
    margin-top: 50px;
    padding: 10px;
    border-radius: 20px;
    width: 80%; /* Could be more or less, depending on screen size */
    color: #FFF;
    font-family: 'Maven Pro';
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    transition-duration: 300ms;
}






@media screen and (max-width:1024px) {

    .logo {   
        width: 40%;
        float: none;
    }

    .MiA {
        width: 10%;
    }

    .timerHeader {
        font-size: 3.5vw;
    }
    
    .timer {
        font-size: 5.5vw;
    }

    .question {
        font-size: 6vw;
    }

    .footer {
        display: none;
    }

    .footerMobile {
        display: block;
    }

    .answer {
        width: 80%;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .socials {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .rights {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .copyright {
        margin: 0;
        margin-left: 10px;
    }
}