* {
    font-family: 'Merriweather', serif;
}

a {
    color: black;
    text-decoration: underline;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 1000px;
}

#header, #headerLogo {
    width: 100%;
}

#headerLogo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
    margin-top: 50px;
    width: 200px;
    height: 200px;
    cursor: pointer;
}

#opEdTopTitle {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    text-align: left;
    font-size: 30px;
    color: #777;
    margin-top: 40px;
    line-height: normal;
}

#opEdTitle {
    text-align: left;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    font-size: 70px;
    margin-top: 10px;
    line-height: 87px;
}

#opEdAuthour {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 20px;
}

#opEdDate {
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
}

.opEdBody {
    font-size: 20px;
    margin-bottom: 20px;
}

.opEdBody b {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    font-size: 28px;
    margin-top: 10px;
}

.inlineQuote {
    font-size: 20px;
    border-left: 2px solid #AAA;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-style: italic;
}

.inlineQuoteSmall {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border-left: 2px solid #AAA;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-style: italic;
}

#closingStatement {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.centerText {
    text-align: center;
    width: 100%;
}

.widePic {
    width: 100%;
}

/* Footer */

footer {
    justify-content: center;
    height: 100px;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    margin-top: 20px;
  }

  footer i {
    font-weight: 400;
  }

@media only screen and (max-width: 1400px) {
    #opEdTitle {
        text-align: left;
        font-family: 'Nanum Myeongjo', serif;
        font-weight: 800;
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 60px;
    }

    #opEdAuthour {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1000px) {
    #content {
        width: 85%;
    }

    .opEdBody {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .inlineQuoteSmall {
        font-size: 30px;
    }

    .opEdBody b {
        font-size: 60px;
    }

    #closingStatement {
        font-family: 'Lato', sans-serif;
        font-size: 25px;
        margin-bottom: 60px;
    }

    #opEdTopTitle {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 60px;
        border-bottom: 2px black solid;
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    #opEdTitle {
        text-align: center;
        font-size: 90px;
        line-height: 90px;
        margin-left: 5%;
        margin-right: 5%;
    }

    #opEdAuthour {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    #opEdAuthour, #opEdDate {
        font-size: 25px;
    }
}
