/************************************************
$ Page Hero Header
************************************************/

.page-hero-header {
    background: transparent url('../images/voice-services-hero-image.jpg') no-repeat scroll center;
    background-size: cover;
	position: relative;
}

.page-hero-header h1 {
	border-bottom: 3px solid #ed612a;
	color: #ffffff;
	font-size: 90px;
	text-align: center;	
}

.page-hero-header p {
	color: #ffffff;
	margin: 0px;
	padding: 0px 70px;
	text-align: center;	
}

/* Large desktop */
@media (min-width: 1200px) {
    .page-hero-header h1 {
        font-size: 75px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .page-hero-header h1 {
        font-size: 45px;
    }
}

/* Landscape phone to portrait tablet OR window is too tall for the hero content */
@media (max-width: 767px), (max-height: 699px) {

    .page-hero-header h1 {
        font-size: 45px;
    }
	
	.page-hero-header p {
		padding: 0px;	
	}
	
}
@media (max-height: 699px) {
    .page-hero-header {
        min-height: 476px;
    }

    .page-hero-header .hidden-xs {
        display: none; !important;
    }
	
	.page-hero-header .scroll-down.hidden-xs {
		display: block;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {

}
