body, html {
  height: 100%;
  width: 100%;
}

.rnebg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rnebg-bg {
  background-image: url("/img/bg1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rne-container {
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.rne-div {
  width: 100%;
  margin: 0 auto;
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "+";
}

[data-toggle="collapse"] .fa:before {
  content: "-";
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel .carousel-indicators li {
   width: 10px;
  height: 10px;
  border-radius: 100%;
}
