body {
	background-color: #aacce3;
	padding-top: 4rem;
}

h1, h2, h3, h4, h5, h6, p, span, li, a {font-family: "freight-sans-pro", Helvetica, Arial, sans-serif !important; color: white !important; vertical-align: top;}
ul {list-style: none;}

.light {font-weight: lighter;}
.bold {font-weight: bold;}
.center {text-align: center;}

section {

}

.features {padding: 3rem;}
.features h6 {text-align: center; letter-spacing: 2px; text-transform: uppercase;}
.features li {padding-left: 10px; padding-right: 10px;}

ul.inline li {
	display: inline-block;
	width: 19%;
	margin: 0;
}

.dialogue-container {
	padding-left: 25%;
	padding-right: 25%;
	margin-top: 5rem;

}

.dialogue {
	width: 80%;
	float: left;
	background-color: #fff;
	border-radius: 3rem;
	padding: 2rem;
	margin-bottom: 2rem;
	text-align: left;
}

.dialogue h6, .dialogue p {
	color: #aacce3 !important;
}

.dialogue:nth-child(odd) {
	float: right;
	text-align: right;
}