/*
 * Edit the file and create your own awesome color variations!
 */

 
/* First color */

.icon-dark:hover {
	color: #a1bb3e!important;
}

.email-tooltips,
#subscribe-form input[type="text"],
#subscribe-response:hover a,
.tooltips {
	color: #a1bb3e;
}

.hr,
#send,
.top {
	background-color: #fff;
}


/* Second color */

.bottom {
	background-color:#004c72;
}

.icon-dark {
	color:#2c2c35!important;
}

#send:hover {
	color: #2c2c35;
}


/* Third color */

a,
body {
	color: #FFFFFF;
}

.email-tooltips,
.tooltips  {
	background: #FFFFFF;
}

.icon-circle {
	color: #FFFFFF!important;
}

canvas {
	background-color: #fff;
    color: #000;
    border-radius: 50%;
}
.caption {
	color: #000
}