/*
default: 	#007E5E
light:		#089F79;
lighter:	#64C4AC;
lightest: #85EBD1;
*/

html { 
  	background: url(../img/background_livestock.jpg) no-repeat center center fixed;
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

h2 {
	border-color: #007E5E;
}

a:hover { 
    color: #64C4AC
}

.contact {
  color: #007E5E;
}

.contact a {
  color: #007E5E;
}

.navigation__item {
    border-color: #089F79;
    background-color: #007E5E;
}

.navigation__item:hover {
    border-left-color: #64C4AC;
}

.navigation__item__subone {
    background-color: #089F79;
}

.navigation__item__subtwo {
    background-color: #64C4AC;
}

.navigation__item__subtwo a:hover {
   color: #007E5E;
}

.navigation__item__subthree {
    background-color: #64C4AC;
}

.navigation__item__subthree a:hover {
   color: #007E5E;
}

.navigation__link:hover {
	color: #64C4AC;
}