/* Enter Your Custom CSS Here */
.site-header {
    background: #243e4d; 
    background: -webkit-linear-gradient(#243e4d, #010101); 
    background: -o-linear-gradient(#243e4d, #010101); 
    background: -moz-linear-gradient(#243e4d, #010101); 
    background: linear-gradient(#243e4d, #010101);
    min-height: 160px;
}
.header-image .site-title > a {
    background: url(http://bigfoottv.kinsta.com/wp-content/uploads/2016/01/BFStudios_White-e1452668749104.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}
.nav-primary {
    background-color: #010101;
}
body {
    background-color: #003554;
    color: #333;
    font-family: Lato, sans-serif;
}
.site-footer {
    background-color: #00253a;
  	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}