@import url(https://fonts.googleapis.com/css?family=Rye);
@import url('https://fonts.googleapis.com/css?family=Graduate');
@import url('https://fonts.googleapis.com/css?family=Bangers');
@import url('https://fonts.googleapis.com/css?family=Acme');
@import url('https://fonts.googleapis.com/css?family=Pangolin');

#numberquestions{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 40px;
    color: #800093;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.79);
}


.image-aboutus-banner {
    background-color: #00b9ae;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 230px;
 }
 
  .image-aboutus-sm-banner {
    background-color: #00b9ae;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
 }
.lg-text {
    font-size: 70px;
    font-weight: 600;
    text-transform: none;
    color: white;
    font-family: 'Bangers', cursive;
    letter-spacing: 3px;
    margin-top: 20px;
    text-align: center;
    text-shadow: 2px 2px #000000;
}
.image-aboutus-sm-banner p {
    color:#fff;
}

.answer-box{
    margin-left: 20px;
    margin-right: 20px;
    height: 85px;
    background-color: white;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin-bottom: 20px;
    border: 5px solid black;
    border-radius: 20px;
}

.answer-box:hover{
    background-color: lightblue;
    color:black;
}

.question-box{
    background-color:none;
    color:white;
    height: 100px;
    vertical-align: middle;
    font-size: 24px;
    border-radius: 20px;
    margin-bottom: 50px;
    text-align: center;
    border:none
}

.risposta{
    cursor: pointer;
    padding: 5% 0px;
    font-family: 'Pangolin', cursive;
    font-size: 30px;
    min-width: 75px;
    vertical-align: middle;
    text-align: center;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.domanda{
    padding: 10% 0px;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Acme', sans-serif;
}
.col-md-2{
    background-color: transparent;
    border-radius: 20px;
}

#containerwall{
background-color: transparent;
border-radius: 20px;
background-image: url(candywall.jpg);
border-radius: 20px;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
margin-top: 20px
}

.arolij{
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}

.imgultimapagina{
margin-top: 10px;
margin-bottom: 10px;
width: 400px;
height: 400px;
}

.imgleft{
    height: 75%;
    margin-top: 30px;
}


.imgright{
    height: 70%;
    margin-top: 30px;
}

.p-under{
    font-family: 'Acme', sans-serif;
    font-size: 24px;
    text-align: center;
}

.wrapper-col.col-md-12{
background-color: #F886C4;
border-radius: 20px;
border: 6px white solid;
}

.wrap-punteggio{
vertical-align: center;
border-radius: 20px;
font-family: 'Pangolin', cursive;
font-size: 36px;
color: black;
}

#nobg{
    background: transparent !important;
}

.final{
    cursor: pointer;
    padding: 5% 0px;
    font-family: 'Pangolin', cursive;
    font-size: 30px;
    min-width: 75px;
    vertical-align: middle;
    text-align: center;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    font-size:46px;
}
#punteggioclass{
    background-color: #F886C4!important;
    background-image: none !important;
}

.col-md-10 .row{
    text-align: center !important;
    margin-top: 120px !important;
}

.logoimg{
    width:200px;
}