body {
  color: #474747;
  font-size: 21px;
  font-weight: 300;
}

hr {
  border: none;
  background: transparent;
  border-top: solid 1px #e0e0e0;
  opacity: 1;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.background {
  background-color: #fff;
  background-image: url(images/bg02.png), url(images/bg03.png), url(images/bg01.png);
  background-position: top left, bottom left, top left;
  background-size: 100% 6em, 100% 6em, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}
.background h3 {
  font-weight: 300;
}

.highlight {
  background-color: #434343;
  border-bottom: 20px #FF8600 solid;
  color: #fff;
}
.highlight h2 {
  margin: 20px 0;
  color: #FF8600;
  font-size: 80px;
}
@media (max-width: 700px) {
  .highlight h2 {
    font-size: 40px;
  }
}
.highlight b {
  display: block;
  margin: 50px 0;
}
.highlight .hint {
  margin: 50px 0;
  font-style: italic;
}

.none h2 {
  margin: 10px 0 30px 0;
}
.none h4 {
  margin: 10px 0 30px 0;
}
.none img {
  margin: 10px 0;
  max-width: 100%;
}
.none b {
  display: block;
  margin: 40px 0;
  font-weight: 500;
}

.highlight-text {
  color: #FF8600;
  font-size: 35px;
}

.highlight-inverse {
  background: #FF8600;
  color: #fff;
  font-size: 20px;
}
.highlight-inverse h2 {
  font-size: 30px;
}
.highlight-inverse h3 {
  font-weight: 300;
}
.highlight-inverse hr {
  border: none;
  background: none;
  border-top: 1px #fff solid;
}
.highlight-inverse ul, .highlight-inverse li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.highlight-inverse img {
  margin: 10px 0;
  max-width: 100%;
}

.info {
  font-size: 26px;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: 80% 80%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  border-radius: 100%;
}

.carousel-control-next-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: 80% 80%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border-radius: 100%;
}

.carousel-indicators {
  background-color: #fff;
  margin: 0;
  position: relative;
}
.carousel-indicators [data-bs-target] {
  background-color: transparent;
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 425px) {
  .carousel-indicators [data-bs-target] {
    height: 40px;
    width: 40px;
  }
}

.carousel-item .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  background: transparent;
  color: #000;
}
.carousel-item .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 800px;
}
@media (max-width: 425px) {
  .carousel-item .image {
    height: 400px;
  }
}

@media (max-width: 768px) {
   .lower-email {
    font-size: 20px !important;
  }
}



/*# sourceMappingURL=main.css.map */
