body {
    margin: 0px;
    background-color: #bdc9c5;
    font-family: 'Crimson Text', serif;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: black;
}

p {
    padding-left: 10px;
}

.quote {
    text-align: justify;
    font-style: italic;
    padding: 0px 30px;
}

#navtop {
    width: auto;
    height: 200px;
    text-align: center;
    background-color: #d8e8e3;
    border-bottom-style: solid;
    border-bottom-color: #192622;
    border-bottom-width: 2px;
    background-image: url("ocean.jpg");
    background-size: cover;
    background-position: center;
}

#navname {
    color: #343b38;
    font-weight: 600;
    font-size: 28px;
    padding: 15px 15px;
    display:inline-block;
    background-color: #d8e8e3;
    text-align: center;
    margin-top: 72px;
}

#content {
    font-size: 18px;
    width: 85%;
    margin: auto;
    color: #343b38;
    padding: 30px 0px;
}
