h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: underline;
}

.navbar {
  display: block;
  width: 100%;
  min-height: 60px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 40px -25px #000;
}

.body {
  font-family: Raleway, sans-serif;
  color: #1f1f1f;
}

.brand {
  display: block;
  min-height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 140px;
  height: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 101vh;
  margin-top: 0px;
  padding: 100px 5% 30px 15%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/mads-schmidt-rasmussen-6YmzwamGzCg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-2 {
  width: auto;
  min-height: 100px;
  padding-right: 20px;
  padding-left: 0%;
}

.para-1 {
  width: 59ch;
  font-size: 15px;
  line-height: 1.6;
}

.hero-1 {
  width: 35ch;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0em;
}

.image-2 {
  width: 150px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-3 {
  width: 200px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 20px;
  margin-left: 0px;
  border-radius: 2px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.image-3:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-3 {
  position: relative;
  z-index: -1;
}

.div-block-4 {
  display: block;
  width: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-1 {
  display: inline-block;
  margin-left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-1:hover {
  border-top-style: none;
  border-top-color: #1f1f1f;
  background-color: transparent;
  color: #2492d0;
  font-weight: 700;
}

.div-block-5 {
  height: 20px;
}

.hero-11 {
  width: 20ch;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0em;
}

.cred-bold {
  color: #0492d0;
}

.nav-link {
  color: #0492d0;
}

.nav {
  color: #0492d0;
}

.nav.w--current {
  color: #0492d0;
}

.div-block-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-7 {
  height: 1.5px;
  margin-bottom: 15px;
  background-color: #1f1f1f;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-9 {
  height: 20px;
}

.para-1-copy {
  width: 59ch;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 75px;
    padding-right: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 0%;
    background-size: auto 150%;
  }

  .div-block-2 {
    width: auto;
    padding-right: 10%;
  }

  .para-1 {
    width: auto;
  }

  .hero-1 {
    width: auto;
  }

  .div-block-4 {
    width: auto;
    max-height: none;
    min-height: auto;
    margin-left: 0px;
  }

  .hero-11 {
    width: auto;
  }

  .para-1-copy {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0px;
  }

  .section {
    margin-top: 0px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 10px;
    padding-left: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 20px;
    background-position: 50% 0%;
    background-size: auto 150%;
    background-repeat: no-repeat;
  }

  .div-block-2 {
    width: 100%;
    min-height: auto;
    padding-right: 0%;
  }

  .para-1 {
    font-size: 15px;
  }

  .hero-1 {
    font-size: 18px;
  }

  .image-3 {
    width: 50%;
  }

  .div-block-4 {
    width: 100%;
  }

  .hero-11 {
    width: auto;
    max-width: none;
    font-size: 28px;
  }

  .nav-link {
    background-color: #e5e5e5;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #b7b7b7;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #1f1f1f;
  }

  .div-block-7 {
    display: none;
    overflow: visible;
  }

  .para-1-copy {
    font-size: 15px;
  }
}

