.variables a {font-size: .714em;}
.name {color: #369; font-weight: bold;}
.value {font-weight: bold;}
.meta {font-size: .714em; color: #666;}


.carousel-indicators {
	display:  none;
}

.caption {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}


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

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

.promo-label {
	margin-top: 5px;
}


.promo_block {
     margin-top: 25px; 
}

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

.promo_block img {
    margin: auto;
}

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


.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 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; */
    }

    .feature-description{
        display: block;
    }

}

@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) {

    .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;}
}

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