@media screen and (max-width: 991px) {
    .addSpaceRight {
        padding-right: 15px !important;
    }
}

#requestResetBtn {
    padding-right: 0px;
}

.card img {
    max-width: min(100%, 300px);
    max-height: min(100%, 300px);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

html {
    scroll-behavior: smooth;
    font-weight: 800;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-weight: 800;
}

.row {
    font-weight: 800;
}

h4.modal-title {
    margin-top: 8px;
}

.section-dark * {
    color: rgba(255, 255, 255, 0.8);
}

.section-dark i {
    color: initial;
}

.circularImage {
    object-fit: contain;
}

.main {
    /* need to space out from header */
    margin-top: 75px;
}

.section .card-profile {
    margin: 0px;
}

.container-fluid {
    max-width: 1400px;
}

.descriptionP {
    font-size: large;
    line-height: 3ch;
    margin-top: 16px;
    /* text-align: justify; */
    text-align: left;
}

.contactCalloutDiv {
    font-size: large;
    margin-top: 32px;
    font-weight: 400;
    font-style: italic;
}

.contactCalloutDiv a {
    font-style: normal;
}

.contactBtn {
    margin: 8px;
}

.bigImage {
    max-width: 100%;
    max-height: 100%;
    border-radius: 32px;
}

.addSpaceRight {
    max-width: 1000px;
    padding-right: 200px;
}

.headerDark {
    color: black;
    margin-top: 16px;
    margin-bottom: 0px;
}

ul > li::marker,
h1,
h2,
h3,
h4,
h5 {
    color: black;
}

ol > li::marker {
    font-weight: 600;
}

ul,
ol {
    font-weight: 400;
}