body, html {
  height: 100%;
  margin: 0;
  color: #777;
}
/*#hlimg-1, #hlimg-2, #hlimg-3, #hlimg-4, #wcimg-1, #wcimg-2, #wcimg-3, #wcimg-4, #wcimg-5{*/
.bgimg {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50%;
}

.indeximg {
  position: relative;
  opacity: 1.0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50%;
}

#back_icon {
  position: fixed;
  width: 50px;
  top: 50px;
  left: 50px;
}

p {
  font-size: 17px;
}

.carousel-caption {
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 5px;
}

.carouselimg {
  height:100vh; width: auto; margin-left: auto; margin-right:auto;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

#titleimg-1 {
  background-image: url("../img/title_img_1.jpg");
  min-height: 100%;
}


.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 10px;

}

.caption span.border {
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

a {
  color: black;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .hlimg-1, .hlimg-2, .hlimg-3 {
        background-attachment: scroll;
    }

    a {
        color: white;
    }
}