.section-hero {
  background-image: linear-gradient(to bottom, #ffffff, #f0eef6);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
}

.hero-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 300px;
  box-sizing: border-box;
  align-items: center;
}

.hero-picture {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.picture-desktop {
  width: 100%;
  margin-bottom: 50px;
}

.section-hero img {
  object-fit: contain;
}

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 2em;
  color: #282724;
  line-height: 1.4;
}

.hero-paragraph {
  font-size: 24px;
  margin-top: 0px;
  color: rgb(72, 72, 72);
  font-weight: 300;
}

.hero-paragraph-small {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgb(72, 72, 72);
  font-weight: 300;
}


.max-width-250 {
  max-width: 250px;
}

.hero-mask {
  bottom: 0;
  height: auto;
  position: absolute;
  width: 100%;
}

.strong-grey {
  color: #605f5f;
}

.landing-h2 {
  max-width: 830px;
  align-self: center;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}

.navbar-links {
  display: none;
  margin-left: 32px;
}

.navbar-link {
  margin-top: 8px;
  color: rgb(72, 72, 72);
  text-decoration: none;
  margin-left: 6px;
  margin-right: 20px;
  font-weight: 300;
  border-bottom: 1.5px solid white;
  padding: 2px;
  cursor: pointer;
}

.navbar-link:hover {
  border-bottom: 1.5px solid #7067ff;
}

.banner-link {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.banner-link:hover {
  opacity: 0.6;
}

.logo-links-container {
  display: flex;
  align-items: center;
  width: 550px;
}

.large-bottom-margin-desktop {
  margin-bottom: 0px;
}

.padding-17 {
  padding: 17px;
}

@media only screen and (min-width: 1080px) {
  .section-hero {
    flex-direction: row;
  }

  .hero-text {
    padding-left: 60px;
    padding-right: 0px;
    width: 48%;
    align-items: baseline;
  }

  .hero-identity-hero-width {
    width: 65%;
  }

  .large-bottom-margin-desktop {
    margin-bottom: 50px;
  }

  h1 {
    font-size: 3em;
    line-height: 71px;
  }

  .navbar-links {
    display: flex;
  }

  .landing-h2 {
    max-width: 830px;
    align-self: center;
    text-align: center;
    font-size: 36px;
  }

  .hero-buttons {
    flex-direction: row;
  }

  .hero-picture {
    flex-direction: row;
    margin-top: 0px;
  }

  .picture-desktop {
    width: 830px;
  }

  .hero-strong {
    font-weight: 500;
  }
}
