.variables a {font-size: .714em;}
.name {color: #369; font-weight: bold;}
.value {font-weight: bold;}
.meta {font-size: .714em; color: #666;}
#Template {
   # max-width: 980px !important;
    margin-left: auto;
    margin-right: auto;
}

.promo-label {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
}

.promo-wrapper a:hover{
    text-decoration: none;
}


.promo-wrap {
   background-color: darkred;
}
.promo-inner {
   padding: 1em;

}

.promo_block {
     margin-top: 25px; 
}

.promo_block_lower {
     /* margin-top: 25px; renamed to lower and promo_recipes */
}

.promo_block img {
    margin: auto;
}

.promo-label {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-top: 8%;
    /*font-family: 'Hind';*/
    font-weight: 600;
    font-size: 1.4em;
    text-shadow: 0px 1px 1px #000000a1;
}


.carousel-indicators .active {
    display: none;
}


.carousel-indicators {bottom: -2px; margin-bottom: 0px;}
.carousel-indicators li {width:7px; height: 7px; margin-bottom: 0px;}
.carousel-indicators .active {width:8px; height: 8px; margin-bottom: 0px;}


.feature-wrapper{
    background-color: #c0141d; 
    max-width: 568px;
    margin: auto;
    padding-bottom: 10px;
    min-height: 280px;
}

a.feature-content {
    color: white;
    margin: 20px;
    text-decoration: underline;
}

.feature-wrapper a:hover, .recipe-wrapper a:hover{
    text-decoration: none;
}

.feature-title{
    color: #fff;
    padding: 0 15px 0 15px;
    font-weight: bold;
}

.feature-description{
    color: #fff;
    padding-left: 20px;
    min-height: 42px;
}

.feature-description a{
    margin: 0;
    text-decoration: underline;
}

.feature-link{
    color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
}


.intro-heading {
    font-family: Libre Franklin, Impact, sans-serif;
    font-weight: 800;
}


@media(max-width:767px){
.xspromoright {padding-left: 7.5px;}
.xspromoleft {padding-right: 7.5px;}
.promo_block {margin-top: 15px;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {top: 28%;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {right: 20%;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {left: 20%;}
}

@media only screen and (max-width: 767px) {
    .home-top-margin-xs {
        margin-top: 25px;
    }
    .promo-wrapper {
        padding-bottom: 10px;
    }
    .intro-heading {
        font-size: 2em;
        font-weight: 900;
        text-shadow: 2px 2px 4px #000000;
        height: 3em;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) {
    .promo-wrapper {
        height: 150px;
    }
    .intro-heading {
        font-size: 3em;
        margin: auto;
        height: 3em;
        text-shadow: 2px 2px 4px #000000;
    }
}

@media only screen and (min-width: 992px) {

    .promo-wrapper {
        height: 180px;
    }

    .feature-description{
        display: block;
    }

    .intro-heading {
        font-size: 3em;
        margin: auto;
        height: 4em;
        text-shadow: 2px 2px 4px #000000;
    }
}


@media only screen and (min-width: 1200px) {
    .promo-wrapper {
        height: 220px;
    }
    .intro-heading {
        font-size: 3em;
        margin: auto;
        height: 4.5em;
        text-shadow: 2px 2px 4px #000000;
    }
}

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,900i&display=swap');
.intro-heading {
    font-size: 3em;
    line-height: 1.5em;
    margin: auto;
    height: 0.2em;
    text-shadow: 2px 2px 4px rgb(0, 64, 124);
    /* background-color: blue; */
}

.carousel-caption {
    position: relative;
    bottom: 0px;
    z-index: 10;
    /* padding-top: 20px; */
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(0, 64, 124);

    right: 0%;
    left: 0%;
    padding-bottom: 10%;
    background-color: #c0141d;
    }

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
.intro-heading {
    font-size: 2.5em;
    line-height: 2.5em;
    margin: auto;
    height: 0em;
    text-shadow: 2px 2px 4px rgb(0, 64, 124);
    /* background-color: blue; */
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.intro-heading {
    font-size: 2.5em;
    margin: auto;
    height: 0em;
    text-shadow: 2px 2px 4px rgb(0, 64, 124);
   }
}

@media screen and (max-width: 767px) {
.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 10%;
    background-color: #c0141d;
   }
.intro-heading {
    font-size: 1.5em;
    line-height: 1em;
    margin: auto;
    height: 0.5em;
    text-shadow: 2px 2px 4px rgb(0, 64, 124);
    /* background-color: blue; */
   }
div.second-box {margin-top: 20px;}
}


