/* Color */
 a {
     color: #6BA000;
}
 hr {
     border-top: solid 1px #6BA000;
}
 blockquote {
     border-left: solid 0.5em #6BA000;
}
 input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
     border-color: #6BA000;
}
 ul.special-icons .fa {
     color: #6BA000;
}
 input[type="submit"], input[type="reset"], input[type="button"], .button {
     border-color: #6BA000;
     color: #6BA000;
}
 input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
     background: #6BA000;
}
 input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, .button.alt:hover {
     color: #6BA000;
}
 .wrapper.style3 {
     background: #6BA000;
}
 .wrapper.style5 {
     background: #6BA000;
}
 #header {
     background: rgba(107, 160, 0, 0.8);
}
 .dropotron {
     background: rgba(107, 160, 0, 0.9);
}
 #banner .container {
     background: rgba(107, 160, 0, 0.8);
}
 .accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
     background:#6BA000;
}
 
#textover .text {
    background: rgba(107, 160, 0, 0.8);
}
