html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/****************** End CSS RESET *****************/

body {
  position: relative;
  background-color: black;
  display: inline-block;
  text-align: center;
}

.container {
  width: 1020px;
  margin: auto;
}


/******NAV******/

nav {
  list-style: none;
  text-align: center;
  display: inline-block;
}

nav img {
  padding: 15px;
  display: block;
  margin: auto;
}

nav ul {
  width: 1020px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 13px 13px 13px;
  border-right: 2px solid white;
}

nav ul li:last-of-type a {
  border-right: none;
}

nav ul li a:hover, a:active {
  color: #75b74d;
  text-decoration: none;
}


/********MIDDLE********/

article {
  background-color: grey;
  width: 1020px;
  display: inline-block;
  padding-bottom: 25px;
  margin-top: 10px;
}

article h1 {
  text-decoration:none;
  color: white;
  width: auto;
  margin-top: 25px;
  padding: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bolder;
}

article h1 a {
  color: white;
  text-decoration: none;
}

article h1 a:hover{
  color: #75b74d;
}

article p {
  display: inline-block;
  text-align: justify;
  width: 800px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 5px 15px 15px 15px;
}

article img {
  margin-bottom: 15px;
  padding: 5px 5px 5px 5px;
  display: block;
  margin: auto;
}

aside {
  background-color: grey;
  width: 1020px;
  display: inline-block;
  padding-bottom: 25px;
}

aside h1 {
  text-decoration: underline;
  width: auto;
  margin-top: 25px;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bolder;
}

aside p {
  float: left;
  display: block;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 20px 25px 25px 100px;
  width: 350px;
  margin-top: 120px;
  line-height: 20px;
}

aside img {
  float: right;
  padding-top: 25px;
  padding-right: 200px;
  display: block;
  margin: auto;
}


/********FOOTER********/

footer {
  background-color: black;
  text-decoration: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

footer p {
  text-align: center;
  text-transform: uppercase;
  color: white;
  line-height: 1.75;
}

footer p a {
  text-decoration: none;
  color: white;
}

footer p a:hover {
  color: #75b74d;
}

footer a {
  text-align: center;
  color: white;
  line-height: 1.75;
  text-decoration: none;
  color: white;
}

footer a:hover {
  color: #75b74d;
}
