@charset "UTF-8";

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel { z-index: -99; }

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item .img-fluid {
  width:100%;
}
.carousel-item a {
  display: block;
  width:100%;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
h1 {color:#ffffff;}

h4 {
	color:#ffffff;
}
.notice {
	background-color:#000000;
	opacity: 0.5;
	border:solid;
}


