body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.bg-primary {
	background-color: #00B3D2 !important;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.3em;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1.3em;
}

h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.lead {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3em;
}

.sublead {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3em;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object, 
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

@media (min-width: 1200px) {
	h2 {
		max-width: 88%;
	}
	.embed-responsive {
		margin: 0 0 30px 0;
	}
}