@font-face {
  font-family: BonneMaman;
  src: url(../images/BonneMamanOffice.ttf);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
div,
span,
a {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  margin: 0;
}

p {
  margin-top: 0;
}

body h1 {
  font-size: 150px;
  padding: 0 10%;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.3;
  font-family: BonneMaman;
}
@media (max-width: 1920px) {
  body h1 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  body h1 {
    font-size: 40px;
  }
}
body h1 span {
  font-weight: 700;
  font-size: 150px;
  font-family: BonneMaman;
  margin-top: 10px;
}
@media (max-width: 1920px) {
  body h1 span {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  body h1 span {
    font-size: 55px;
  }
}
body .white-back {
  background-color: #ffffff;
  width: 100vw;
  height: 50px;
  position: absolute;
  top: 60%;
  right: 4%;
}
@media (min-width: 480px) {
  body .white-back {
    display: none;
  }
}
body h2 {
  font-family: BonneMaman;
  color: #000000;
  font-size: 60px;
}
@media (max-width: 960px) {
  body h2 {
    font-size: 30px;
  }
}
body .full-image {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .full-image img {
  text-align: center;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 960px) {
  body .full-image img {
    width: 100%;
    height: auto;
  }
}
body .btn-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body .btn-container .full-btn {
  font-size: 50px;
  transition: all .3s ease-out;
  color: #000000;
}
body .btn-container .full-btn:hover {
  color: #f6b3b1;
}
body .uk-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .uk-list li {
  margin: 0 20px;
}
