.navbar {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .9);
}

.body {
  background-image: url('../images/DSC_0043.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section {
  display: block;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Work Sans', sans-serif;
}

.div-block {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.heading {
  font-weight: 400;
}

.text-block {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.serif {
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 92px;
  line-height: 95px;
  font-style: italic;
  font-weight: 600;
}

.sans-serif {
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 7px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-hero {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.copy-hero.view {
  color: #fff;
  line-height: 32px;
  font-style: italic;
  text-transform: none;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  display: inline;
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Work Sans', sans-serif;
}

.image {
  width: 100%;
  border-top: 20px solid #fff;
}

.heading-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #00b8ff;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 5px;
}

.text-block-2 {
  padding-top: 50px;
  padding-bottom: 5px;
  font-family: 'Work Sans', sans-serif;
  color: #00b8ff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
}

.text-block-3 {
  color: #000;
}

.text-block-3.link {
  color: #00b8ff;
  text-decoration: none;
  text-transform: none;
}

.text-block-3.link:hover {
  color: #ff7a00;
}

.row {
  display: inline-block;
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.section-3 {
  background-color: #fff;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-3 {
  color: #00b8ff;
  text-align: center;
  letter-spacing: 5px;
}

.text-block-4 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.link {
  color: #00b8ff;
  text-decoration: none;
}

.link-2 {
  color: #00b8ff;
  text-decoration: none;
}

.column-3 {
  padding-top: 75px;
  padding-bottom: 0px;
}

.div-block-2 {
  position: relative;
  top: 50%;
  bottom: 50%;
}

.nav-link {
  font-family: 'Work Sans', sans-serif;
  color: #00b8ff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2 {
  font-family: 'Work Sans', sans-serif;
  color: #00b8ff;
  font-weight: 500;
  letter-spacing: 2px;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  color: #00e0ff;
  text-decoration: none;
}

.section-4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.copyright {
  padding-left: 50px;
  font-size: 13px;
  text-transform: none;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-5 {
  display: block;
  padding-top: 30px;
  color: #000;
}

.heading-4 {
  font-family: 'Source Serif Pro', sans-serif;
  color: #00b8ff;
  font-size: 34px;
  font-style: italic;
}

.div-block-3 {
  padding-bottom: 100px;
}

.link-5 {
  color: #00b8ff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-5:hover {
  color: #ff7a00;
  font-style: italic;
}

.link-block {
  font-style: italic;
  text-decoration: none;
}

.row-2 {
  background-color: rgba(0, 0, 0, .1);
}

.row-3 {
  background-color: rgba(0, 0, 0, .1);
}

.link-6 {
  color: #00b8ff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .div-block {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .serif {
    font-size: 82px;
  }
  .sans-serif.hero {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .copy-hero {
    font-size: 18px;
    line-height: 22px;
  }
  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-2 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .text-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-3 {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .div-block {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .serif {
    font-size: 52px;
    line-height: 58px;
  }
  .sans-serif.hero {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .copy-hero {
    font-size: 18px;
    line-height: 22px;
  }
  .section-2 {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .heading-2 {
    padding-bottom: 50px;
  }
  .column {
    padding-bottom: 50px;
  }
  .heading-3 {
    padding-top: 50px;
  }
  .column-3 {
    padding-bottom: 50px;
  }
  .column-4 {
    padding-bottom: 50px;
  }
  .column-5 {
    padding-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .div-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .serif {
    font-size: 32px;
    line-height: 40px;
  }
  .sans-serif.hero {
    font-size: 16px;
  }
  .copy-hero {
    font-size: 14px;
    line-height: 21px;
  }
  .section-2 {
    padding-bottom: 0px;
  }
  .heading-2 {
    padding-bottom: 50px;
    font-size: 48px;
  }
  .column {
    padding-bottom: 50px;
  }
  .column-3 {
    padding-bottom: 50px;
  }
  .column-4 {
    padding-bottom: 50px;
  }
  .column-5 {
    padding-bottom: 50px;
  }
}

