html {
	font-size: 15px;
}

#text {
	line-height: 150%;
	font-family: "Mozilla Text", sans-serif;
	color: Black;
	font-size: 1.1rem;
	font-weight: 200;
}

/*
#text > div:nth-child(odd) {
	background-color: #EBF2F4;
}
*/

#text h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: Black;
	font-weight: 400;
	font-size: 2.7rem;
	line-height: 150%;
}

#text h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #009FE3;
	font-weight: 400;
	font-size: 1.8rem;
}

#text h2 small {
	font-weight: 400;
	color: inherit;
	font-size: 1.3rem;
}

#text h3 {
	margin-top: 30px;
	margin-bottom: 0px;
	color: #387E94;
	font-weight: 600;
	font-size: 1.2rem;
}

#text h3 small {
	font-weight: 300;
	color: inherit;
}

#text h4 {
	margin-bottom: 20px;
	font-weight: 500;
	color: #cc0000;
	font-size: 1.2rem;
}

#text p {
	margin: 0px 0px 20px;
}

#text a {
	color: #444444;
	text-decoration: none;
}

#text a:hover {
	color: #cc0000;
	text-decoration: none;
}

#text a.button {
	border: none;
	padding: 15px 20px !important;
	background-color: #009FE3;
	color: White;
	border: 1px solid #009FE3;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 120%;
	display: inline-block;
}

#text a.button:hover {
	border: 1px solid #009FE3;
	background-color: White;
	color: #009FE3;
}

#text strong {
	font-weight: 600;
}

#text div.p-3 p {
	margin-bottom: 0px;
}

#text i.big {
	margin: -3px 8px 10px 0px;
	color: #cc0000;
	font-size: 1.8rem;
	float: left;
}

#text i.small {
	color: #cc0000;
	font-size: 1.2rem;
	float: left;
}

#text ul {
	margin-left: 30px;
} 