/* RESET */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #333;
}

.sitewrap {
  max-width: 900px;
  margin: 25px auto 80px auto;
  position: relative;
  background-image: url(images/bgfull.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  overflow: auto;
}

/* HEADER */
.header-img {
  width: 100%;
  height: auto;
  display: block;
}

/* NAV */
nav {
  background: #3D4E79;
  margin-top: -5px;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.nav li {
  margin: 0;
}

.nav a {
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
}

.nav a:hover,
.nav a.active {
  background: rgba(0,0,0,.3);
}

/* MAIN CONTENT */
.container {
  max-width: 100%;
  margin: 45px auto 0 auto;
  padding: 0 80px 40px 80px;
}

.container:after {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

header, nav, .container {
  width: 100%;
  float: left;
  display: block;
  box-sizing: border-box;
}

h1, h2, h3 {
  color: #3D4E79;
}

a {
  color: #536799;
  font-weight: bold;
}

a:hover {
  color: #ccc;
}

h1 {
  font-size: 28px;
  letter-spacing: -0.5px;
  text-shadow: 0px 0px 16px #ffffff;
  margin: 30px 0 20px 0 !important;
}

h2 {
  font-size: 21px;
  margin: 30px 0 10px 0 !important;
}

h3 {
  font-size: 18px;
  margin: 30px 0 -10px 0 !important;
}

.container p,
.container li {
  line-height: 1.4;
  font-size: 15px;
}

.container li {
  margin-bottom: 5px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  background: #f4f4f4;
  margin-top: 40px;
  font-size: 14px;
}
