body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "Lucida Handwriting", Cursive;*/
	font-weight: 700;
}

.lead {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.lead-2 {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
.lead-3 {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.lead-4 {
	font-size: 14px;
	text-align: left;
}
.lead-5 {
	font-size: 14px;
	text-align: center;
}
.lead-6 {
	font-size: 14px;
	text-align: right;
}


.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


@media (max-width: 767px) {

	.intro-divider {
		width: 100%;
	}
}

footer {
	/*background-color: #f8f8f8;*/
	padding: 50px 0;
}

footer-2 {
	background-color: #f8f8f8;
}

p.copyright {
	margin: 15px 0 0;
}