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

background_solid    { background: #ffab28; }
button              { background: #197d11; }
button_hover        { background: #d7e83c; }
-------------------------------------------------------------------*/

.btn,
.btn-large {
	background-color: #197d11;
}

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

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

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

a {
	color:#197d11
}