body {
/*   font-family: 'Nunito', sans-serif; */
font-family: 'Arimo', sans-serif;

}



.logo {
	color: #ea4800;
	padding: 5px 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 600;
}

#header {
  background-color: 000;
  padding-bottom: 10px;
}
.page-header-1 {
	margin: 0 ;
	background: 111;
	color: #fff;
}

#blue-hero {
	background: url(../files/fire.jpg);
	background-size: 57%;
	padding-bottom: 8%;
  background-repeat: no-repeat;
  background-color: #000;
}
h1.heading {
    color: #AC8E46;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 0;
}

#blue-hero h1 {
	color: #fff;
	font-weight: 600;
	font-size: 58px;
	text-shadow: 3px 3px 2px #000;
	margin-bottom: 0.6em;
  margin-top: 1em;
	text-align: center;
  border-bottom: 3px solid #fff;
  border-left: 4px solid #fff;
}

#blue-hero-paragraf {
	color: #111;
	font-size: 15px;
	margin-top: -12px;
	font-weight: 400;
	margin-left: 32px;
}

#white-hero p {
	font-size: 19px;
	font-weight: 400;
	color: #4C4C4C;
}

#orange-box-phone {
  padding: 0 30px;

}

#orange-box-phone a {
  color: #000;
  background-color: #ea4800;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding: 8px 20px;
  border-radius: 3px;
}

.hero-box {
	box-shadow: 10px 6px 62px 5px rgba(0,0,0,0.75); 
}

.no-padding {
  padding: 0 !important;
}

#blue-hero h2 {
	margin: 0;
	/* 	background: rgba(0,0,0,.3); */
	padding: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	text-shadow: 1px 1px #3f4446;
	line-height: 1.5;
}

h2 {
	font-weight: 700;
	font-size: 38px;
	color: #fff;
	margin-bottom: 1em;
}


#white-hero {
  padding: 2em 0;
  color: #ef530e;
  text-align: center;
  background-color: 000;
}


#footer {
	background: #000;
	padding: 12px 0;
}

#footer-logo {
	color: #9d9d9d;
	/* padding: 5px 40px; */
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.hero .offer {
    padding: 0px 20px;
    color: #111;
}
.hero .offer h2 {
	font-weight:600;
}


.row img {
	max-width: 100%;
	display: block;
}

.italic {
	font-style: italic;
	font-size: 17px;
}
.bold {
	font-weight: 600;
}
.blue {
	color: #003873;
}
.lightblue {
	color: #0090ff;
}

.phone {
	margin-top: 30px;
	margin-right: 20px;
}

.phone a {
	font-size: 28px;
	color: #fff;
	line-height: 1;
}
.stripe {
	margin-top: 0;
	display: block;
	background: #3ab54a;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	padding: 20px 10px;
}

 .stripe a {
    color: #eee;
    display: inline-block;
} 

.hero2 {
	
}

.hero2 h1 {
	font-size: 46px;
}

.disclamer {
	padding: 15px;
	font-size: 12px;
}

.call-to-action {
    /* text-align: center; */
    /* margin: 20px auto 10px; */
    /* font-size: 32px; */
    /* background: #46242F; */
    /* padding: 10px; */
    /* border-radius: 6px; */
}

.call-to-action a {
    color: #fff;
    text-align: center;
    margin: 20px auto 10px;
    font-size: 32px;
    background: #ea4800;
    padding: 12px 40px;
    border-radius: 6px;
    display: block;
}

@media screen and (max-width: 1024px) {
	.hero2 {
		background-position: center;
	}
	.hero img {
		width: 100%;
	}
	#footer-logo {
		margin-right: 0px;
	}
  .hero-box {
    text-align: right;
  }
  #blue-hero h2 {
    font-size: 30px;
  }
  #blue-hero {
  	padding-bottom: 2em;
  }
  #orange-box-phone {
  	text-align: center;
  }
  #blue-hero h1 {
  	border-left: none;
  }

}

@media screen and (max-width: 768px) {
	.hero {
		text-align: center;
	}
	.phone {
		text-align: center;
		float: none !important;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.stripe  {
		font-size: 28px;
	}
		#footer-logo {
		margin-right: 0px;
		/* float: right; */
	}
  #white-hero {
    font-size: 12px;
  }
  #footer-logo {
    text-align: center;
  }
	h2 {
		text-align: center;
	}
}



.phone i.fa.fa-phone {
    color: #ef530e;
}

.hero i.fa.fa-check {
    color: #ef530e;
}

.call-to-action a:hover {
    background: #ff482a;
    text-decoration: none;
}

a {
    cursor: pointer;
}