body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

*
{
	font-family: 'Quicksand', sans-serif;
}
#cooley, #chart-1, #chart-2
{
	padding: 60px 0;
	height: 700px;
	text-align: center;
}

#cooley
{
	background-color: #61D4E8;
}

#chart-1
{
	background-color: #6848DF;
}

#chart-2
{
	background-color: #4BE85F;
}

h1, h2
{
	margin: 20px;
	color: white;
}

select.form-control
{
	width: 300px;
	display: inline-block;
}