@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
    width: 100%;
    height: 100%;
    background:url(../images/mainbg.jpg) ;
	font-family:'Oswald',Arial,sans-serif;
	
}



html {
    width: 100%;
    height: 100%;
}

a, a:hover{
	text-decoration:none;
}

h1,h2,h3,h4,h5{
	font-family:'Oswald',sans-serif;
}

section, header{
	margin:0 auto;
}



.navbar-custom .navbar-brand {
    background:url(../images/logo.png);
	width:248px;
	height:48px;
	text-indent:-9999px;
	margin-left:0px;
	
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
}


.navbar-custom .navbar-brand:focus {
    outline: 0;
}


.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}


.navbar-nav{
	margin-top:10px;

}

.navbar-custom .nav li a {
	font-size:15px;
	padding:10px;
	margin-left:5px;
	color:white;
	transition: ease-in .3s;
	font-weight:bold;
	text-shadow:#63083a 1px 1px 1px;
	
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
   outline: 0;
   color:white;
   background:#f2d42f;
   border-radius:5px;
   text-shadow:none;
}





header{
	background: url(../images/header.jpg) 90% 0% no-repeat;
	width:100%;
	padding-top:10px;
	padding-bottom:50px;
	background-attachment: fixed;
	
}

.content{
	padding-top:70px;
}

header img{
	padding-top:45%;
}


header h1{
 	font-size:50px;
	color:#fff;
	font-weight:700;
	font-family:'Oswald','Roboto',Arial,sans-serif;
}

header span{
	color:#f31602;
}

#subpage{
	background:url('../images/sub-header.jpg') no-repeat;
	padding-bottom:20px;
	background-attachment: fixed;
}

#subpage img{
	padding-top:0%;
}





#benefits li{
	font-size:25px;
	color:#fff;
	font-weight:700;
	padding:8px;
	margin-top:10px;
	margin-left:-46px;
	list-style:none;
	background:rgba(0,0,0,0.5);
	border-radius:5px;
	max-width:450px;
	
}



.orderbtn{
 	background:#f7d519 no-repeat;
	max-width:334px;
	display:block;
	margin:20px auto;
	color:#232323;
	font-size:28px;
	font-weight:700;
	padding:10px;
	border-radius:35px;
	border:1px solid #fefb11;
	text-align:center;
	transition:ease-in-out .5s;
}

.orderbtn a, .orderbtn a:hover{
	color:#232323;
}

section{
	padding:50px 0 20px 0;
}


#main1{
	background:url(../images/main1.jpg) no-repeat  60% 0% fixed;
	max-width:1800px;
	width:100%;
	display:block;	
}

#main2{
	background:#080611 url(../images/main2.jpg) no-repeat 50% 0% fixed;
	max-width:1800px;
	width:100%;
	display:block;

}


#main2 h2, #main2 p{
	color:white;
}



#main3{
	background:url(../images/couple.png) no-repeat left top;
	display:block;
	padding-bottom:0px;
}

#main3 .orderbtn, section .orderbtn{
	max-width:100%;
	font-size:32px;
}

.panel-danger .panel-title{
	font-size:23px;
}

.roundimage{
	border-radius:50px;
	float:left;
	padding-right:10px;
	width:100px;
	height: 100px;
}

.panel-body p{
	font-size:15px;
	line-height: 18px;
	font-family:sans-serif;
}

.panel-danger .panel-heading{
	background:#d91f0e;
	border:1px solid #dd1f0e;
	color:white;
}

blockquote{
	border-color:#e6c824;
}

/**order page**/


.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;
  
}

.features .orderbtn{
	font-size:25px;
	border-radius:30px;
	padding:10px;
}



@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:#a81818;
	margin-top:-8px;
  }
  
  
  .promo.first, .promo.second {
   
	background-color:#262625;
  }





/*text styles*/

h1{
	color:#f31602;
	font-weight:bold;
	font-size:40px;
	margin-bottom:20px;
}

h2{
	font-size:35px;
	font-weight:400;
}

p{
	font-size:18px;
	color:#181818;
	line-height: 24pt;
}

strong{
	color:#dc1111;
}
.yellow{
	color:#f7d519;
	font-style:italic;
}

/*footer*/

footer{
	background:#000;
	color:white;
	font-size:13px;
	padding:15px 0 15px;
}

footer a, footer a:hover{
	color:white;
	font-size:13px;
}

@media (max-width:993px){

	header{
		background-position:30% 0%;
	}

	.navbar-custom .nav li a {
    font-size: 14px;
    padding: 7px;
    margin-left: 3px;
	}

	header img {
    padding-top: 30%;
	}

	#main1{
		background-position:45% 0%;
	}

	#main1 .container, #main3 .container{
		background:rgba(255,255,255,0.3);
		border-radius:5px;
		padding:10px;
	}

	#main2{
		background-position:50% 0%;
	}

	#main2 .container{
		background:rgba(0,0,0,0.3);
		border-radius:5px;
		padding:10px;
	}

	#main3{
		background-position:-35% 0%;
	}

}

@media (max-width:1024px){

	header, #main1, #main2{
		background-attachment:scroll;
	}
}

@media (max-width:999){
	#main1{
		background-position:center center;
	}
}



@media (max-width:767px){

.navbar-custom .navbar-brand{
	margin-left:15px;
}

header, #main1, #main2, #main3{
	background-size:cover;
}

header{
	text-align:center;
}

header img{
	padding-top:0%;
}

header {
    background-position: 58% 0%;
    padding:0px;
}

header .container{
	background:rgba(0,0,0,0.3);
	padding:15px;
}



.navbar-custom .navbar-brand {
    background:url(../images/logo-xs.png);
	width:200px;
	height:39px;
}

header h1{
	font-size:40px;
	text-shadow:#000 1px 1px 1px;
}

#benefits li{
	font-size:20px;
	margin: 10px auto;
}


h1{
	font-size:30px;
}

#main1 {
    background-position: 20% 0%;
}

#main1 .container, #main3 .container {
    background: rgba(255,255,255,0.7);
}

#main2 {
    background-position: 70% 0%;
}

#main3{
	padding-top:0px;
	background-position: 50% 700%;
	text-align:center;
}

#main3 .orderbtn{
	font-size:25px;
}

/*menu animation*/
.navbar-toggle { margin:0 15px 0 0; height: 50px; width: 50px; z-index: 1}
.navbar-toggle .icon-bar { width: 28px; background: #fff;transition: .5s ease;}
.navbar-toggle.collapsed .icon-bar:nth-child(1){transform: rotate(0)translateY(0)translateX(0);}
.navbar-toggle.collapsed .icon-bar:nth-child(2){opacity:1}
.navbar-toggle.collapsed .icon-bar:nth-child(3){transform:rotate(0)translateY(0)translateX(0);}
.navbar-toggle .icon-bar:nth-child(1){transform: rotate(-45deg)translateY(5px)translateX(-5px);}
.navbar-toggle .icon-bar:nth-child(2){opacity: 0}
.navbar-toggle .icon-bar:nth-child(3){transform:rotate(45deg)translateY(-4px)translateX(-3px);}




}