
body{font-family: 'Archivo', sans-serif; font-size: 18px;}

/* body:before {
    content: "";
    display: block;
    height: 85%;
    width: 100%;
    background-color: #c8e8e1;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bg.png);
    background-position: 100% 80%;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: 20%;
} */

h1{    color: #0f083d;font-size: 60px;margin-top: 50px;    font-weight: 900;}

.d-none{display: none !important;}

#startquiz{
    display: block;
    padding: 15px 40px 14px !important;
    background: #ffffff;
    border-radius: 60px;
    border: none;
    margin: 120px auto 0;
    max-width: 250px;
    font-size: 32px;
    color: #0f073c;
    font-weight: 900;

}

form section input[type="button"] {
    display: block;
    width: 100%;
    background: #0e093f;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 8px;
    text-transform: uppercase;
    margin-top: 20px;
}
form section:after {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    background-color: #fff;
    background-image: url(../index.html);
    background-repeat: no-repeat;
    margin: auto;
    background-size: 50%;
    background-position: center;
    margin-bottom: -80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    border-radius: 50%;
    box-shadow: 0 15px 20px rgba(51, 51, 51, 0.4);
}

form section p{    margin: 0 0 10px;
    font-size: 24px;}

form section {
  padding: 2rem;
    text-align: center;
    display: none;
    background: #FFF;
    box-shadow: 5px 10px 20px rgba(51, 51, 51, 0.3);

    height: 300px;
    margin: auto ;
    border-radius: 5px;
    position: relative;
}

input.question-input {
    width: 25px;
    margin-top: 8px;
    display: block;
    float: left;
    margin-right: 0px;

}

form section.active {
  display: block;
}

.pc-wrap {
    max-width: 800px;
    margin: auto;
    background: #5a5959;
    border-radius: 20px;
    padding: 40px;
    height: 520px;
    position: relative;
    margin-bottom: 120px;
}
.pc-screen {
    padding: 50px;
    height: 100%;
    background: #0ac668;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(255, 255, 255);
    background-image: url(../png/bg.png);
    background-position: 100% 98%;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: 22%;
}

.pc-wrap:after {
    content: "";
    display: block;
    height: 130px;
    width: 390px;
    position: absolute;
    bottom: -80px;
    /* background: #393939; */
    margin: auto;
    left: 0;
    right: 0;
    background-image: url(../png/stand.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

span.num {
    background: #0e093c;
    height: 50px;
    width: 50px;
    display: block;
    margin: -40px auto 10px;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
}
a#startover{  
  padding: 10px 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 5px 10px 20px rgba(51, 51, 51, 0.3);
    margin: 50px auto;
    display: block;
    color: #000;
    max-width: 200px;
    text-align: center;

}
.pager {
  padding: 0;
}
.pager a {
    padding: 10px 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 5px 10px 20px rgba(51, 51, 51, 0.3);

    color: #000;
}
.pager .prev{
float: left;
}
.pager .next{
float: right;
}
label {
    display: inline-block;
    padding: 10px 30px 12px;
    background: #efefef;
    border-radius: 60px;
    font-size: 24px;
    transition: 0.2s;
}
label:hover{ background: #00c662; cursor: pointer;}
div#results {
    padding: 2rem;
    text-align: center;
    background: #FFF;
    box-shadow: 5px 10px 20px rgba(51, 51, 51, 0.3);
    max-width: 400px;
    margin: 50px auto 20px;
    border-radius: 5px;
    font-size: 23px;
}
div#results span {
    font-size: 56px;
    color: #00c662;
}
a.logo-link {
    display: block;
    margin: 30px auto;
    max-width: 260px;
    text-align: center;
}

a.logo-link img {
    width: 100%;
}

.share-links {
    text-align: center;
}


span.share-link a {
    display: inline-block;
    padding: 15px 30px 14px !important;
    background: #0e093f;
    border-radius: 60px;
    border: none;
    margin-bottom: 30px;
    width: 150px;
    margin: 10px 3px 50px;
}
span.share-link a:hover {
    background: #0ac668;

}
/* Macbook */
@media screen and (max-width: 1400px){

}
/* Laptop */
@media screen and (max-width: 1366px){

}
/* Tab - Landscape */
@media screen and (max-width: 1024px){
    .pc-wrap:after{ display: none;}
}
/* Tab - Portait */
@media screen and (max-width: 768px){

}
/* Mobi */
@media screen and (max-width: 480px){
    form section {
        height: auto;
        min-height: 280px;
    }
    .pc-wrap {
        max-width: 800px;
        margin: auto;
        background: #2d2d2d;
        border-radius: 20px;
        padding: 20px 12px 40px;
        height: 600px;
        position: relative;
        margin-bottom: 100px;
    }
    .pc-wrap:after {
        content: "";
        display: block;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        border: #fff solid 1px;
        bottom: 8px;
    }
}

/* safe overrides for accessibility */
body.security-test legend {
    border: none;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
}