* 
{
    margin: 0;
    padding: 0;
}

html,

body 
{
    overflow: hidden;
}

.webgl 
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

/*.............*/

.main 
{
    top:20%;
}

ul {
    margin-top: 10px;
}

li {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 48px;
    left: 5%;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    font-size: 2vh;
    line-height: 230px;
    color: rgba(255, 255, 255, 0.5);
    fill: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.li:hover 
{
    

}

.title 
{
    z-index:1;
    position: absolute;
    width: 584px;
    height: 57px;
    left:5%;
    top:5%;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    font-size:3.0vh;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}

.smallText {
    z-index: 1;
    position: absolute;
    width: 300px;
    height: 70px;
    left: 50%;
    margin-left: -150px;
    bottom: 6.5%;
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5vh;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}



.backgroundCaption {
    z-index: 1;
    position: absolute;
    /*width: 50vw;*/
    width: 300px;
    height: 33px;
    right: 2%;
    top: 100px;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5vh;
    line-height: normal;
    text-align: right;
    color: rgba(255, 255, 255, 0.3);
}

.backgroundCaption-paragraph {
    font-family: Nunito;
    font-style: normal;
    width: 339px;
    width: 25vw;
    height: 157px;
    top: 70%;
    right: 0%;
    font-weight: 300;
    font-size: 1.5vh;
    line-height: normal;
    text-align: right;
    color: rgba(255, 255, 255, 0.3);
}

.modal {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5vh;
    display: inline;
    position: absolute; /*fixed or absolute*/
    z-index: 1;
    width: auto;
    height: auto;
    left: 5%;
    top: 20%;
    background-color: rgb(255,255,255,0.05);
    border-radius: 20px;
    padding: 50px 50px;
    backdrop-filter: blur(4px);
}

.modal-content {

    width: 350px;
    left: 10%;
    top: 8%;
    font-size: 1.5vh;
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
}



button {
    font-family: 'Nunito', sans-serif;
}

.button4:hover {
    background: #e7e7e7;
}



/*# sourceMappingURL=main.css.map*/