/* Fonts stylesheet */
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	color: #2A2B2E;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 2.0em;
	color: #2A2B2E;
	margin: 0 auto;
}
h4, p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	color: #2A2B2E;
}
.smaller-text {
	font-weight: 400;
	font-size: 1.0em;
}
.button-mobile a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.0em;
	color:#4CAEEB;
	text-align: center;
}

/* Media queries */
@media only screen and (min-width: 769px) {
	h2 {
		font-size: 2.5em;
	}
	h4 {
		font-size: 1.5em;

	}
}

/* Specific classes */
.white {
	color: white !important;
}