@font-face {
    font-family: 'movementregular';
    src: local('https://explorevari.com/fontKit/movementv-webfont.woff');
    src: local('https://explorevari.com/fontKit/movementv-webfont.woff2');
    src: local('https://explorevari.com/fontKit/movementv-webfont.ttf');
    font-weight: normal;
}

*{
    margin:0;
    padding:0;
}
body{
    font-family: 'PT Mono', serif;
    font-variation-settings: 'wght' 200;
    font-size: 12pt;
    letter-spacing: 0.25pt; /* adjusting tracking */
    cursor: url("../assets/grayscaleCursor.png") 12 12, auto;
    background-color: black;
    color:white;
}
h1{
    font-family: 'movementregular', sans-serif;
    font-variation-settings: 'wght' 100, 'SPAC' 100;
}
a, button{
    cursor: url("../assets/hoverCursor.png") 12 12, crosshair;
}
/*nav stuff*/
.about a, .learn a, .portfolio a, .explore a{
    text-decoration:none;
    color:white;
    font-size: 15px;
}
.about{
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0 20px 30px;
    z-index:1;
}
.learn{
    position: absolute;
    top: 0;
    left: 75px;
    margin: 20px 0 20px 30px;
    z-index:1;
}
.explore{
    position: absolute;
    top: 0;
    right: 115px;
    margin: 20px 30px 20px 0;
    z-index:1;
}
.portfolio{
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 30px 20px 0;
    z-index:1;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}


#vari{
    position: relative;
    display: block;
    font-size: 9rem;
    padding-top: 200px;
    width:100%;
    text-align: center;
}
#vari:hover{
    animation: variAnim 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
}
@keyframes variAnim{
    0%, 100% {
        font-variation-settings: 'wght' 100, 'SPAC' 100;
    }
    25% {
        font-variation-settings: 'wght' 500, 'SPAC' 75;
    }
    50% {
        font-variation-settings: 'wght' 900, 'SPAC' 50;
    }
    75% {
        font-variation-settings: 'wght' 500, 'SPAC' 75;
    }
}

.aboutParas{
    display: inline-block;
    position:relative;
    width: 60%;
    left: 20%;
    /*text-align: justify;*/
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    padding: 100px 0 100px 0;
}

.aboutParas a, .aboutParas a:visited{
    color: #23d5ab;
}
.vidContainer{
    display: block;
    width: 75%;
    left: 12.5%;
    position: relative;
}

.space{
    position:relative;
    height:20px;
}
.creditPara{
    padding: 100px 0 100px 0;
    display: inline-block;
    position:relative;
    text-align: left;
    width:38%;
    left: 20%;
    z-index:1;

}
ul{
    display: block;
    position: relative;
    width: 60%;
    left: 20%;
    list-style: none;
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    padding-bottom:200px;
    z-index:1;
}
li{
    padding: 10px 0 10px 0;
}
li a, li a:visited{
    color:white;
}
li a:hover{
    color: #23d5ab;
}
.vidContainer{
    z-index:1;
}
.exhibPhotos{
    display: inline-block;
    width:24vw;
    height:auto;
}

.circle{
    display: none;
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 0;
}
.one{
    background: linear-gradient(0, #484848, #1A1A1A);
    left:25px;
    top: -25px;
    opacity: 55%;
    overflow:hidden;
}
.two{
    background: linear-gradient(0, #000000, #3C3C3C);
    left: 275px;
    top: 400px;
    overflow:hidden;
}
.three{
    background: linear-gradient(0, #484848, #000000);
    left: 275px;
    top: 850px;
    filter: blur(75px);
    overflow:hidden;
}

.four{
    background: linear-gradient(0, #484848, #000000);
    top: 650px;
    filter: blur(75px);
    overflow:hidden;
}
.five{
    background: linear-gradient(0, #484848, #000000);
    top: 50px;
    right:20px;
    filter: blur(75px);
    overflow:hidden;
}
.six{
    background: linear-gradient(0, #484848, #000000);
    top: 850px;
    right: 5px;
    filter: blur(75px);
    overflow:hidden;
}

.circleR{
    display: none;
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 0;
}
.seven{
    background: linear-gradient(0, #3e2e35, #290004);
    right:55%;
    top: 160%;
    opacity:90%;
    overflow:hidden;
}
.eight{
    background: linear-gradient(0, #2c0826, #1c0c2d);
    right: 75px;
    top: 200%;
    opacity:90%;

    overflow:hidden;
}
.nine{
    background: linear-gradient(0, #0d1843, #31392a);
    right: 45px;
    top: 100%;
    opacity:90%;

    overflow:hidden;
}
.ten{
    background: linear-gradient(0, #543f48, #555e45);
    left:835px;
    top: 155%;
    opacity:90%;

    overflow:hidden;
}
.eleven{
    background: linear-gradient(0, #153e45, #142908);
    left:0;
    top: 195%;
    opacity:90%;

    overflow:hidden;
}
.twelve{
    background: linear-gradient(0, #5c434e, #77790a);
    left:5px;
    top: 140%;
    opacity:80%;

    overflow:hidden;
}

@media screen and (max-width: 1700px){
    .aboutParas, .vidContainer{
        width: 75%;
        left: 12.5%;
    }
    .creditPara{
        left: 12.5%;
    }
    ul{
        width: 75%;
        left: 12.5%;
    }
}
@media screen and (max-width: 800px){
    #vari{
        font-size: 5.5rem;
    }
}