.doc-body {
    width: 100%;
    height: calc(100vh - 60px);
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    column-gap: 25%;
}

.reflection {
    width: 90vw;
    height: auto;
    min-height: 20vh;
    padding: 1rem;
    margin: auto;
    overflow-y: scroll;
}

.reflection p {
    font-size: 2rem;
}

.download-file {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: auto;
    padding: 1rem;
}

.download-file a {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.doc-body-ref {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.doc-body img {
    width: 100%;
}

.doc-img-box {
    width: 90vw;
    height: auto;
    padding: 1.5rem;
    background-color: white;
    overflow: scroll;
}

.doc-img-box p{
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    line-height: 2.2;
}

.doc-img-box a{
    color: blue;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    line-height: 2.2;
}

.doc-img-box-p-left-bold {
    font-weight: bold;
    text-align: left;
}

.doc-img-box-p-center-bold {
    font-weight: bold;
    text-align: center;
}

.doc-italic-text {
  font-style: italic;
}

.contact-img {
    width: 100vw;
    height: calc(100vh - 60px);
    background-image: url(../img/Mace.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.contact-body {
    width: 100%;
    height: calc(100vh - 60px);
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.contact-div {
    display: flex;
    width: fit-content;
    height: 50vh;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 25vh;
    text-align: center;
}

.contact-div h1 {
    font-size: 5rem;
    line-height: 1.1;
    margin: auto;
}

.contact-div p {
    font-size: 1.8rem;
    line-height: 1.75;
    margin: auto;
}

@media only screen and (max-width: 1024px) {

    .contact-div h1 {
        font-size: 3rem;
        line-height: 1.1;
        text-align: center;
    }

    .contact-div p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.25;
    }
    
    .reflection p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.25;
    }
}