/*
Theme Name: Crew Child
description: Client Theme - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/

h2 {background-color: var(--color-2); overflow: hidden;}

/*Testimonials*/
.testimonials-inner h2 {
    margin-bottom: 10px;
}
.testimonials-inner {
    padding: 50px 0px;
    text-align: center;
}
.testimonials-inner .fas.fa-star {
    padding-right: 5px;
}
.testimonials-inner .carousel-inner {
    height: 100%;
    margin: 40px 0 0 0;
}
#bottom-content{
    padding: 20px 0 10px 0;
}
#bottom-content, 
#bottom-content h2{
    background-color: #000;
}
#bottom-content p {
    color: #fff;
    margin: 0;
    padding: 0 0 20px 0 ;
}

.jumbotron-sm { background: rgba(0, 0, 0, 0.7) !important;}
.jumbotron-sm a:hover {color: var(--color-1);}

.blogh {margin-bottom: 30px;}

.hours {color: #fff; font-size: 1.4em; margin-top: -15px; font-family: 'Alegreya', serif;}