@charset "utf-8";

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
	background-color: mintcream;
}

h5 {
	font-weight: bold;
	font-family: "Pacifico", cursive;
}

.carousel-caption p{
color: #000;
}

h2 {
	font-weight: bold;
	font-family: "Pacifico", cursive;
	margin-bottom: 20px;
}

footer {
	font-style: italic;
}

.text-center {
	margin-top: 40px;
}


.btn {
	margin-top: 20px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

