@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:200,400');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Economica:400,700');

body {
	background-color: #EEEEEE;
}
/* Phones (300px and up) */
@media (min-width: 300px) {
    .jumbotron {
        background: url("../images/home-hero.jpg") no-repeat center bottom scroll;
		height: 300px;
    }
}
/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
    .jumbotron {
        background: url("../images/home-hero.jpg") no-repeat center center scroll;
		height: 450px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .jumbotron {
        background: url("../images/home-hero.jpg") no-repeat center center scroll;
		height: 450px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .jumbotron {
        background: url("../images/home-hero.jpg") no-repeat center center scroll;
		height: 500px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .jumbotron {
        background: url("../images/home-hero.jpg") no-repeat center center scroll;
		height: 600px;
		background-size: cover;
    }
}
.nav-wrapper {
    background-image: url(../images/logo-bkg.jpg);
    padding-top: 8px;
    padding-bottom: 10px;
}
.navbar .navbar-collapse {
  	text-align: center;
}
.navbar-collapse nav-link a {
  	font-size: 2rem;
}
.navbar-nav > li{
  padding-left: 3px;
  padding-right: 3px;
}
.navbar-custom {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar-custom .navbar-nav .nav-link {
    font-family: 'Barlow Condensed', sans-serif;
	color: #CCCCCC;
	font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ccb20a;
}
.dropdown-menu a {
   font-family: 'Barlow Condensed', sans-serif;
   font-size: 1.1rem;
}
.dropdown-menu a:hover {
   font-family: 'Barlow Condensed', sans-serif;
   font-size: 1.1rem;
   color: #3399ff;
}
.custom-toggler.navbar-toggler {
  border-color: #ccb20a;
}
.fa-1x {
    font-size: 1.5rem;
}
.yellow-icon-bars {
    color: #ccb20a;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #0066CC;
	font-size: 2.3rem;
	line-height: 2.8rem;
    font-weight: 700;
}
h2 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #656565;
	font-size: 1.5rem;
    margin-bottom: 0px;
	line-height: 2.1rem;
    font-weight: 700;
}
h3 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #444444;
	font-size: 2rem;
	margin-top: 12px;
}
h4 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #ccb20a;
	font-size: 1.8rem;
}
h5 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
	font-size: 2rem;
}
h6 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
	font-size: 1.8rem;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
	font-size: 1.05rem;
	line-height: 1.7rem;
}
h6 a:link {
	color: #ccb20a;
    text-decoration: none;
}
h6 a:visited {
	color: #ccb20a;
    text-decoration: none;
}
h6 a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
.strong {
	color: #555555;
	font-weight: 700;
}
.tag-pad-bottom {
    padding-bottom: 12px;
}
hr {
	border-top: 1px solid #DDDDDD;
}
blockquote {
	font-family: 'Source Sans Pro', sans-serif;
	color: #555555;
	font-size: 1rem;
	line-height: 1.8rem;
    margin-left: 20px;
    padding-left: 12px;
    border-left: 5px solid #DDDDDD;
}
.blockquote-footer {
    font-size: 0.9rem;
}
li {
	font-family: 'Source Sans Pro', sans-serif;
	color: #555555;
	font-size: 1rem;
	line-height: 1.5rem;
}
.white-text {
	color: #EEEEEE;
}
.goldTxt {
	color: #f8bc11;
}
.grayTxt {
	color: #DDDDDD;
}
.white-stroke {
	border: 1px solid #FFFFFF;
}
.home-trio {
    padding-bottom: 30px;
}
.white-bkg {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.noMarginTop {
	margin-top: 0px;
}
.no-margins {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.img-bottom-padding {
	padding-bottom: 20px;
}
.img-no-gutter {
  width: 100%;
  height: 100%;
}
.img-pad-bottom {
	padding-bottom: 10px;
}
.img-full {
	background-size: auto;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.white-cell {
    background-color: #FFFFFF;
    padding-top: 10px;
	border: 10px solid #EEEEEE;
}
.home-hero {
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo {
	margin-top: 6px;
	padding-bottom: 6px;
}
.about {
	padding-top: 0px;
	padding-bottom: 20px;
}
.services {
	background-color: #333333;
	padding-top: 30px;
	padding-bottom: 20px;
}
.services p {
	color: #EEEEEE;
	font-size: 1rem;
	line-height: 1.4rem;
}
.services li {
	color: #EEEEEE;
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.pad-top {
	padding-top: 12px;
}
.btn-margins {
	margin-top: 16px;
	margin-bottom: 30px;
}
.bg-gray {
    background-color: #f8f8f8;
	border-top: solid 1px #e7e7e7;
}
.grayBkg {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #DDDDDD;
}
.v-divider {
	border-right: 1px solid #DDDDDD;
}
.blackBkg {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
}
.topBanner {
	margin-top: 60px;
}
.facebook {
    padding-top: 40px;
    padding-bottom: 12px;
	background-color: #3c599d;
}
.testimonial {
	background-image: url(../images/home-testimonial-bkg.jpg);
	background-size: cover;
	min-height: 300px;
}
.testimonial h3 {
	color: #99CCFF;
    font-size: 1.8rem;
	line-height: 2.3rem;
	margin-top: 60px;
}
.testimonial p {
	color: #BBBBBB;
	line-height: 1.8rem;
	margin-bottom: 60px;
}
.label for red asterisk {
	color: #EF090D;
}
.geneButton {
     font-family: 'Economica', sans-serif;
     font-style: normal;
     font-size: 1.4rem ! important;
}
.button-bottom-margin {
	margin-bottom: 40px;
}
.contact {
	background-color: #222222;
	padding-top: 40px;
	padding-bottom: 40px;
}	
.contact p {
	font-size: 1.1rem;
	color: #DDDDDD;
	line-height: 1.9rem;
}
.footer {
	background-color: #111111;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer p {
	font-size: 0.8rem;
	color: #BBBBBB;
	line-height: 1.3rem;
}
.footer a:link {
	color: #BBBBBB;
}
.footer a:visited {
	color: #BBBBBB;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Back to Top button*/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #777777;
	font-size: 12px;
	padding: 0.5em 1em 0.5em 1em;
	display: none;
}
.go-top:hover {
	background-color: #444444;
}