body {
  background-color: #ff4136;
  color: #ffffff;
}

#colores {
  background-color: #ff4136;
  color: #ffffff;
}

section {
  margin: 0 auto;

  padding: 90px;
}

#MainContainer {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0px !important;
}
#topbar1 {
  background-color: #0074d9 !important;
  color: white;
  padding: 9px;
  margin-bottom: 30px;
  font-size: 16;
  width: 100%;
}
#topbar1 > p {
  margin: 0 auto;
}
.heading {
  font-size: 4em;
  text-align: center;
  font-weight: 900;
  color: #ffdc00;
  place-self: center;
  padding-right: 1em;
}
/* Hero Text */

#hero-text p {
  font-size: 20px;
}

section {
  margin-bottom: 30px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#bar2,
#bar3 {
  margin: 0;
  padding: 9px;
  width: 100%;
  font-size: 20px;
  background-color: #0074d9 !important;
  color: white;
  margin-bottom: 30px;
  font-weight: 500;
}
#bar2 > p,
#bar3 > p {
  margin: 4px auto;
}
/* Home Section third section and form */
.container-text {
  padding: 20px 40px;
  background-color: #010101;
  color: #ffffff;
}

.container-form {
  padding: 20px 40px;
}
/*footer */

#bar4 {
  background-color: #6b0504;
  font-size: 20px;
  color: white;

  margin-top: 30px;
}
#bar4 > p {
  margin: 4px auto;
}

/*****************************CAROUSSEL START************************************/
.carousel-inner {
  margin: 0 auto;
  max-width: 50%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem !important;
  height: 8rem !important;
}
.carousel-control-next,
.carousel-control-prev {
  border: none;
  background-color: transparent;
}

.carousel-control-prev {
  padding-left: 2rem;
  opacity: 1 !important;
}
.carousel-control-next {
  padding-right: 2rem;
  opacity: 1 !important;
}

/* controls and image css for the homepage carousel */

#bigOne {
  max-width: 75%;
  height: 300% !important;
}

#nextIcon,
#prevIcon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 3rem !important;
  opacity: 1 !important;
}

#control-prev {
  margin-left: 16%;
}

#control-next {
  margin-right: 16%;
}

/********************CAROUSSEL END************************/
li {
  list-style-type: none;
  margin: 10px;
}

#navCon {
  padding: 3px;
  background-color: rgba(72, 56, 59, 0.443);
  font-size: 20px;
}

#navCon a,
#navCon a:visited {
  color: white;
}

.img-hero {
  max-width: 60%;
}

/* Page 2 CSS */

.container {
  margin: 0 auto;
}

#services-page p {
  font-size: 22px;
  font-weight: 300;
}

.service-text,
.service-img {
  padding: 20px 40px;
}

.service-img .carousel-inner {
  max-width: 90%;
}

/*Page FAQ */

.accordion-button {
  text-align: left;
  color: #ffffff;
}

.accordion-body {
  color: #ffffff;
}

.statue-img {
  height: 300px;
  width: 300px;
}

/* Special Offers Page */

.banner-offer {
  background-color: #0074d9 !important;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-offer h1 {
  font-size: 22px;
}

.box {
  background-color: #ffffff;
  color: #010101;
  padding: 20px 40px;
  margin-top: 20px;
  min-height: 320px;
}

.box h3 {
  font-size: 18px;

  line-height: 1.4;
}

.box-body p {
  font-size: 16px;
}

#why-us {
  background: #010101;
  color: white;
  padding: 40px;
}

/********* media queries*********/

@media all and (max-width: 576px) {
  #topbar1,
  #bar2,
  #bar3,
  #bar4 {
    text-align: center;
    font-size: 0.8rem;
  }

  .heading {
    font-size: 2rem;
    text-align: center;
  }
  #sec1,
  #sec2,
  #sec3,
  #services-page,
  #why-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  #services-page p {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
  }
  #services-page h3 {
    font-size: 20px;
  }

  #services-page > * .row {
    padding: 20px 0px;
  }

  .col-md-6 {
    padding: 0;
    padding-bottom: 10px;
  }

  .box {
    text-align: justify;
    min-height: 0;
    padding: 10px 15px;
  }
  #why-us > .col-md-12 > h2 {
    font-size: 25px;
  }
  #why-us > .col-md-12 > h3 {
    font-size: 18px;
  }
  #why-us > .col-md-12 > p {
    text-align: justify;

    font-size: 16px;
  }
  #sec3 > *p {
    font-size: 16px;
  }

  .container-text {
    padding: 0 10px;
  }
  .container-text > h3 {
    text-align: center;
    font-size: 25px;
  }
  .container-text > p {
    text-align: justify;
    font-size: 16px;
  }

  .d-flex > p {
    text-align: center;
  }

  #bigOne {
    max-width: 100%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    padding: 0;
  }

  #nextIcon,
  #prevIcon {
    width: 1rem !important;
  }

  #sec2 {
    padding: 0;
  }
}
