/*------------------------------------------------------------------
[Stylesheet]
Color Palette - Lime

background_solid    { background: #00a8a2; }
button              { background: #00a8a2; }
button_hover        { background: #00a8a2; }
-------------------------------------------------------------------*/

.btn,
.btn-large {
	background-color: #00a8a2;
}

.btn:hover,
.btn-large:hover {
	background-color: #00a8a2;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
	border-bottom: 1px solid #00a8a2;
    -webkit-box-shadow: 0 1px 0 0 #cddc39;
    -moz-box-shadow: 0 1px 0 0 #cddc39;
    box-shadow: 0 1px 0 0 #cddc39; 
}

.hero_fullscreen.background_solid {
	background-color: #afb42b;
}

a {
	color:#00a8a2
}