body{
    color: #fff;
}
a{
    color:white;

}
a:visited{
    color:white;

}
a:hover{
    text-decoration: none;
    color:#9acfea;

}
h1{
    font-family: 'Fjalla One', sans-serif;
        height: 78px;
}
.monserrat{
    font-family: 'Montserrat Subrayada', sans-serif;
}
.quote{
    width: 350px;
}
.color2{
    color:rgba(86, 78, 88, 1);
}
.color3{
    color:rgba(144, 78, 85, 1);
}
.container-fluid{
    padding-left: 35px;
    padding-right: 35px;
}
.globe{
    position: absolute;
    z-index: 99;
    top:0;
    left:0;
}

.scrollable{
    max-height:642px;
    overflow: hidden;
}
.quicklook{
    padding-top: 20px;
    height: 0px;
    font-size: small;
}
.small-text{
    font-size: x-small;
}

#narvis-bsviscontainer{
    padding-top:20px;
}

.mainvis {
    height: 100%
}

#section3{
    background: black;
}

#narvis-selectedyearcurrentid {
    font-size: 12px;
}

.description{
    height: 30px;
}
#quiz-inputcontainer{
    padding: 20px;
    width: 200px;
}

#quizpopcontainer{
    position: absolute;
    width: 500px;
    height: 300px;
    background: lavenderblush;
    z-index: 999;
    left: 30%;
    color: black;
    box-shadow: 0px 0px 10px 0px;
    border-radius: 10px;
}

.quizpopup{
    margin-top: 100px;
    text-align: center;
    font-size: xx-large;
    padding-left: 40px;
    padding-right: 40px;
}

#quizpopupclose{
    color:black;
    font-weight: bold;
}

.container-fluid{
    max-width:1366px;
}
