body.site { 
background: url(https://lowcountrybeekeepers.org/images/backgrounds/swatch-2-100x100.jpg);
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #42210B;
    background-color: #42210B;
    background-image: -moz-linear-gradient(top,#42210B,#42210B);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#42210B),to(#42210B));
    background-image: -webkit-linear-gradient(top,#42210B,#42210B);
    background-image: -o-linear-gradient(top,#42210B,#42210B);
    background-image: linear-gradient(to bottom,#42210B,#42210B);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42210B', endColorstr='#ff004c73', GradientType=0);
}
.btn-inverse {
    background-color: #42210B;
}

.footer .container {
    width: 982px !important;
    max-width: 100%;
  background: #FFFFFF;
}
.btn-primary a {
    color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #594732 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
    .footer .container {
    width: 766px !important;
    max-width: 100%;
}
