body {
	font-size: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F7F7F6;
}

.sectionTitle {
	margin-top: 10%;
}

#header {
	text-align: center;
	background-color: #F7F7F6;
	font-family: 'Roboto Condensed', sans-serif;
}

#header h1 {
	padding-top: 2%;
}

.boxes {
	border: 1px solid #999;
	text-align: center;
	height: 350px;
	background-color: white;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 5%;
}

.carousel-inner > .carousel-item {
   height: 275px;
}

p a:active {
  color: black;
  text-decoration: none;
}

p a:link {
  color: black;
  text-decoration: none;
}

p a:hover {
  color: black;
  text-decoration: none;
}

p a:visited {
  color: black;
  text-decoration: none;
}