@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');
* {
    font-family: 'Baloo Chettan 2', cursive;
    /* font-family: 'Lacquer', cursive; */

    text-align: center;
    font-size: 4vh;
}

::-webkit-scrollbar {
    width: 0px;
}

body {
    background-color: hotpink;
    background-color: #000;

}

h1{
    margin: 0;
    font-size: 6vw;
}

h2{
    margin: 0;
    font-size: 2vw;
    font-weight: 400;
}

h3{
    /* margin: 0; */
    font-size: 1.5vw;
}

li {
    font-size: 0.8vw;
    text-align: left;
}

a {
    color: aquamarine;
}

.text {
    font-size: 2vw;
}

.text img {
    width: 60%;
    margin: auto;
}

.text .para {
    font-size: 30px;
}

.back {
    word-wrap: break-word;
    background: #111;
    color: hotpink;
    box-shadow: rgba(255, 127, 187, 0.4) -5px 0, rgba(255, 127, 204, 0.3) -10px 0, rgba(255, 127, 217, 0.2) -15px 0, rgba(255, 127, 197, 0.1) -20px 0, rgba(255, 127, 191, 0.05) -25px 0, rgba(255, 127, 187, 0.4) 5px 0, rgba(255, 127, 204, 0.3) 10px 0, rgba(255, 127, 217, 0.2) 15px 0, rgba(255, 127, 197, 0.1) 20px 0, rgba(255, 127, 191, 0.05) 25px 0;
    transform: translateY(-8px);
    position: relative;
    margin: 0 auto;
    padding: 2%;
    width: 90vw;
    height: 100%;

}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    left: 0;
    width: 100%;
}
.grid-item {
    background-color: rgb(0, 0, 0);
    font-size: 3vw;
    margin: 5px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 56px;
    text-decoration: none;
    transition: all .2s linear;
}
.grid-item:hover {
    transform: scale(1.05);
    background-color: #0D0D0D
}
.grid-item img {
    width: 25vw
}

.headers {
    display: block;
}
.header-left,.header-right{
    display: flex;
    width: 100%;
    height: 10vw;
    background-color: #1a1a1a;
    margin-bottom: 1.5vw;
}
.header-left,.header-right,.grid-item{
    color:hotpink;
    text-decoration: none;
}
.header-right {
    flex-flow: row-reverse;
}
.header-left img,.header-right img{
    height: 10vw;
}
.header-left video,.header-right video{
    height: 27.5vw;
}
.header-left .text,.header-right .text {
    display:initial;
    width: 51vw;
}
.header-left .text .title,.header-right .text .title {
    text-align: left;
    height: 5vw;
    margin: 0 0;
    font-size: 3vw;
    padding-left: 2vw;
    width: 49vw;
}
.header-left .text .description,.header-right .text .description{
    text-align: left;
    height: 7vw;
    font-size: 1vw;
    margin: 0 0;
    padding-left: 5vw;
    width: 46vw;
}

.art-features {
    display: flex;
    grid-template-rows: 2 2;
    width: 100%;
    height: 1000px;
}

.art-feature {
    max-height: 1000px;
    width: 50%;
    background-color: #1a1a1a;
    display: inline;
    padding: 5px;
    margin: 5px;
    transition: all .2s linear;
    text-decoration: none;
    color:hotpink;
}

.art-feature:hover {
    transform: scale(1.05);
    background-color: #0D0D0D
}

.art-feature img,.art-feature video {
    width: 100%;
    object-fit: scale-down;
    height: 70%;
}

.art-feature .art-title  {
    font-size: 5vw;
}

.art-image {
    width: 80%;
    height: 80vh;
    object-fit: scale-down;
}

video {
    width: 80%;
}

.header {
    position: fixed;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    color: white;
    margin: 0 auto;
    padding: 2%;
    /* width: 90vw; */
    height: 15vh;
    font-size: 2.5vh;
    width: 96%;
    text-align: left;
    display: block;
}

.header .nsfw-check {
    float: right;
}

.header .nsfw-check button {
    font-size: 3vw;
    /* height: 3vh; */
}

.art-post-image {
    /* filter: blur(1rem); */
    width: 80%;
    height: 80vh;
    object-fit: scale-down;
}

.backbar {
    transform: translate(0,-9px);
    width: 100%;
    height: 6vh;
    background-color: #000;
    color: hotpink;
    text-align: left;
    padding-left: 50px;
}

.backbar button {
    color: hotpink;
    background-color: #222;
    border: none;
    width: 150px;
    padding: 0;
    height: 100%;
}

@media (pointer:none), (pointer:coarse), (max-width: 980px) {
    h1 {
        font-size: 10vw;
    }
    
    h2 {
        font-size: 4.5vw;
    }
    
    h3{
        font-size: 3vw;
    }
    
    li {
        font-size: 2vw;
    }
    
    .header {
        font-size: 3vw;
    }

    .art-post .art-title  {
        font-size: 10vw;
    }

    .header-left,.header-right{
        height: 27.5vw;
        margin-bottom: 3vw;
    }
    .header-left img,.header-right img{
        height: 27.5vw;
    }
    .header-left video,.header-right video{
        height: 27.5vw;
    }

    .header-left .text .title,.header-right .text .title {
        font-size: 5vw;
        height: 10vw;
    }
    .header-left .text .description,.header-right .text .description{
        font-size: 2.45vw;
    }
    
    .text {
        font-size: 5vw;
    }

    .grid-container {
        display: list-item;
        grid-template-columns: auto auto auto;
        left: 0;
        width: 100%;
    }
    .grid-item {
        background-color: rgb(0, 0, 0);
        font-size: 6vw;
        margin: 5px;
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 500px;
        text-decoration: none;
        transition: all .2s linear;
    }
    .grid-item img {
        width: 80%;
        height: 80%;
        object-fit: scale-down;
    }
}