body {
  margin: 0;
  padding: 0; }

body > div:first-of-type {
  display: flex;
  justify-content: space-around;
  background-image: url('assets/header_bg.png');
  background-repeat: no-repeat;
  padding: 12px 16px; }
  body div:first-of-type img {
    height: 32px;
    margin: auto; }
  body div:first-of-type nav {
    display: flex;
    width: 350px;
    justify-content: space-around;
    align-items: center; }
  body div:first-of-type a {
    text-decoration: none; }
  body div:first-of-type div:first-of-type {
    display: flex;
    justify-content: space-around; }
    body div:first-of-type div:first-of-type a {
      font-size: 16px;
      text-transform: uppercase;
      color: #cecece; }
  body div:first-of-type div:last-of-type {
    width: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body div:first-of-type div:last-of-type div {
      width: 140px; }
      body div:first-of-type div:last-of-type div a,
      body div:first-of-type div:first-of-type span {
        font-size: 12px;
        text-transform: uppercase;
        color: #626263; }
    body div:first-of-type div:last-of-type + a {
      border-radius: 4px;
      background-color: #111C26;
      border: 1px solid #336391;
      padding: 8px;
      color: #4585C3;
      width: 175px;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 2px 2px 5px #000000;
      letter-spacing: 0.1em;
      box-shadow: 0 3px 12px 0 rgba(0,0,0,0.75); }

body > div:nth-of-type(2) {
  background-image: url('assets/bg_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px; }
  body div:nth-of-type(2) video {
    width: 90%;
    display: block;
    margin: auto;
    padding: 64px; }

body div:nth-of-type(3) {
  background-image: url('assets/bg_03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 536px; }
  body div:nth-of-type(3) img {
    display: block;
    margin: auto; }
  body div:nth-of-type(3) h1 {
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #A69E99;
    font-size: 30px;
    letter-spacing: 9px;
    text-shadow: 2px 2px 5px #000000; }
  body div:nth-of-type(3) h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #5C6163;
    padding-top: 4px;
    padding-right: 12px;
    letter-spacing: 4px;
    text-shadow: 2px 2px 5px #000000; }
  body div:nth-of-type(3) a {
    border-radius: 4px;
    background-color: #111C26;
    border: 1px solid #336391;
    padding: 1em 4em;
    color: #4585C3;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
    text-decoration: none;
    letter-spacing: 0.25em;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.75); }
  body div:nth-of-type(3) div {
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-top: 48px; }
  body div:nth-of-type(3) h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 18px;
    margin: 0;
    font-size: 16px;
    color: #5C6163;
    text-shadow: 2px 2px 5px #000000;
    letter-spacing: 5px; }

body div:nth-of-type(4) {
  background-image: url('assets/bg_04.jpg');
  background-position: top center;
  height: 680px; }
  body div:nth-of-type(4) h2:first-of-type {
    text-align: right;
    font-size: 34px;
    color: #1C1C1E;
    padding-top: 128px;
    padding-right: 128px;
    margin: 0; }
  body div:nth-of-type(4) p {
    text-align: right;
    font-size: 22px;
    color: #0E0E0F;
    line-height: 36px;
    padding-right: 128px;
    padding-left: 50%;
    padding-bottom: 24px; }
  body div:nth-of-type(4) h2:last-of-type,
  body div:nth-of-type(4) h3 {
    text-align: right;
    color: #4D5C5F;
    font-weight: 400;
    padding-right: 128px; }
  body div:nth-of-type(4) h2:last-of-type {
    font-size: 26px;
    font-style: italic; }
  body div:nth-of-type(4) h3 {
    letter-spacing: 2px;
    margin-top: -8px; }

body div:nth-of-type(5) {
  background-image: url('assets/bg_05.jpg');
  background-position: top center;
  height: 680px; }
  body div:nth-of-type(5) h2:first-of-type {
    font-size: 34px;
    color: #ACB4B9;
    padding-top: 128px;
    padding-left: 64px;
    margin: 0; }
  body div:nth-of-type(5) p {
    font-size: 22px;
    color: #9AA2A6;
    line-height: 36px;
    width: 630px;
    padding-left: 64px;
    padding-bottom: 32px; }
  body div:nth-of-type(5) h2:last-of-type,
  body div:nth-of-type(5) h3 {
    color: #4D5C5F;
    font-weight: 400;
    padding-left: 64px; }
  body div:nth-of-type(5) h2:last-of-type {
    font-size: 26px;
    font-style: italic; }
  body div:nth-of-type(5) h3 {
    letter-spacing: 2px;
    margin-top: -8px; }

body div:nth-of-type(6) {
  background-image: url('assets/bg_06.jpg');
  background-position: top center;
  height: 680px; }
  body div:nth-of-type(6) h2:first-of-type {
    text-align: right;
    font-size: 34px;
    color: #1C1C1E;
    padding-top: 128px;
    padding-right: 128px;
    margin: 0; }
  body div:nth-of-type(6) p {
    text-align: right;
    font-size: 22px;
    color: #0E0E0F;
    line-height: 36px;
    padding-right: 128px;
    padding-left: 50%;
    padding-bottom: 24px; }
  body div:nth-of-type(6) h2:nth-of-type(2),
  body div:nth-of-type(6) h2:last-of-type,
  body div:nth-of-type(6) h3 {
    text-align: right;
    color: #4D5C5F;
    font-weight: 400;
    padding-right: 208px; }
  body div:nth-of-type(6) h2:nth-of-type(2),
  body div:nth-of-type(6) h2:last-of-type {
    margin: 0;
    font-size: 26px;
    font-style: italic; }
  body div:nth-of-type(6) h2:nth-of-type(2) {
    margin-right: 128px; }
  body div:nth-of-type(6) h2:last-of-type {
    margin-bottom: 16px; }
  body div:nth-of-type(6) h3 {
    letter-spacing: 2px;
    margin-right: 32px;
    margin-top: -8px; }

body div:nth-of-type(7) {
  background-image: url('assets/bg_08.jpg');
  background-position: center;
  height: 972px; }
  body div:nth-of-type(7) h1 {
    text-align: center;
    font-size: 34px;
    color: #ACB4B9;
    text-shadow: 1px 1px 1px #000000;
    padding-top: 128px;
    margin: 0; }
  body div:nth-of-type(7) p {
    text-align: center;
    padding: 0 22%;
    color: #9AA2A6;
    font-size: 22px;
    line-height: 37px;
    text-shadow: 1px 1px 1px #000000; }
  body div:nth-of-type(7) div {
    display: flex;
    justify-content: center;
    align-items: center; }
    body div:nth-of-type(7) a {
      border-radius: 4px;
      background-color: #111C26;
      border: 1px solid #336391;
      padding: 16px 64px;
      color: #4585C3;
      width: 175px;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 2px 2px 5px #000000;
      text-decoration: none;
      letter-spacing: 0.1em;
      box-shadow: 0 3px 12px 0 rgba(0,0,0,0.75); }
    body div:nth-of-type(7) span {
      text-shadow: 1px 1px 1px #000000;
      color: #4585C3;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      margin: 0 32px; }
    body div:nth-of-type(7) img {
      margin: 0; }