/* Show it is fixed to the top */
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap");
body {
  min-height: 75rem;
  padding-top: 7.4rem;
}

.h-styled {
  font-family: "Covered By Your Grace", cursive;
}

.h2-big {
  font-size: 3rem;
}

.bg-info {
  background-color: #a0dbe9 !important;
}

.bg-warning {
  background: #ffe500 !important;
}

.text-warning {
  color: #ffe500 !important;
}

.bg-success {
  background: #CFD137 !important;
}

.text-success {
  color: #CFD137 !important;
}

.bg-sun {
  background-image: url(assets/img/line.jpg);
}

.mycard {
  font-size: 1.5rem;
  background: #ffe500;
}

.particip {
  font-size: 1.4rem;
  font-weight: 400;
  border: 2px dashed #CFD137;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 1rem 4rem;
  -webkit-box-shadow: -3px 3px 2px #eee;
          box-shadow: -3px 3px 2px #eee;
}

.particip span {
  font-size: 3rem;
  display: block;
  font-family: "Covered By Your Grace", cursive;
  width: 4rem;
  height: 4rem;
  background: #CFD137;
  line-height: 4rem;
  text-align: center;
  position: absolute;
  left: -1rem;
  top: 0;
  border-radius: 50%;
}

.mbwhi {
  background-image: url(assets/img/bg-white.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#descopera {
  background-color: #EC5C2B;
  background-image: url("assets/img/bgspeak.png");
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  background-repeat: no-repeat;
}

.display-5 {
  font-size: 1.5rem;
}

.bubble-nbr {
  font-size: 4rem;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  background-color: #ffe500;
  line-height: 1;
  border-radius: 50%;
}

.btn-access {
  background: #EC5C2B;
  color: #fff;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.btn-access:hover {
  background: #ffe500;
  color: #EC5C2B;
}

p {
  font-size: 1.3rem;
}

.banerhmhold {
  background-color: #febb08;
}

#banerhm {
  background-image: url(assets/img/1343.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.border-sun {
  border: 2px solid #ffe500 !important;
}

.social {
  font-size: 3rem;
}

.social a {
  text-decoration: none;
  color: #fff;
}

.social a .fa-facebook-square {
  color: #3b5998;
}

.social a .fa-instagram-square {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social a .fa-youtube-square {
  color: #FF0000;
}

.circle-title {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  line-height: 8rem;
}

.bg-primary {
  background-color: #EC5C2B !important;
}

.mainbg {
  background-image: url(assets/img/bgicons.png) !important;
}

#main {
  overflow: hidden;
}

.main-baner-section {
  float: left;
  width: 50%;
}

.main-baner-section .section {
  margin-top: 10%;
  margin-left: 20%;
  width: 50%;
}

.main-banner-img {
  float: right;
  width: 50%;
  margin-right: -15px;
}

.particip {
  background: #fff;
}

.section-xs {
  width: 75%;
}

@media (max-width: 800px) {
  .main-baner-section .section {
    margin-top: 7%;
    margin-left: 10%;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .main-baner-section {
    float: left;
    width: 100%;
  }
  .main-baner-section .section {
    margin: 0;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 5%;
  }
  .main-banner-img {
    width: 100%;
  }
  .logo-image {
    height: 40px !important;
  }
  body {
    padding-top: 6.2rem;
  }
  .circle-title {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    line-height: 4rem;
  }
  .h2-big {
    font-size: 1.6rem;
  }
  .mycard {
    font-size: 0.8rem;
  }
  .particip {
    font-size: 0.9rem;
    padding: 2rem !important;
  }
  .particip span {
    left: 5px;
    top: -2px;
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .display-5 {
    font-size: 1.1rem;
  }
  p {
    font-size: 1rem;
  }
  .flipdown .rotor-group {
    padding-right: 15px;
  }
  .border-sun {
    padding: 1rem !important;
  }
  .mybg {
    background: #eee;
  }
  #descopera {
    min-height: auto;
    background: #EC5C2B;
  }
  #banerhm {
    background-position: right  35%;
    background-size: 80%;
  }
  .section-xs {
    width: 80%;
  }
}

@media (min-width: 767px) {
  .nav-link {
    text-transform: uppercase;
    font-weight: bold;
  }
  .nav-item:hover a {
    color: #EC5C2B !important;
  }
  .nav-item.active {
    background-color: #EC5C2B;
  }
  .nav-item.active a {
    color: #ffe500 !important;
  }
}

@media (max-width: 767px) {
  .fixed-top {
    position: relative !important;
  }
  body {
    padding-top: 0 !important;
  }
  .nav-link {
    background: #ccc;
    font-weight: bold;
    padding: 0.5rem !important;
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 767px) and (max-width: 1010px) {
  .nav-link {
    font-size: 0.7rem !important;
    font-weight: bold !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
}
/*# sourceMappingURL=style.css.map */