@import url('https://fonts.googleapis.com/css?family=Montserrat:600,800|Open+Sans:400,700');

body {
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
  line-height: 28px;
  color:#222222;
}

h1, h2{
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20px;
}

nav{
	background: #f9f9f9;
	padding:10px 0 10px;
}

a.nav-link {
	color:#222222;
}

a.nav-link.active, .nav-link:hover{
	color:red;
}

.navbar-brand{
	text-indent: -9999px;
	background-image:url(../images/logo.png);
	width:249px;
	height: 40px;
}

.btn-success{
	color:#fff !important;
}

header{
	background: url(../images/header.jpg) no-repeat;
	display:block;
	background-size:contain;
	padding-top:6rem;
	margin:0 auto;
	clear: both;
}

header .fix{
	margin:60px 0 0 -30px;
}

.orderbtn{
	background: #da0306;
	padding:20px 30px 20px 30px;
	color:#fff;
	font:35px 'Montserrat', sans-serif;
	border-radius: 5px;
	margin-top:10px;
	display: block;
	text-align: center;
	max-width: 400px;
	width:100%;
}

.orderbtn:hover{
	text-decoration: none;
	color:#fff;
}

section{
	margin:0 auto;
	display:block;
	padding-top:60px;
	padding-bottom:60px;
	clear: both;
}

section h2{
	color:#137d3f;
}

#bg1{
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
	display:block;
	padding-top:90px;
	width:100%;
	margin:0 auto;
	height: calc(100vh - 10px);
}

.testitext{
	font-size:20px;
	padding-bottom: 20px;
	line-height: 36px;
}

#testimonial .col-md-7{
	padding-top:80px;
}


#bg2{
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	display:block;
	padding-top:100px;
	padding-bottom:42rem;
	width:100%;
	margin:0 auto;
	height: calc(100vh - 10px);
}

#bg2 img{
	padding-top:14rem;
}

#subheader{
	background: url(../images/subheader.jpg) no-repeat;
}

section .orderbtn{
	margin:0 auto;
}




/*footer*/

footer{
	display:block;
	margin-top:1rem;
	background: #023317;
	color:#fff;
}

footer a, footer p{
	color:#fff;
	font-size:13px;
}

footer a:hover{
	color:#fff;
}


/*text styles*/

h1{
	font-size:51px;
	color:#137d3f;
	font-weight: 600;
	
}

h2{
	font-size:36px;
	font-weight: 600;
}

h3{
	font-size:25px;
	font-weight: 600;
	padding-bottom: 20px;
}


span{
	color:#da0306;
}


/*orderpage*/

.promos {
  max-width: 1140px;
  margin: 0 auto;
  margin-top:25px;
  
}

.promo {
  margin: 1em .5em 1.625em;
  padding: .25em 0 2em;
  background:url(../images/stepsbg-xs.jpg);
  font-weight: 400;
  line-height: 1.625;
  color: #f9f9f9;
  text-align: center;
}
@media (min-width: 40em) {
  .promo {
    display: inline;
    float: left;
    width: 33.333%;
    margin: 1em 0 0;
  }
  .promo.first {
    border-right: none;
	background:url(../images/stepsbg-xs.jpg);
  }
  .promo.second {
    float: right;
    border-left: none;
	background:url(../images/stepsbg-xs.jpg);
  }
}
.promo h4 {
  margin: .25em 0 0;
  font-size: 227%;
    font-weight: bold;
    text-transform: uppercase;
	color:white;
}

.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
}
.promo li {
  padding: .25em 0;
  text-shadow:black 1px 1px 1px;
  font-size:20px;
  font-weight:600;
}
.promo .brief {
  color: #f9f9f9;
}
.promo .price {
  margin: .5em 0;
  padding: .25em 0;
  background: #292b2e;
  font-size: 250%;
  color: white;
  font-weight:700;
}
.promo .buy {
  margin: 1em 0 0;
  
}

.promo button {
background: #da0306; 
max-width:220px;
width:100%;
border-radius:20px;
border:none;
margin:0 auto;
display:block;
color:#fff;
height:70px !important;
font-size:26px;
text-align:center;
padding:10px;
cursor: pointer;

}
  

.promo button:hover {
 	opacity:0.8;
}


@media (min-width: 40em) {
  .scale {
    transform: scale(1);
    box-shadow: 0 1px 4px 1px rgba(20, 20, 20, 0.8);
  }
  .scale .price {
    color: white;
	font-size: 350%;
  }
}

.save {color:#fff; text-transform:uppercase; font-size:25px; }

.promo.third {
    background:#11723a;
	margin-top:-8px;
  }
  
  
  .promo.first, .promo.second {
   
	background-color:#051c0e;
  }




/*media query*/

@media(max-width:1000px){
	header{
		background-size: cover;
		height: auto;
		background-position: 50%;
	}
	.orderbtn{
		font-size:25px;
		margin:0 auto;
	}

	#bg1, #bg2{
		height: auto;
		background-position: 20%;
	}

	#bg1 .col-md-6, #bg2 .col-md-7{
		background:rgba(255,255,255,0.4);
		padding:10px;

	}

	h1{
		font-size: 36px;
	}

	h2{
		font-size: 30px;
	}

	h3{
		font-size:20px;
	}

	footer{
		margin-top:0px;
	}
}

@media (max-width:768px){

	.navbar-brand{
		width:180px;
		height: 29px;
		background: url(../images/logo-xs.png) no-repeat;
	}

	.navbar-toggler:not(:disabled):not(.disabled){
		outline: none;
	}

	.navbar-nav{
		margin-top:20px;
	}

	header{
		
		background-size:cover;
		padding-top:4rem;
		text-align:center;
	}

	header .fix {
    margin:0px;
	}

	header .fix img{
		display:none;
	}

	



	section{
		padding-top: 80px;
    	padding-bottom: 80px;
	}


	#bg1{
		padding-top:0px;
		background-position: 20%;
	}

	#bg1 .container, #bg2 .container{
		background:rgba(255,255,255,0.7);
	}

	#bg2{
		padding:80px 0px 80px 0px;
		margin: -180px auto;
		background-size:auto;
	}

	footer {
    margin-top: 12rem;
	}
}