body {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	font-family: "Barlow Semi Condensed", sans-serif;
	color: #203f7d;
	font-weight: 700;
}

p.large {
	font-size: 1.2rem;
}

.accordion-header {
	font-family: "Barlow Semi Condensed", sans-serif;
	color: #203f7d;
	font-weight: 700;
	font-size: 20px;
}

.accordion .accordion-body {
    margin-bottom: .4rem;
    margin-left: 1.8rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s;
}

#social {
	font-size: 0.8rem;
}

#social .text-left a,
#social .text-right a {
	color: white;
}

#home #logo img {
    height: 200px;
}

html#fixed.fixedScroll #home #logo img {
    height: 125px;
    transition: height 2s;
}

#logo img {
    height: 125px;
}

#site-menu .fa-bars,
#site-menu .fa-magnifying-glass {
	font-size: 1.75rem;
	color: #7b1b1a;
}

#home #social, #home div#header {
    background-color: transparent;
}

html#fixed.fixedScroll #social {
    background-color: #7b1b1a;
}

div#social {
    background-color: #7b1b1a;
}

div#header {
    background-color: rgba(255, 255, 255, 0.6);	
}

html#fixed.fixedScroll #home div#header {
    background-color: rgba(255, 255, 255, 1);
}

a.btn.btn-primary, .btn.btn-success, .btn.btn-success:visited {
    background-color: #7b1b1a;
    background: #7b1b1a;
    font-size: 1rem;
}

#content a.btn.btn-primary,
#content a.btn.btn-primary:hover {
	color: #fff;
	font-size: 1rem;
}

.btn.btn-primary, .btn.btn-success {
    padding: 6px 20px !important;
    height: auto;
    border: none;
    border-radius: 40px;
    margin-top: -1px;
    text-decoration: none;
    transition: .3s background-color ease-in-out;
    font-size: 1rem;
}

.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary.hover, .btn.btn-primary:hover {
    background-color: #3b3b3b;
    background: #3b3b3b;
    font-size: 1rem;	
}

#features {
	border-top: 5px solid #7b1b1a;
	border-bottom: 5px solid #7b1b1a;
}

#features h3,
#testimonialsBlock h3 {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.8rem;
}

#features h3,
#features h4,
#features .description {
	color: #7b1b1a;
}

#testimonialsBlock {
	background-color: #7b1b1a;
}

#testimonialsBlock .testimonialsBlock span.quote {
    font-size: 26px;
    transition: .3s all ease-in-out;
}

#location {
	display: none;
}

/*#home #location {
	display: block;
}*/

#home h1#pageHeading {
	color: #7b1b1a;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

#video .container.headingContainer, #video-wrapper .container.container.headingContainer {
    width: 50%;
    position: absolute;
    top: 85%;
    left: 10%;
    transform: translate(0, -50%);
    z-index: 1000;
    font-size: 2rem;
    color: #fff;
    font-family: "Charm", cursive;
    font-weight: 700;
}

div#header #menu .dropdown ul a,
div#location .address a,
#content a {
	color: #7b1b1a;
}

.menu .menu-item>a.active, .menu .menu-item>a:active,
div#location .address a:active,
#content a:active {
	background: none;
	text-decoration: underline;
}

.menu .menu-item>a.hover, .menu .menu-item>a:hover {
	background: none;
}

div#location .address {
    font-size: 1rem;
}

/* Style footer menu */

footer {
	background-color: #7b1b1a;
	color: #fff;
	padding: 50px;
	border-top: 5px solid #fff;
}

img.footerLogo {
    height: 125px;
    display: block;
    margin: 0 auto 1rem auto;
}

.footerMenu {
	text-align: center;
	max-width: 60%;
}

footer .footerMenu ul.menuMain div {
	margin-top: 1.4rem;
}

footer .footerMenu ul.menuMain a {
	color: #fff;
	text-decoration: underline;
}

footer .footerMenu ul.menuMain i {
	font-size: 1.8rem;
	width: 2.25rem;
}

footer .text-right span a, footer .text-right span.linkText {
	color: #fff;
}

/* END footer menu */

@media (max-width: 840px) {
	
	#home #logo img {
	    height: 150px;
	}
	
	.heading {
		display: none;
	}

	div#header #menu a.btn.btn-primary,
    div#header #menu a.btn.btn-primary:active,
	div#header #menu a.btn.btn-primary:hover {
        color: #1c2e5c;
    	background-color: rgba(255, 255, 255, 0);
	}

    body.expanded div#header #menu a.btn:hover {
        color: #07768C;
    }

    #features-one .column {
        margin-bottom: 2rem;
    }

    body.expanded #site-menu {
        top: 97px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    body.expanded #site-menu .dropdown {
        display: block;
    }

    body.expanded #site-menu .dropdown a {
        text-align: left;
    }
    
    #site-menu .fa-bars {
		display: none;
	}
	
	#site-menu .fa-magnifying-glass {
	    font-size: 1rem;
	    color: #7b1b1a;
	    margin-left: 0.85rem;
	}

}



