/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
.block-bg-img {
display: flex;
justify-content: center;
align-items: center;
min-height: 400px;
max-height: 600px;
}
.serving h5 {color: #fff !important; text-align: left;}



p.anchor {margin-bottom: 4em;position:relative;display: block;}
 .sticky .dropdown {width: 100% !important; background-color: #555;}
 .sticky .dropdown .dropdown-menu {width: 100% !important;background-color: #eee}

#stickyNav a {
z-index:20001;padding: 0.5em;
background: #cd2027; color: #fff;
text-decoration: none;transition: 0.3s;
border: none;
display: inline-block;margin: 0.5em;
font-weight: 700;
 }
 
#stickyNav {text-align: center;background: #fff; padding: 1.5em 0.25em 0.5em; margin-top: 0;z-index:20000;border-bottom: 1px solid #efefef;}
 
#stickyNav a:hover {background: #b71d22;}
 
.brandPage h2 {margin-top: 2em!important;}
@media only screen and (min-width: 768px){
#sticky-wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
ol {padding-left: 18px}
.show-xs {display: none}
.hide-xs {display: inline-block;}
}
@media only screen and (max-width: 767px) {
a.dropdown-item {
width: 100%;
display: block; clear: both;
line-height: 2.25em;
}
.btn.btn-secondary.dropdown-toggle {color: #fff; background-color: #555;}
.dropdown-menu {padding-left: 0.5em;}
.dropdown-menu, .dropdown {width : 90% !important}
.show-xs {display: inline-block}
.hide-xs {display: none;}}


.grid-img {
min-height: 300px;
}

.hero-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
text-transform: uppercase;
}
.hero-grid * {text-shadow: 0 0 2px #000000;}
@media (max-width:767px) {
.hero-grid div h5 span {
 font-size: 1.7rem;
}
}
