h1, h2, p, ul, ol {
  margin: 0;
  padding: 0; }

nav ul, nav ol, a, li {
  list-style-type: none;
  text-decoration: none; }

/********* End CSS Reset *********/
body {
  font-size: 1em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  background-color: aquamarine;
  border: thick groove #413a3a; }

img {
  border: thick groove #e0585a;
  border-radius: 40px;
  align-self: center;
  width: 500px;
  margin: auto;
  display: block; }

header {
  padding: 0 15px 20px 15px; }

p {
  margin-bottom: 15px; }

/******* Navigation Styles*******/
#navigation {
  position: relative; }

#mobilenav {
  background: #f69331;
  margin-bottom: 20px;
  padding-right: 20px; }

#mobilenav h2 {
  text-align: right;
  line-height: 50px;
  color: #ebebeb;
  font-size: 36px; }

#mainnav {
  width: 200px;
  position: absolute;
  top: 50px;
  right: 0;
  border-top: 1px solid #ca6a0c; }

#mainnav ul {
  background: #f69331; }

#mainnav ul li a {
  display: block;
  background: #f69331;
  color: #ebebeb;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
  width: 180px;
  border-bottom: 1px solid #ca6a0c; }

#mainnav ul li a:hover {
  background: #40606f; }

/******* Top section styles *******/
#top {
  padding: 0; }

#top {
  display: flex; }

#top article {
  padding: 15px; }

/******* Footer *******/
footer h1 {
  color: #800d3f;
  font-style: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  text-align: center; }

footer ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  background-color: #c8d4db; }

.container {
  display: flex;
  flex-direction: column-reverse; }

/************ Responsive Media Queries ***************/
@media only screen and (min-width: 600px) {
  .container {
    flex-direction: column; } }
@media only screen and (min-width: 950px) {
  #page {
    width: 970px;
    margin: auto; }

  header h1, footer h1 {
    font-size: 100px; }

  header h2 {
    font-size: 36px; }

  img {
    align-content: center; }

  #title {
    width: 500px;
    margin: auto; }

  header {
    padding: 0px; }

  .Paragraph {
    display: flex; } }
