* {
  margin: 0;
  padding: 0;
  font-family: CarnacLight, Arial, Helvetica, sans-serif;
}

.row {
  margin: 0 !important;
}
.social-media-links {
  font-size: 30px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 5vw;
}
#feature {
  height: 90vh;
  margin-top: 12vh;
  position: relative;
  background-color: black;
}

#feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/hero-background.jpg');
  background-size: 100% 100%;
  opacity: 0.3;
}

.container-fluid {
  height: 100%;
}
#feature h1 {
  position: relative;
  color: white;
  font-size: 4.7rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  top: 12vh;
  left: 7vw;
}

#feature h2 {
  color: white;
  font-size: 1.7rem;
  position: relative;
  top: 14vh;
  left: 7vw;
}

#feature a {
  background-color: transparent;
  color: white;
  border: white 2px solid;
  padding: 10px 15px;
  font-size: 20px;
  position: relative;
  top: 12vh;
  left: 30vw;
  margin-top: 6vh;
}

#additional-info a {
  background-color: transparent;
  color: white;
  border: white 2px solid;
  padding: 10px 12px;
  border-radius: 20px;
  font-size: 20px;
  position: relative;
}
#feature a:hover,
#additional-info a:hover {
  background-color: #d5ea69;
  color: black;
}

#values {
  box-sizing: border-box;
  min-height: 90vh;
}

#values .container {
  padding: 2vh 0;
}

.container.titles {
  margin-top: 10vh;
}

.container.titles h1 {
  font-weight: bold;
}

ul {
  justify-content: space-evenly;
  width: 100%;
}

#arrow-down {
  color: #d5ea69;
  font-size: 50px;
  display: inline !important;
  vertical-align: baseline;
}

.value {
  text-align: center;
  margin-top: 10vh;
}

.value img {
  width: 80px;
  height: 80px;
  vertical-align: baseline;
}

.values-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#steps {
  padding: 30vh 0;
}

.button-container a {
  border: 2px black solid;
  font-size: 2rem;
  padding: 15px 30px;
  border-radius: 0 !important;
  margin-top: 10vh;
}

.button-container a:hover {
  background-color: black;
  color: white;
}

.first-row {
  display: flex;
  background-color: gray;
}

.second-row {
  display: flex;
  background-color: black;
  padding: 10vh 0;
}

.second-row .first-column {
  width: 50%;
}
.second-row .first-column p {
  color: white;
  margin-left: 5vw;
}

.second-row .second-column {
  width: 50%;
}

.second-row .second-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container {
  width: 50%;
}

.logo-container img {
  max-width: 100%;
}
.sm-footer-icons {
  font-size: 40px;
  width: 50%;
  justify-content: right;
  margin-right: 10vw;
}
.loading-icon {
  width: 50%;
}

#scroll-up {
  padding: 20vh 0;
}

#scroll-up h2 {
  color: white;
  right: 1.2vw;
  position: absolute;
  bottom: 15vh;
}

#scroll-up a {
  padding: 5px;
  border: 2px black solid;
  font-size: 2rem;
}

@media screen and (max-width: 612px) {
  .values-container {
    flex-direction: column;
  }
  #scroll-up h2 {
    font-size: 1rem;
    right: 0;
    display: none;
  }

  #scroll-up a {
    font-size: 1rem;
  }
  #feature h1 {
    top: 20vh;
    left: 0;
    font-size: 2.3rem;
    padding: 2vw;
  }

  #feature h2 {
    top: 22vh;
    left: 0;
    font-size: 1rem;
    padding: 2vw;
  }
  .sm-footer-icons {
    font-size: 30px;
    margin-right: 2vw;
  }

  .second-column h1 {
    font-size: 2.3rem;
  }
}
