body {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
	line-height:26px;
    color: #111;
}

.email {
	color:#fff;	
}

a:hover.email {
	color:#fff;	
}

#mainLogo {
	padding-right:10px;
}

#mainNav .navbar-brand {
    color: #000;
}

#mainNav a:hover.navbar-brand {
    color: #000;
}


h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}


header.masthead h1 {
	font-size: 33px;
	line-height: 41px;
	font-weight: 800;
}


header.masthead p {
    font-size: 18px;
    line-height: 26px;
	font-weight: 300;
}


h2 {
	font-weight: bold;
	font-size:26px;
}

.fa-4x {
    font-size: 3em;
}

h3 {
	 font-size: 18px;
	 font-weight: bold;
	 color:#ABA8A8;
	 padding-bottom:5px;
}

h5 {
	font-size: 20px;
	font-weight: bold;
}

.nav-link {
	color:#000 !important;
}



h3.h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
	
#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
	background: rgba(0,0,0,.3);
}

#mainNav {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	background-color: #fff;
}

#pricing {
	background-color: #f5f5f5;
}

.pricing {
    background: #f5f5f5;
    padding: 25px 20px 15px 20px;
    position: relative;
}

.pricing-block li {
    list-style:none;
}

.pricing-block ul {
    padding:0;
}




.pricing-block-content {
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #d2b356;
	margin-bottom: 20px;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
	
}

.text-primary{
    color: #d2b356 !important;
}

hr.divider {
    max-width: 3.25rem;
    border-width: .2rem;
    border-color: #d2b356;
}

.fac {
	height:300px;
	float:left;
	padding:0 15px;
	text-align:left;
}

#contact.bg-primary {
	padding:25px 0;
	background-color:#343a40!important;
}

h3.large {
	font-size: 24px;
}



header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
        background-image:url(../img/bg-masthead.jpg);

        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-repeat: repeat, repeat;
        background-attachment: scroll, scroll;
        background-size: auto, auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;

}

.block {
	background-color:#F9CF1E;
	padding:30px 20px;
	margin-top:10px;
}



p.intro {
	font-size: 18px;
	line-height:27px;
}

#prices {
	background-color:#F5F5F5;
}


#camp {
	background-image:url(../img/site.jpg);
	background-size:cover;
	min-height:650px;
}

#camp2 {
	max-height:400px;
}

a.style1 {
	border:2px solid #000;
	padding:10px;
	border-radius:0;
	margin:15px 0 10px 0;
	color:#000;
	text-decoration:none;
}

.price {
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.section-heading h2::after, .section-heading h1::after {
    background: #d2b356;
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 30px;
	margin-bottom: 25px;
}

.section-heading h1::after {
    background: #fff;
}

@media (min-width: 480px) {
	
	header.masthead h1 {
    font-size: 39px;
    line-height: 45px;
	font-weight: 800;
}

.block {
	background-color:#F9CF1E;
	padding:45px 40px;
	margin-top:10px;
}

h2 {
	font-weight: bold;
	font-size:32px;
}



}


@media (min-width: 990px) {
	
header.masthead h1 {
    font-size: 44px;
    line-height: 51px;
	font-weight: 800;
}
}
