* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    background-image: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100000px;
    height: 700vh;
    width: 100vw;
    margin: 0;
    position: relative;
}

header {
    width: 100%;
    min-height: 10vh;
    display: block;
    margin-top: 10px;
}

#logo {
    height: 20px;
    width: 85px;
    margin: 15px 70px 15px 0;
}

#bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

#nav {
    max-width: 100%;
    text-decoration: none;
    color: #1a1a1a;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 15px;
}

#nav:hover {
    /* width: 9em;
    height: 35px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    /* background: #d8d7d7; */
    text-align: center;
    opacity: .5;
    transition: opacity .5s ease,
                background .5s ease;
}

#cover {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    position: relative;
    margin: auto, auto;
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    min-width: min-content; 
    min-height: 50vw;
    margin: 25px;
    border-radius: 5px;
    /* box-shadow: 0, 10px, 150px, black; */
}

footer a, p {
    text-decoration: none;
    color: #1a1a1a;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 25px;
    line-height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 50px;
}

.photo {
    min-height: 60vw;
    margin-top: 30px;
}

h1 {
    color: #1a1a1a;
    font-family: 'Reem Kufi', sans-serif;
    text-align: center;
    font-size: 45px;
    margin: 40px;
}

h6 {
    color: #bbbaba;
    font-family: 'Reem Kufi', sans-serif;
    text-align: center;
    font-weight: lighter;
    font-size: 30px;
    margin: 40px;
}

main {
    height: 1150vh;
    max-height: 100000px;

}

footer {
    height: 100vh;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#photos {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(16, 5vw);
    grid-gap: 5px;
    /* position: relative; */
    margin: auto, auto;

}

#mwl {
    grid-column-start: 1;
    grid-column-end: 17;
    grid-row-start: 1;
    grid-row-end: 10;
    /* position: absolute; */
    /* height: 200px;
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    min-width: min-content; 
    min-height: 50vw;
    margin: 50px; */
    width: 100%;
    height: 100%;
    /* min-width: 2vw; */
    object-fit: cover;
}

#mwp {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 10;
    grid-row-end: 22;
    /* position: absolute; */
    /* height: 400px;
    width: 100%;
    max-width: 200px;
    max-height: 400px;
    min-width: min-content; 
    min-height: 50vw;
    margin: 50px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mush {
    grid-column-start: 9;
    grid-column-end: 17;
    grid-row-start: 10;
    grid-row-end: 22;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pd {
    grid-column-start: 1;
    grid-column-end: 17;
    grid-row-start: 22;
    grid-row-end: 32;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#spd {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 32;
    grid-row-end: 40;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#h {
    grid-column-start: 9;
    grid-column-end: 17;
    grid-row-start: 32;
    grid-row-end: 40;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#darts {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(16, 5vw);
    grid-gap: 5px;
    margin: auto, auto;
    transform: translateY(-660px);
}

#v2 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 10;
    grid-row-end: 18;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#olt {
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 10;
    grid-row-end: 18;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#s {
    grid-column-start: 12;
    grid-column-end: 17;
    grid-row-start: 10;
    grid-row-end: 18;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#frst {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 18;
    grid-row-end: 26;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#v3 {
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 18;
    grid-row-end: 26;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tf {
    grid-column-start: 12;
    grid-column-end: 17;
    grid-row-start: 18;
    grid-row-end: 26;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hidden {
    opacity: 0;
    filter: blur(10px);
    /* transform: translateY(-100%); */
    transition: all .7s ease;
}

@media (prefers-reduced-motion) {
    .hidden {
        transition: none;
    }    
}

.show {
    opacity: 1;
    filter: blur(0);
    /* transform: translateY(0); */
}

.img:nth-child(2) {
    transition-delay: 200ms;
}
.img:nth-child(3) {
    transition-delay: 300ms;
}
.img:nth-child(4) {
    transition-delay: 400ms;
}
.img:nth-child(5) {
    transition-delay: 600ms;
}
.img:nth-child(6) {
    transition-delay: 700ms;
}


.art:nth-child(2) {
    transition-delay: 300ms;
}
.art:nth-child(3) {
    transition-delay: 500ms;
}
.art:nth-child(4) {
    transition-delay: 600ms;
}
.art:nth-child(5) {
    transition-delay: 400ms;
}
.art:nth-child(6) {
    transition-delay: 500ms;
}
.art:nth-child(7) {
    transition-delay: 600ms;
}

.nav:nth-child(2) {
    transition-delay: 300ms;
}
.nav:nth-child(3) {
    transition-delay: 500ms;
}
.nav:nth-child(4) {
    transition-delay: 600ms;
}
.nav:nth-child(5) {
    transition-delay: 400ms;
}




















