/* This Stylesheet for Surfboard Repair Page */
.surfboard-repair-header{
	background: #ffffff url('../img/surfboard-repair/surfboard-repair-header.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 536px;
	padding-top: 180px;
}
.surfboard-repair-header h2{
	font-size: 60px;
}
.surfboard-repair-content h2,.try-yourself-header h3{margin-bottom: 25px;}
.surfboard-repair-content p,.try-yourself-header p{font-size: 18px;}
.try-yourself-header{padding-bottom: 40px;}
/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.surfboard-repair-header{
		height: 300px;
		padding-top: 100px;
	}
	.surfboard-repair-header h2{font-size: 36px;}
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.surfboard-repair-header{background-position: center;}
}