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 ul {
  width: 1020px;
  overflow: hidden;
  margin-top: 16px;
  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: 20px;
  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 {
  color: #75b74d;
}



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

article {
  background-image: url('images/bgport.jpg');
  width: 1020px;
  height: 640px;
  display: inline-block;
  margin-top: auto;
}

article img {
  display: inline-block;
  margin-top: 210px;
}

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

footer {
  background-color: black;
  text-decoration: none;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  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;
}
