.affix {
position: static;
}
.logo {
  margin: 3em auto 1em;
  display: block;
}
body {
  font-family: nunito-sans, sans-serif;
font-size: 20px;
color: #5d3428;
}
.splash p {
 text-transform: uppercase;
 font-size: 4em;
 color: #BA9F6B;
 line-height: 2em;
 letter-spacing: 0.2em;
 text-align: center;
 font-weight: 200;
}
.content {
  margin-top: 0;
}
.content p {
text-align: center;
font-weight: 400;
width: 90%;
margin: 2em auto;
}
.centered {
  flex-direction: column;
}
.content p em {
font-style: normal;
font-weight: 600;
}
.content p strong {
font-weight: 700;
color: #c29e64;
}
.content p a {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 10px;
text-transform: uppercase;
color: white;
font-weight: 400;
letter-spacing: 0.2em;
font-size: 28px;
background: #bf9b5f;
background-image: linear-gradient(to bottom, #bf9b5f 0%, #dcc397 100%);
}
.content p a:hover {
text-decoration: none;
cursor: pointer;
}
.logo {
width: 160px;
}
.content hr {
color: #bf9b5f;
border-top: 4px solid #bf9b5f;
}
.content ul {
list-style: none;
padding: 0;
margin: 0 auto;
text-align: center;
}
.content li {
margin: 1em auto;
padding: 0.5em;
display: inline-block;
}
.main p img {
max-width: 80%;
}

.navbar .container {
 padding-left: 0;
 padding-right: 0;
}
.footer {
background: #24130e;
color: white;
font-size: 17px;
height: auto;
}
.footer a {
 text-decoration; none;
 color: white;
 font-weight: normal;
}
.footer ul {
margin: 0 auto;
padding: 1em 0;
max-width: 960px;
list-style-type: none;
display: flex;
flex-direction: column;
}
.footer li {
display: block;
margin: 0;
padding: 0;
text-align: center;
font-size: 12px;
}
.footer li img {
 margin-right: 1em;
}
.content .main li {
width: 49%;
}
.content .main ol li {
width: 100%;
margin: auto;
padding: auto;
text-align: center;
font-size: 18px;
}
@media only screen and (min-width: 750px) {
 .content .main ul li { width: 32%; }
}
@media only screen and (min-width: 900px) {
 .content .main ul li { width: 24%; }
  .footer ul {
     flex-direction: row;
     justify-content: space-between;
}
.footer li {
font-size: 17px;
}
}
