body {
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
}

h1 {
	font-size: 27px;
	line-height: 33px;
	color: #00a4e3;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 50px 40px 50px;
}

p {
	font-size: 18px;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #00a4e3;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #00a4e3;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 15px 0px;
}

strong {
	font-weight: 700;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left !important;
}

#fcNotifier p {
	font-size: 31px;
	line-height: 40px;
	font-weight: 700;
	margin-left: 50px;
	margin-right: 50px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	transition: color 0.25s;
}

a:hover {
	color: #00a4e3 !important;
}

