/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto Slab', serif;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 1.1em;
}

.features,
.blog,
.gallery,
.clients,
.prefooter .container-fluid
{
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

span.typcn::before, i.typcn::before
{
    font-size: 2em;
}

span.x2:before, i.x2:before
{
    font-size: 3.4em;
}

span.x3:before, i.x3:before
{
    font-size: 4.4em;
}

span.x4:before, i.x4:before
{
    font-size: 6em;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid
{
    background-image: url('./images/bg_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 36px;
}

.hamburger
{
    font-size: 2.3em;
    color: #000;
}

.hamburger:hover
{
  color: #FFF;
  cursor: pointer;
}


.logo
{
    background: none;
    border: 0px;
}

.jumbotron
{
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small
{
    color: #000000;
}

.jumbotron p
{
    color: #000000;
    margin-bottom: 5%;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/

.number .container-fluid
{
    background-image: url('https://unsplash.it/3000/2000?image=685');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opaline
{
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(128, 215, 247, 0.660);
}

.opaline h1,
.opaline h2,
.opaline h3,
.opaline h4,
.opaline h5,
.opaline h6,
.opaline p,
.opaline ul li
{
   /* color: #FFFFFF; */
   color: #000000;

}

.opaline .boxes
{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.boxes .odometer.odometer-theme-default
{
  font-family: 'Roboto Slab', serif;
}

.weddingcosts .container-fluid
{
    /* background-image: url('https://unsplash.it/3000/2000?image=531'); */
    background-image: url('./images/wedding_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.namingcosts .container-fluid
{
    background-image: url('./images/naming.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about .container-fluid
{
    background-image: url('./images/about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.handfastingcosts .container-fluid
{
    background-image: url('./images/handfasting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.welcome .container,
.funerals .container
{
    background-image: url('./images/logo_leaf_only.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.welcome .container
{
    background-image: url('./images/logo_half_and_half_faded.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.weddings .container,
.handfasting .container,
.naming .container
{
    background-image: url('./images/logo_full_blossom.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.funeralcosts .container-fluid
{
    background-image: url('./images/funeral.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonials .container-fluid
{
    background-color: #7a9d54;
}

.contact {
    margin-bottom: 2rem;
}


.contact-link,
a:link,
a:visited,
a:hover,
a:active {
    color: #555555;
    text-decoration: none;
}

.gallery
{
    background-color: #dddddd;
}



.testimonials h1,
.testimonials h2,
.testimonials h3,
.testimonials h4,
.testimonials h5,
.testimonials h6,
.testimonials p
{
    color: #000000;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer
{
    background-color: rgba(36, 50, 59, 1);
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p
{
    color: #FFFFFF;
}

.social
{
    padding-top: 50px;
}

/*------------------------------------*\
 Custom Additions
\*------------------------------------*/
.costs-list-item {
    color: #ffffff;
}

.testimonial-text {
    margin-bottom: 3rem;
    font-size: 0.85em;
    color: #000000;
}

.testimonial-text i {
    font-size: 1.0em;
}

.jumbotron .phone-number {
    margin-bottom: 1em;
}
