*{
    box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, p, a, div{
    margin:0;
    padding:0;
}
html{
    font-size: 16px;
}
p{
    font-size: 1.25rem;
}
h1{
    font-size: 1.9rem;
}
h2{
    font-size: 1.2rem;
}
h3{
    font-size: 1.05rem;
}
body{
    background: linear-gradient(5deg, moccasin, oldlace, ghostwhite);
    background-repeat: no-repeat;
    height: 100%;
}

.blockHeader{
    z-index: 1;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
}
.header2{
    background: rgb(14, 4, 62);
    min-height: 10px;
}
.header1{
    display: grid;
    grid-template-columns: 80px 1fr 300px 20px;
    background: rgb(14, 4, 62);
    margin-bottom: 5px;
}
.logo{
    background-image: linear-gradient(to bottom right, oldlace, ghostwhite);
    border-radius: 0 50%;
    padding: 5px;
}
.header1 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.Name{
    padding-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
    color: oldlace;
}

.pages{
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    align-items: center;
    text-align: center;
}
.pages div{
    margin: auto;
    position:relative;
    height:40px;
    width: 85px;
    border: solid oldlace 2px;
    background-color: rgb(14, 4, 62);
    box-shadow: 0 0 0 2px oldlace;
    border-radius: 10px;
}
.pages a{
    text-decoration: none;
    color: oldlace;
    padding: 5px;
}
.clicking{
    height:100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Current{
    height:50px !important;
    width: 100% !important;
    background-color: ghostwhite !important;
    border: double rgb(14, 4, 62) 8px !important;
    box-shadow: none !important;
}
.Current a{
    color: rgb(14, 4, 62);
}

.spacer1{
    min-height: 130px;
}
.nameTag{
    margin-bottom: 10px;
}
.nameTag h2{
    text-align: center;
    color: rgb(14, 4, 62);
    font-size: 2rem;
    font-weight: bold;
}

.plainText{
    max-width: 450px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
.plainText div{
    margin-bottom: 15px;
}


.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    min-height: 400px;
    min-width: 900px;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.row div{
    display: grid;
    padding: 10px;
    padding-bottom: 30px;
    min-height: 200px;
    min-width: 190px;
    max-width: 200px;
    border: solid rgb(14, 4, 62) 3px;
    background-color: ghostwhite;
}
.row img{
    min-height: 150px;
    min-width: 150px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: solid rgb(98, 92, 128) 2px;
}
.tiltL{
    rotate: -10deg;
}
.tiltR{
    rotate: 10deg;
}

/* Super Micro-Mobile support */
@media (max-width: 360px){
    .header1{
        grid-template-columns: 50px 1fr;
        row-gap: 10px;
    }
    .logo{
        padding: 2px;
    }
    .Name h1{
        font-size: 1.3rem;
    }
    .Name h2{
        font-size: 0.8rem;
    }
    .pages{
        width: 100% !important;
        transform: translate(50vw, 0);
        grid-template-columns: 85px !important;
        margin-bottom: 10px;
    }
    .pages div{
        margin: 5px;
    }
    .spacer1{
        min-height: 300px;
    }

    .row{
        column-gap: 5px;
        row-gap: 20px;
        min-height: 100px;
        min-width: 100px;
        max-width: 350px;
    }
    .row div{
        min-height: 80px;
        min-width: 80px;
        max-width: 150px;
    }
    .row img{
        min-height: 50px;
        min-width: 50px;
    }
    .tiltL{
        rotate: -5deg;
    }
    .tiltR{
        rotate: 5deg;
    }

}

/* Micro-Mobile support */
@media (min-width: 361px) and (max-width: 650px){
    .header1{
        grid-template-columns: 60px 1fr;
        row-gap: 10px;
    }
    .logo{
        padding: 2px;
    }
    .pages{
        width: 100% !important;
        transform: translate(50vw, 0);
        grid-template-columns: 85px 85px 85px !important;
        margin-bottom: 5px;
    }
    .Name h1{
        font-size: 1.8rem;
    }
    .Name h2{
        font-size: 1.1rem;
    }
    .spacer1{
        min-height: 170px;
    }

    .row{
        column-gap: 5px;
        row-gap: 20px;
        min-height: 200px;
        min-width: 200px;
        max-width: 400px;
    }
    .row div{
        min-height: 80px;
        min-width: 80px;
        max-width: 150px;
    }
    .row img{
        min-height: 50px;
        min-width: 50px;
    }
    .tiltL{
        rotate: -5deg;
    }
    .tiltR{
        rotate: 5deg;
    }
}

/* Mobile support */
@media (min-width: 651px) and (max-width: 900px){
    .header1{
        grid-template-columns: 70px 1fr 300px 10px;
    }

    .row{
        column-gap: 10px;
        row-gap: 20px;
        min-height: 400px;
        min-width: 400px;
        max-width: 650px;
    }
    .row div{
        min-height: 100px;
        min-width: 100px;
        max-width: 175px;
    }
    .row img{
        min-height: 50px;
        min-width: 50px;
    }
    .tiltL{
        rotate: -7.5deg;
    }
    .tiltR{
        rotate: 7.5deg;
    }
}
