
.slick-prev:before,
.slick-next:before {
color: #940000 !important;
}
	
.hamburger-shell .top, .hamburger-shell .middle { background-color: #ffffff }
.hamburger-shell .menu-name { color: #ffffff }
#menu { background-color: #940000;  }
.header { background-color: #940000;  }
.header a { color: #ffffff }
.navigation { color: #ffffff }
.footer { background-color: #940000;  }
.footer { color: #ffffff;  }
.footer a { color: #ffffff; text-decoration: none; }


h2 { color: #000000 }
h3 { color: #000000 }
body { color: #000000 }
a { color: #000000 }
.icon { color: #940000 }
.border { border-color: #940000 }
.module:nth-of-type(odd) { background-color: #efefef }
.module:nth-of-type(even) { background-color: #ffffff }


.module:nth-of-type(odd) .boxbg { background-color: #ffffff }
.module:nth-of-type(even) .boxbg { background-color: #efefef }

* { border-color: #940000 }
.module { border-color: #940000 !important; }

.button {
 border-width: 2px 2px 2px 2px;
  border-style: solid;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
  background-color: #940000;
  border-color: #750000; 
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.button:hover { 
  background-color: #750000;
  border-color: #750000; 
  color: #ffffff;
}

.header a:hover,
.header a:active,
.header a:focus
 {
  border-color : #ffffff !important;
}
	