body {
    background: #f6f4fb;
    text-align: center;
    margin: auto;
    font-family: "Roboto", sans-serif;
    font-size: 14pt;
    position: relative;
}

h1 {
    font-size: 56px;
}

ul {
    text-align: left;
}

.header {
    width: 100%;
    border-bottom-style: solid;
}

.logo{
    height: 25%;
}

.content {
    display: inline-block;
    width: 60%;
}

.quote-block {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.nav-button {
    background: #d48a0b;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    margin: 10px;
    margin-top: 0px;
    min-width: 10%;
    padding: .5%;
    text-decoration: none;
    font-weight: 600;
}

.portrait {
    max-width: 75%;
}

.decorative-img {
    max-width: 80%;
    border: 4px;
    border-style: solid;
    border-radius: 4px;
    padding: 4px;
}

.efm-highlight {
    color: #d48a0b;
    font-weight: bold;
}

@media screen and (max-width: 500px) {

    h1 {
        font-size: 32px;
    }

    .splash {
        h1 {
            font-size: 32px;
        }

        h2 {
            font-size: 24px;
        }
    }

    .quote-block {
        width: auto;
    }
}

@media screen and (max-width: 465px) {
    body {
        font-size: 10pt;
    }
}