body {
    font-family: Lato;
    padding: 0;
    margin: 0;
    /* background-color: #f9f7f7; */
}

main {
    /* background-color: white; */
    max-width: 728px;
    margin: auto;
    padding: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

a{
    color: #087EA6;
    font-weight: bold;
}

a:hover {
    opacity: 0.8;
}

p{
    font-size: 20px;
    margin-bottom: 12px;
    padding: 8px;
    display: block;
    line-height: 32px;
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 85%;
    filter: brightness(0.65);
    margin: auto;
}

.feature-image-section {
    display: flex;
    height: 650px;
    margin-bottom: 32px;
}

.section-image {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 1em;
}

figcaption {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0.5em;
    color: #8c8c8c
}

heading {
    position: absolute;
    top: 300px;
    left: 50%;
    width: 50vw;
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

}

@media screen and (max-width: 600px) {
    heading {
        width: 80vw;
    }
}



heading h1 {
    font-size: 48px;
}

heading h3 {
    font-size: 32px;
    text-decoration: underline;
}

heading * {
    margin: 16px 0px;
}

header {
    height: 50px;
    padding: 8px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

b {
    font-size: larger;
}

#bio {
    margin: 12px;
    line-height: 24px;
    margin-top:40px;
    margin-bottom: 100px;
    text-align: center;
}

.avatar {
    position: relative;
}

.avatar:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(50% - 80px);
    top: 50%;
    margin-top: -1px;
    height: 1px;
    background: grey;
}

.avatar:after {
    content: '';
    position: absolute;
    right: 0;
    width: calc(50% - 80px);
    top: 50%;
    margin-top: -1px;
    height: 1px;
    background: grey;
}

.avatar-img {
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    width: 100px;
    display: block;
}

#bio-desc {
    text-align: center;
}

footer {
    height: 150px;
    text-align: center;
    padding: 16px;
    color: black;
}

footer a {
    color: black;
    margin: 0 4px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0px;
}

