@charset "utf-8";
/* CSS Document */
body {background-color: #fff;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
h1,h2,h3,h4,h5 {
	color: #1a3055;
}
a {
	color: #1a3055;
	text-decoration:none;
	font-weight:bold;
}


.footer {
	color: #fcf7f4;
	background-color: #565b7b;
	margin-top: 10px;
}
.footer a {
	color: #FFF;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay a {
	color: #fff;
}
.overlay h2 {
	color: #fff;
}
.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #d18f2e;
}
.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #683b11;
}

.overlay1:hover, .overlay2:hover, .overlay3:hover {
  opacity: 1;
}

.text {
  color: #FFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#TopCarousel .carousel-inner .carousel-item.active .carousel-caption.d-none.d-md-block h2 {
	color: #fff;
}
.carousel-caption.d-none.d-md-block {
	background-color: #1a3055;
	opacity: 0.5;
}
