.white-background
{
	background-color: rgba(255, 255, 255, .75);
}

.my-text-background
{
	background-color: rgba(255, 255, 255, .75);
	border-style: solid;
	border-color: gray;
	border-radius: 10px;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 20px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.title-font
{
	font-family: 'Sigmar One', cursive;
	font-size: 40px;
	color: black;
}

.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #ffffff;
}
