* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
}

a, li{
    all: unset;
}

body{
    background-image: url(../00_assets/backdrop/backdrop.png);
    background-size: cover;
    background-attachment: fixed;
}

::selection {
    color: white;
    background: #C33948;
}

/*NAVBAR*/
nav{
    width: 100%;
    height: 10vh;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: #c33949fa;
    color: white;
}
nav a{
    cursor: pointer;
}
#me_index{
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7498%) hue-rotate(180deg) brightness(104%) contrast(116%);
}
#me_index:hover, .web a:hover{
    letter-spacing: 0.5px;
}
.web{
    display: flex;
    width: 500px;
    justify-content: space-evenly;
}
.web a{
    padding: 2%;
    border-bottom: white solid 2px;
    transition: .3s ease;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 1;
}
.web a:hover, #active, .web:hover #active:hover{
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)) 1;
}
.web:hover #active{
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 1;
}
.mob{
    display: none;
}
.mobNav{
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    font-size: 1.5rem;
    z-index: -1;
    padding-top: 200px;
    display: none;
    background-color: #C33948;
}
.mobNav a{
    width: 30vh;
    padding: 2%;
    border: solid 2px;
    transition: .3s ease;
    background-color: white;
    border-radius: 12px;
}

/* nav animations */
@keyframes expand{
    from {}
    to {transform: translateY(-200px)}
}
@keyframes close{
    from {transform: translateY(-200px)}
    to {transform: translateY(-700px)}
}
/* nav responsive */
@media screen and (max-width:858px){
    .web{
        justify-content: end;
    }
    .web a{
        display: none;
    }
    .mob{
        display: block;
        margin: 3%;
    }
    #mobIcon{
        filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7498%) hue-rotate(180deg) brightness(104%) contrast(116%);
        cursor: pointer;
    }
    .mobNav{
        display: flex;
        transform: translateY(-710px);
        color: black;
    }
    .mobNav:hover #mobActive{
        background-color:white;
        color: black;
    }
    .mobNav a:hover, #mobActive, .mobNav:hover #mobActive:hover{
        background-color:black;
        border-color: black;
        color: white;
    }
    #me_index:hover, .web a:hover{
        letter-spacing: 0px;
    }
}
/* NAVBAR */

.title{
    text-align: center;
    padding-top: 15vh;
    padding-bottom: 2%;
    color: rgb(0, 0, 0);
    opacity: 0%;
    animation: withartshow 1.5s forwards;
}

@keyframes withartshow {
    from {}
    to {opacity: 100%;}
}

.title > h1{
    animation: artshow 1s forwards;
}

@keyframes artshow{
    from {opacity: 0%;; transform: translateY(20px);}
    to {opacity: 100%;}
}

.cover{
    text-align: center;
}

.name{
    padding-top: 2%;
    padding-bottom: 2%;
}

.artwork{
    display: grid;
    column-gap: 10px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    border-left: none;
    border-right: none; 
    transition: background-color .2s;
}

.piece{
    user-select: none;
    padding-left: 10px;
    padding-right: 10px;
}

.piece > img, .piece > a > img{
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: transform .2s, background-color .2s;
}

.piece > img:hover, .piece > a > img:hover{
    transform: scale(105%);
    background-color: rgba(226, 223, 223, 0.63);
}

#insta > .name {
    opacity: 0%;
    animation: upNshow 1.5s forwards .2s;
}

#insta > .artwork{
    opacity: 0%;
    animation: upNshow 1.5s forwards .4s;
}

#free > .name {
    opacity: 0%;
    animation: upNshow 1.5s forwards .6s;
}

#free > .artwork{
    opacity: 0%;
    animation: upNshow 1.5s forwards .8s;
}

#ill > .name{
    opacity: 0%;
    animation: upNshow 1.5s forwards 1s;
}

#ill > .artwork{
    opacity: 0%;
    animation: upNshow 1.5s forwards 1.2s;
}

#post > .name{
    opacity: 0%;
    animation: upNshow 1.5s forwards 1.4s;
}

#post > .artwork{
    opacity: 0%;
    animation: upNshow 1.5s forwards 1.6s;
}

@keyframes upNshow{
    from {transform: translateY(20px);}
    to {opacity: 100%;}
}

/* Enlarging Moment */

.enLarge{
    display: none;
    overflow-y: auto;
    position: fixed;
    padding: 5%;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgba(25, 25, 48, 0.932);
    user-select: none;
}

#enLargeStructure{
    display: flex;
    justify-content: space-evenly;
}

#thisCalled{
    display: block;
    text-align: center;
    color: whitesmoke;
    margin-bottom: 1%;
    opacity: 0%;
    animation: seeMore .5s forwards;
}

.calledTop{
    margin: auto;
}

.space{
    padding: 1%;
}

.thisOne{
    user-select: none;
    width: 80%;
    margin: auto;
    min-width: 700px;
    display: block;
    opacity: 0%;
    animation: seeMore .5s forwards;
}

#details{
    min-width: 600px;
    max-width: 600px;
    padding: 2%;
    text-align: center;
    border: whitesmoke solid 2px;
    border-radius: 10px;
    color: whitesmoke;
    margin: auto;
    opacity: 0%;
    animation: seeMore .5s forwards;
}

@keyframes seeMore{
    from {opacity: 0%; filter: blur(4px) ;}
    to {opacity: 100%;}
}

#closeThis{
    user-select: none;
    cursor: pointer;
    font-size: 45px;
    color: whitesmoke;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 3%;
    margin-right: 4%;
    transition: transform .3s, opacity .3s;
}

#closeThis:hover{
    opacity: 70%;
    transform: scale(1.1)
}

/* BIG */
@media only screen and (min-width:1930px) and (max-width:5000px){
    #enLarge{
        padding-top: 10%;
    }
    #thisCalled{
        font-size: 50px;
    }
    .thisOne{
        width: 100%;
    }
    #details{
        font-size: 30px;
        margin: auto;
        min-width: 800px;
        max-width: 900px;
        border-width: 4px;
    }
    #closeThis{
        font-size: 70px;
    }
}

/* regular laptop */
@media only screen and (min-width: 1024px) and (max-width: 1330px){
    #enLarge{
        padding-top: 8%;
    }
    .thisOne{
        min-width: 600px;
        max-width: 700px;
    }
    #details{
        min-width: 400px; 
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* small laptop */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    #thisCalled{
        display: none;
    }
    #enLargeStructure{
        display: block;
    }
    #thisOne{
        min-width: 600px;
        max-width: 600px;
    }
    #details{
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5%;
        min-width: 500px;
        max-width: 600px;
    }
}

/* tablet */
@media only screen and (min-width: 550px) and (max-width: 767px){
    #enLarge{
        padding-top: 12%;
    }
    #thisCalled{
        display: none;
    }
    #enLargeStructure{
        display: block;
    }
    #thisOne{
        min-width: 500px;
        max-width: 600px;
    }
    #details{
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
        max-width: 500px;
    }
    #closeThis{
        Top: 1%;
    }
}

/* mobile phone */
@media only screen and (min-width: 375px) and (max-width: 549px){
    #enLarge{
        padding: 0px;
        padding-top: 18%;
    }
    #thisCalled{
        display: none;
    }
    #enLargeStructure{
        display: block;
    }
    #thisOne{
        min-width: 400px;
        max-width: 500px;
    }
    #details{
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
        max-width: 400px;
    }
    #closeThis{
        Top: 1%;
    }
}

/* small mobile */
@media only screen and (min-width: 56px) and (max-width: 374px){
    #enLarge{
        padding: 0px;
        padding-top: 20%;
    }
    #thisCalled{
        display: none;
    }
    #enLargeStructure{
        display: block;
    }
    #thisOne{
        min-width: 200px;
        max-width: 300px;
    }
    #details{
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
        max-width: 400px;
    }
    #closeThis{
        Top: 1%;
    }
}


/* End Of Enlarging Moment */

@media only screen and (min-width: 56px) and (max-width: 1023px){
    .artwork{
        display: block;
    }

    .piece > img, .piece > a > img{
        width: 60%;
        margin-bottom: 2%;
        margin-top: 2%;
    }

    .name {
        border-bottom: solid 2px;
        border-image: linear-gradient(90deg, rgba(0,0,0,0), #000000da, rgba(0,0,0,0)) 1;
    }

    .title > h1{
        font-size: 25px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 5000px){
    .title{
        font-size: 15px;
    }
    .name{
        font-size: 20px;
    }
}

/* footer */
footer{
    background-color: #C33948;
    color: white;
    font-family: "Work Sans", "serif";
    height: fit-content;
    padding-top: 2%;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer a{
    cursor: pointer;
}
#foot img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7498%) hue-rotate(180deg) brightness(104%) contrast(116%);
}
#email{
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 200;
}
#cr{
    text-align: right;
    padding-right: 2%;
    font-weight: 200;
}
#followUp{
    font-size: 1.5em;
    text-align: left;
    font-weight: 300;
}
.follow{
    padding-top: 1%;
    width: 20%;
    display: flex;
    justify-content: space-between;
}
.follow a{
    transition: .3s ease;
}
.follow a:hover{
    transform: scale(110%);
}
.follow img{
    width: 2em;
}
#up1{
    animation: t1 5s infinite ease-in-out;
} 
#up2{
    animation: t2 5s infinite ease-in-out;
}
#up3{
    animation: t3 5s infinite ease-in-out;
} 

/* animations */
@keyframes t1{
    from {transform: translateY(0px);}
    10% {transform: translateY(-5px);}
    20% {transform: translateY(0px);}
    30% {}
    to {}
}
@keyframes t2{
    from {}
    10% {transform: translateY(0px);}
    20% {transform: translateY(-5px);}
    30% {transform: translateY(0px);}
    to {}
}
@keyframes t3{
    from {}
    10% {}
    20% {transform: translateY(0px);}
    30% {transform: translateY(-5px);}
    40% {transform: translateY(0px);}
}