@font-face {
    font-family: 'stencilcus';
    src: url('fonts/STENCIL.TTF');
    font-weight: 700;
    font-style: normal;
}
header{
    padding: 5px 0 0px 0;
}
#footer{
    padding: 0;
}
.site-title{
    font-family: 'stencilcus';
    font-size: 40pt;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
}
.site-subtitle{
    margin: 20px 0 30px 0;
 }
.logo{
    text-align: center;
}

@media screen and (max-width: 780px) {
    .site-title {
        display: none;
    }
    .site-subtitle{
        margin: 5px 0 5px 0;
    }
}
.banner-caption-update{
    background-color: rgba(0,0,0,.5);
    padding: 20px;
}
.big-text{
    color: white;
}
.text-whitesmoke{
    color: whitesmoke;
}
.text-bg-black{
    background-color: rgba(0, 6, 53, 0.41);
}
.text-gold{
    color: #e1ba00;
}
.search-button{
    padding: 13px;
}
#search-result-model, #brand-result-model{
    display: none;
}
.right{
    float:right;
}
.left{
    float:left;
}
.search-field{
    width: 90%;
}
#top-megamenu-nav{
    margin: 0;
}
.badge-in-stock{
    color: white;
    background: forestgreen;
}
.remove-from-card{
    margin-top: 18px;
}