/* Master CSS Document */

.background-green {
  background-color: #E0F8CE;
}
.background-yellow {
  background-color: #FFF9E3;
}
.background-light-blue {
	background-color: #EDF5FF;
}
.background-gray {
  background-color: #CCCCCC;
}
.background-white {
  background-color: #FFFFFF;
}
.background-tan {
  background-color: #FFF2E6;
}
.background-light-red {
  background-color: #FBF3F3
}
.background-light-gold {
  background-color: #F6F1E5
}
.copyright {
	font-size: medium;
	color: #000000;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  background-color: #FFF9E3;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 3px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.font-fancy {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-weight: 400;

}
.border1 {
	border: 3px solid #C3C3C3;
	border-radius: 0.5rem;
}
.tall-div {
	height: 300px;
}

.font-orange {
	color:  #EC7C0B;
}

.font-white {
	color:  #FFFFFF;
}

