body {
  background: url(bg.jpg) no-repeat center center fixed;
  background-size: cover;	
	background-color:#fffbf8;
  font-family: "PT Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Serif 4", serif;
}

h1 {
	color: #000;
}

h2 {
	color:#bb5759;
}

.navbar {
	background-color: #EEEEDF;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.card-main {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.main {
	padding-top: 70px;
}
.footer {
	text-align: center;
	padding: 50px;
	background-color: #bb5759;
	color:#fffbf8;
}

.footer a, .footer p {
	color:#fffbf8;
	text-decoration: none;
}


.divider {
	background-color: #bb5759;
	color:#fffbf8;
	padding: 5px 10px;
	margin-bottom: 20px;
	border-radius: 30px;
}


th.bg-pbcc  {
	background-color: #bb5759;
	color:#fffbf8;

}