@font-face {
  font-family: gotham-bold;
  src: url("../fonts/gotham-bold.otf");
}

.background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 105%;
  height: 100vh;
  width: 100%;
  font-family: gotham-bold;
  position: relative;
}

@media (max-width: 1200px) {
  .background {
    background-size: cover;
  }
}

.background .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.background .container .content h2, .background .container .content h3 {
  color: black;
  text-align: center;
}

.background .container .content .content-logo {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .background .container .content .content-logo {
    height: 100px;
  }
}

.background .container .content h3 {
  font-size: 35px;
  width: 550px;
  color: black;
}

@media (max-width: 568px) {
  .background .container .content h3 {
    font-size: 25px;
    width: 300px;
  }
}

.background .container .content .start-survey button {
  width: 300px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 40px;
  background-color: black;
  color: white;
  border: 0;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 768px) {
  .background .container .content .start-survey button {
    padding: 10px;
  }
}

.background .container .content .start-survey button:hover {
  color: white;
  background-color: #c12230;
}

.background footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.background footer .unilever-logo {
  background-color: #c12230;
  padding: .5rem;
}

.background footer .unilever-logo img {
  height: 60px;
}

.background footer .unilever-logo img:first-child {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .background footer .unilever-logo img {
    height: 40px;
  }
}

@media (max-width: 620px) {
  #thanks {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */