/* Import Main CSS
-------------------------------------------------- */
/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: "IndieFlower";
  src: url("../fonts/IndieFlower-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "BalooChettan2";
  src: url("../fonts/BalooChettan2-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "BalooChettan2";
  src: url("../fonts/BalooChettan2-Bold.ttf") format("truetype");
  font-weight: bold;
}

/*  -------------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
}

/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #5a5a5a;
  font-size: 18px;
  font-family: "BalooChettan2", Arial, Helvetica, sans-serif;
}

footer {
  padding-top: 50px;
}

.subtitle {
  margin-top: 45px;
  text-decoration: underline;
}

.navbar-brand {
  margin-right: 20px;
}

/* Logo in der Nav bar*/
.mobile-size {
  display: none;
}

.mobile-size-none {
  display: inline-block;
}

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption h1 {
  color: #181616;
  font-size: 2.8em;
  margin-bottom: 100px;
  text-shadow: 1px 1px 12px black, 0 0 10px white;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-6 {
  margin-top: 2rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-6 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */
/*  CSS
  -------------------------------------------------- */
.main-picture {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-picture-logo {
  z-index: 2;
  width: 100%;
  padding-top: 40px;
}

.text-bold {
  font-weight: 500;
}

.vertical-middle {
  z-index: 3;
  background-color: red;
  width: 100%;
  height: 100%;
}

/* IMG 
------------------------------------------*/
.offers {
  margin-top: 100px;
  margin-bottom: 60px;
}

.img-place {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.img-place img {
  height: 450px;
}

.featurette {
  margin-bottom: 40px;
}

.question-offer {
  margin-top: 120px;
  text-align: center;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */
@media (max-width: 991px) {
  .mobile-size {
    display: inline-block;
  }
  .mobile-size-none {
    display: none;
  }
}

@media (max-width: 425px) {
  .mobile-size {
    display: none;
  }
  .mobile-size-none {
    display: inline-block;
  }
}

@media (min-width: 200px) {
  .carousel-item {
    height: 14em;
  }
  .carousel-caption h1 {
    font-size: 2em;
    margin-bottom: 25px;
  }
  .link-services {
    text-align: center;
  }
  .img-place img {
    display: none;
  }
}

@media (min-width: 401px) {
  .carousel-item {
    height: 20em;
  }
  .carousel-caption h1 {
    font-size: 2.4em;
    margin-bottom: 70px;
  }
}

@media (min-width: 640px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .img-place {
    text-align: center;
  }
  .img-place img {
    padding-top: 10px;
    padding-bottom: 15px;
    height: 220px;
    display: inline-block;
  }
}

@media (min-width: 767px) {
  /* Bump up size of carousel content */
  .img-place {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
  }
  .img-place img {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 7rem;
  }
  .carousel-item {
    height: 32em;
  }
  .carousel-caption h1 {
    font-size: 2.8em;
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .img-place {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
  }
  .img-place img {
    height: 450px;
  }
}

.proverb-huna {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: IndieFlower;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/*# sourceMappingURL=hypnose.css.map */