/* Add here all your CSS customizations */
body {
	/*font-family: "Quicksand", "Arial", sans-serif !important;*/
	font-family:  "Quicksand", sans-serif !important;
}
html .bg-color-dark,
html .bg-dark {
	background-color: #2AA6B1 !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #048087;
	font-weight: 200;
	letter-spacing: -.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
aside ul.nav-list > li > a {
    color: #666;
    font-size: 1.2em;
    padding: 8px 0 8px 22px;
}
