@charset "utf-8";
/* CSS Document */


.bg-overlay-dark::before {
    background-color: transparent;
    opacity: 0;
}

#about { 
	background-image: url(../images/banner1.jpg);
}

.heading .heading--title {
    font-family: 'Merriweather', serif;
    color: #ba974a;
}

.slider .slide--headline {
    /*font-size: 55px;*/
    /*font-weight: 300;*/
}

a {
    color: #cca855;
}

#team { background-color: #272727;}

#team p { color: white;}
#team ul li { color: white;}

#team h6 { color:#ba974a;}

.about p {
    color: #f0f0f0;
}

.modal-body h6 { margin-bottom: 10px;}

.form-control {
    background: #ededed;
}

btn--bordered.btn--primary {
    color: #fff;
}

.btn--primary {
    background-color: #1e1e1e;
}

.btn--bordered.btn--primary {
   color: #fff;
	border-color: #444;
}

.fa{
margin: 10px;
font-size: 18px;
}

.btn--bordered.btn--primary:active, .btn--bordered.btn--primary:focus, .btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #636363;
    border-color: #797979;
}



/* PARALLAX */

#reviews {
    background-image: url(../images/background/banner1.jpg);
    color: #fff;
    padding: 120px 0;
    z-index: 700;
}

#reviews .reviews-tint {
    display: block;
    left: 0;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
