body {
    font-family:OpenSans,arial,"sans-serif";
    background-color: #CCCCCC;
}

h1,h2,h3,h4,h5,h6 {
    font-family:OpenSans,arial,"sans-serif";
}

h1,h2 {
    text-align: center;
}

h2, h3, h5 {
    color: #EA720C;
}

h4{
    font-weight: bold;
}

em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}

}
.firstWord {
    font-style: bold;
}

#footer{
    background-color: white;
    text-align: left;
    padding:1em;
    margin-top:5%;
}

#content {
    width: 75%;
    margin: 10px auto;
    background: white;
    padding: 1em 3em;
}

#body{
    display:flex;
}

#main-content{
    width:70%
    float:left;
}

#secondary-content{
    width:100%;
    margin-left:3%;
    padding:1.5em;
    background-color: white;
    float:left;
}

.title{
    background-color: black;
    padding:1em;
}
.primarynav {
    display: inline-block;
    padding: 10px;
    text-align: left;
    margin-right:30px;
}

#navigation {
    justify-content: space-between;
    width:200px;
    font-family: Aptos, sans-serif;
    font-size: 100%;
    background-color: lightgrey;
    font-style: bold;
    padding:.5em;
    margin-right:5%;
    text-align: left;
}
.primarynav li {
    display: inline-block;
    line-height: 4;
    list-style: none;
}

 .primarynav a{
    color: black;
    text-decoration: none;
    padding:.2em;
    transition: all .1s ease;
}
.primarynav a:hover {
    text-decoration: underline;
}