/*--------------------------------------------------------------
    Template Name: Paint Master - House Painter & Contractor Website Template
    Version		 : 1.2
--------------------------------------------------------------*/



.page-hero img{
	width: 100%;
	  -webkit-animation: shine 2.75s infinite;
	animation: shine 2.75s infinite;
}
.page-hero{
	padding: 120px 0 120px 0;
	min-height: 20vh;
	position: relative;
	background: url(../images/page-bg.jpg) top right;
	background-size: cover;
	border-radius: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.page-hero::before {
	  content: '';
	  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 0.7;
	  z-index: 0;
}
.page-hero h2{
	font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
    color: #ffa868;
    font-family: 'Squada One', cursive;
}
.page-hero h3{
	font-size: 16px;
	color: #a1a1a1;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin: 0 auto;
	border-radius: 0.25rem;
	display: inline-table;
}