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

background_solid    { background: #b81818; }
button              { background: #250e1e; }
button_hover        { background: #d7e83c; }
-------------------------------------------------------------------*/

.btn,
.btn-large {
	background-color: #250e1e;
}

.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 #250e1e;
    -webkit-box-shadow: 0 1px 0 0 #250e1e;
    -moz-box-shadow: 0 1px 0 0 #250e1e;
    box-shadow: 0 1px 0 0 #250e1e; 
}

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

a {
	color:#250e1e
}