*{
    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);
    margin: 0;
}

.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;
}

.aboutBlurb{
    display: grid;
    margin: auto;
    max-width: min-content;
    padding: 20px;
    padding-left: 0;
    grid-template-columns: 350px 400px;
    column-gap: 10px;
    margin-bottom: 40px;
    background-color: rgb(14, 4, 62);
    clip-path: polygon(0 5%, 5% 0, 100% 0, 100% 100%, 5% 100%, 0 92.5%);
}
.aboutBlurb img{
    min-height: 200px;
    min-width: 200px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aboutText{
    margin-top: 0px;
    margin-left: 20px;
    color: oldlace;
}
.aboutText h2{
    color: ghostwhite;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}
.aboutText p{
    margin-bottom: 15px;
}


.edu{
    background-color: rgb(98, 92, 128);
    color: oldlace;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    margin-bottom: 30px;
    display: grid;
    max-width: 1500px;
    grid-template-columns: 1fr 2fr 1fr 400px 1fr;
    clip-path: polygon(0 5%, 5% 0, 92.5% 0, 100% 5%, 100% 92.5%, 92.5% 100%, 5% 100%, 0 92.5%);
}
.edu img{
    max-height: 300px;
    min-height: 100px;
    min-width: 100px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 30%;
}
.eduText{
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;
}
.edu p{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.edu h3{
    margin-left: 35px;
    margin-right: 35px;
    font-weight: normal;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

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

.socialImg{
    display: grid;
    max-width: 350px;
    margin:auto;
    grid-template-columns: 80px 80px 80px;
    justify-content: space-around;
}
.socialBorder{
    background-color: ghostwhite;
    border: 4px solid #fa5c5c;
    border-radius: 50%;
    padding:15px;
}
.socialImg img{
    min-height: 20px;
    min-width: 20px;
    height: 100%;
    width: 100%;
    object-fit: contain;  
}

/* 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;
    }

    .nameTag{
        margin-bottom: 10px;
    }
    .nameTag h2{
        font-size: 1.5rem;
    }
    .aboutBlurb{
        grid-template-columns: 85vw;
        row-gap: 10px;
    }
    .aboutText h2{
        font-size: 1.5rem;
    }
    .edu{
        grid-template-columns: 1fr;
    }
    .edu img{
        min-height: 50px;
        min-width: 50px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .eduText p{
        font-size: 1.5rem;
    }
    .edu p{
        padding-top: 40px;
    }

    .socialImg{
        grid-template-columns: 25vw 25vw 25vw;
        justify-content: space-around;
    }
    .socialBorder{
        padding:10px;
    }
}

/* 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;
    }

    .aboutBlurb{
        grid-template-columns: 70vw;
        row-gap: 10px;
    }
    .edu{
        grid-template-columns: 1fr 2fr;
    }
    .edu img{
        max-height: none;
        min-height: 100px;
        min-width: 50px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .edu p{
        padding-top: 40px;
    }
}

/* Mobile support */
@media (min-width: 651px) and (max-width: 800px){
    .aboutBlurb{
        grid-template-columns: 70vw;
        row-gap: 10px;
    }
    .edu{
        grid-template-columns: 1fr 2fr;
    }
    .edu img{
        min-height: 100px;
        min-width: 50px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .edu p{
        padding-top: 40px;
    }
}
