.fun-nospacing {
  padding: 0;
  margin: 0;
}

.fun-background {
  background: url("../img/background_fun.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.fun__header-row {
  position: relative;
  text-align: center;
}

.fun__header-center {
  display: block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1000px) {
  .fun__header-center {
    height: 300px;
  }
}

@media (min-width: 1500px) {
  .fun__header-center {
    height: 350px;
  }
}

@media (min-width: 2000px) {
  .fun__header-center {
    height: 450px;
  }
}

@media (max-width: 1000px) {
  .fun__header-center {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .fun__header-center {
    height: 150px;
  }
}

.fun__header-textleft {
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-family: "Dancing Script", cursive;
  text-align: start;
}

@media (max-width: 1500px) {
  .fun__header-textleft {
    font-size: 70px;
    left: 25%;
  }
}

@media (max-width: 1200px) {
  .fun__header-textleft {
    font-size: 70px;
    left: 20%;
  }
}

@media (min-width: 1500px) {
  .fun__header-textleft {
    font-size: 90px;
    left: 30%;
  }
}

@media (max-width: 1000px) {
  .fun__header-textleft {
    font-size: 50px;
    left: 15%;
  }
}

@media (max-width: 500px) {
  .fun__header-textleft {
    font-size: 30px;
    left: 15%;
  }
}

.fun__header-textright {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: start;
}

@media (max-width: 1500px) {
  .fun__header-textright {
    font-size: 25px;
  }
}

@media (min-width: 1500px) {
  .fun__header-textright {
    font-size: 30px;
  }
}

@media (min-width: 500px) {
  .fun__header-textright {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .fun__header-textright {
    font-size: 10px;
  }
}

@media (max-width: 330px) {
  .fun__header-textright {
    font-size: 8px;
  }
}

.fun__body-rowspacing {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fun__body-secondrow {
  border-radius: 20px;
  background-color: rgba(178, 134, 39, 0.3);
}

.fun__body-center {
  margin: 0px auto;
  display: inline-block;
}

.fun__body__instagram {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fun__body__instagram-text {
  color: black;
}

.fun__body__instagram-beautyproducts {
  height: 260px;
  margin: 10px;
}

.fun__body__instagram-arrowright {
  width: 17px;
}

.fun__body-buttons {
  padding: 10px 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #e27f3e), to(#ca3900));
  background: linear-gradient(to right, #e27f3e 10%, #ca3900 100%);
  margin-top: 10px;
  color: white;
  font-weight: bold;
}

.fun__body-buttons:hover {
  text-decoration: none;
  color: black;
}

#image-arrow-spacing {
  padding-right: 0;
}

#mainImageModel {
  width: 200px;
}
/*# sourceMappingURL=fun.css.map */