iframe {
    margin-top: 3%;
}

body * {
    font-family: Courier New, monospace;
}


nav > a {
    font-weight: bold;
}

section span:first-child {
    font-weight: bold!important;
}

section span {
    font-style: initial;
    font-family: Arial, sans-serif;
}

section blockquote:nth-of-type(2) {
    margin-top: 2rem;
}

#home {
    background-color: black;
}

/* =Nav bar (top of page)
 *----------------------------------------------------------------*/
#page-top-nav {
    align-items: center;
}

/* =Copy Section
 *----------------------------------------------------------------*/
.site-copy {
    margin-top: 125px;
    margin-bottom: 125px;
}

.site-copy p {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    max-width: 1200px;
}

/* =Interviewees
 *---------------------------------------------------*/
.interviewee {
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(241, 241, 241);
    text-align: center;
    margin: 5px;
    max-width: 200px;
    min-width: 200px;
}

.interviewee > img {
    width: 100px;
}

.interviewee p {
    font-size: 1rem;
}

.interviewee > .body > [data-status="accepted"] {
    color: green;
}

.interviewee > .body > [data-status="interviewed"] {
    color: blue;
}

/* =About Us
 *--------------------------------------------------------*/
#about {
    margin-top: 125px;
    margin-bottom: 125px;
}

#support {
    margin-top: 35px;
    margin-bottom: -35px;
    text-align: center;
}

#support > a {
    color: #e14d4d;
}

/* Donate */
#donate-wrapper input {
    min-height: 50px;
}

/* =Generic Styles
 *--------------------------------------------------------------*/
.page-section {
    height: 90vh!important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#footer {
    display: block;
    position: relative;
    background-color: black;
    color: white;
    font-size: 1rem;
}

.footer-items {
    width: 100%;
    height: 100%;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-item {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
}

.footer-item:last-child {
    margin-left: auto;
}
