
body {
	font-family: "Manrope", sans-serif;
	background-color: #fff;
	/*  
	background: url(bg.jpg) no-repeat center center fixed;
  background-size: cover;
  */
}

header {
	padding-top: 40px;
	margin-bottom: 10px;
}

h1, h2, h3 {
		font-family: "Oswald", sans-serif;
}

.navbar {
	background-color: #EE3135;
	border-bottom: #EE3135 2px solid;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;	
}

.page-title {
	background-color: #F8F8F8;
	padding: 20px 10px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	background: url(header-bg.png) repeat;
}

.footer {
	background-color: #EE3135;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.footer a, .footer a:link {
	text-decoration: none;
	color:#fff;
}


