#header .buttons-header a{
    background-color: #b11e22;
    border-color: #b11e22;
}
#header .buttons-header a:hover{
    background: #981317;
}
#homefeatures .features .column .icon svg{
    color: #b11e22;
}
#howtouse .steps .icon{
    color: #b11e22;
}
#footer a{
    color: #b11e22;
}
.navbar-default .navbar-left > li > a {
    background: #b11e22;
	color: #fff !important;
	text-shadow: unset;
}
.navbar-default .navbar-left > li > a:hover {
    background: #981317;
	color: #fff !important;
}
