.section-background{
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	text-transform: uppercase;
	background: url('../images/section-header.png');
	text-align: center;
	background-size: cover;
	/* height: 68vh; */
}
@media (min-width:600px) {
	.section-background{
		background-repeat: no-repeat;
		background-position: bottom;
		background-attachment: fixed;
		text-transform: uppercase;
		background: url('../images/section-header.png');
		text-align: center;
		background-size: cover;
		height: 57vh;
	}
	.page-header{
		text-transform: uppercase;
		color: #fff;
		font-weight: 600;
		border-bottom: none;
		padding-top: 135px;
		padding-bottom: 40px;
		font-size: 34px;
	}
	
}
.page-header{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-bottom: none;
    padding-top: 135px;
    padding-bottom: 40px;
    font-size: 34px;
}
.breadcrumb{
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb .active{
	color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "\f3d3";
    font-family: "ionicons";
}
.breadcrumb a{
	color: #fff;
	border: 1px solid transparent;
	text-decoration: none;
	padding: 5px;
}
.breadcrumb a:hover{
	color: #fff;
	border: 1px solid #fff;
}