/*
    Color Palette
        Off-white: #f3f0ee      (main content background)
        Dark Navy: #071629      (ribbon + footer background)
        Black Navy: #000002     (ribbon + footer outline)
        Light Gray: #adadad     (hover over)
*/


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    zoom: 0.97;
}

html {
    font-size: 22px;
    background-color: #f3f0ee;
}

h1 {
    font-size: 3.5rem;
    color: black;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
}

h3 {
    font-size: 1.75rem;
}

p {

}

.ribbon {
    display: flex; 

    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;

    gap: 30px;

    background-color: #071629;

    border-top: 5px ridge #000002;
    border-bottom: 5px ridge #000002;
}

.ribbon a {
    background-color:#f3f0ee;
    color: rgb(0, 0, 0);
    max-width: 300px;
    width: 100%;
    padding-right: 0.10%;
    padding-left: 0.10%;
    height: 3rem;
    border: 5px outset rgb(170, 170, 170);
    text-decoration: none;
    font-weight: bold;
    display: grid;
    align-items: center;
    text-align: center;
}

.ribbon a:hover {
    background-color: #adadad;
}

.page-content {
    margin-left: 5%;
    margin-right: 5%;
}

.centered-justified {
    text-align: center;
}

.left-justified {
    text-align: left;
}

.center-img {
    display: block;
    margin: auto;
}

.info-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 30px;
    width: fit-content;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.info-paragraph {
    max-width: 820px;
}
.portfolio-picture {
    object-fit: cover;
    width: 340px;
    height: 400px;
    border-radius: 40%;
    border: 7px solid #071629;
}

.content-section {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-section p {
    padding-left: 8rem;
    text-indent: 2rem hanging;
}

.content-section ul {
    padding-left: 9rem;
}

.content-section-title {
    display: flex;
    justify-content: space-between;
    text-align: right;
}

.content-section-title h3 {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
}

.content-section-title p {
    padding-left: 0;
    padding-top: -100px;
    text-indent: 0;
    display: flex;
    justify-content: flex-start;
}

.content-section-title-photo {
    display: flex; 
    justify-content: right;
    text-align: right;
    align-items: right;
    gap: 40px;
    height: 130px;
    max-height: 130px;
    width: fit-content;
}

.content-section-title-photo img {
    max-width: 125px;
    width: fit-content;
    max-height: 125px;
    object-fit: contain;
}

.content-section-title-photo:not(:has(img)) h3 {
    margin-left: 160px;
}

.content-section-description {
    margin-top: -3rem;
}

.content-section-description h4 {
    font-weight: bold;
    padding-left: 8rem;
}

.authors {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8rem;
    font-size: 0.80rem;
}

.content-section-description h5 {
    font-weight: bold;
    padding-left: 8rem;
    font-size: 1rem;
    padding-bottom: 5px;
}

.content-section-description p {
    padding-left: 9rem;
    text-indent: 0rem hanging;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;

    gap: 30px;

    background-color: #071629;

    border-top: 5px ridge #000002;
    border-bottom: 5px ridge #000002;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-width: 98%;
    width: 100%;
    gap: 40px;
    margin: auto;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;    
}

.footer-icons {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.footer-icons img {
    width: 90px;
    height: 90px;
    filter: invert(100%)
}

.footer-icons img:hover {
    filter: invert(35%);
}

footer a {
    color: #f3f0ee;
    text-shadow:
    1px 1px 0px black,
    2px 2px 0px black,
    3px 3px 0px black,
    4px 4px 0px black;
    max-width: 300px;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: #adadad;
}

.contact-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 3%;
    padding-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #f3f0ee;
    border: 10px solid #071629
}

.contact-form input {
    width: 100%;
    padding: 12px;
    font-size: 0.8rem;
    margin-bottom: 30px;
    border: 5px solid #8b8b8b;
}

.contact-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 0.8rem;
    margin-bottom: 60px;;
    border: 5px solid #8b8b8b;
}

.contact-form label {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;;
    font-weight: bold;
    color: black;
}

.contact-form button {
    width: 300px;
    height: 50px;
    font-size: 0.9rem;
    background-color: #f3f0ee;
    font-weight: bold;
    color: #000002;
    border: 5px solid #8b8b8b;
}

.contact-form button:hover {
    background-color: #adadad;
}

.contact-form p {
    margin-top: 40px;;
}

.contact-form h2 {
    margin-bottom: 20px;
}

.resume {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.resume a {
    margin-bottom: 30px;;
    width: fit-content;
    height: fit-content;
}

.resume iframe {
    width: 90%;
    height: 1300px;
    margin-left: 5%;
    margin-right: 5%;
}