.bg{
	position:relative;
	width: 100%;
	height: 350px;
	background-image: url(../images/Greenbridge-Careers.jpg); 
	background-size: cover;
	background-position: 50% 50%;
}
/*
.bg::before{
	content: "";
	background: linear-gradient(rgba(0,70,128,0.8), rgba(0,70,128,0.8)), url(../images/Greenbridge-Careers.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px; 
}
*/
.bg:after {
	position: absolute;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 70, 128, 0.8);
}
 
.body{
	position: relative;
	top: 20px;
}
.logo{
	width:80%;
	margin:0 auto;
}
.img{
	z-index:4;
	position: relative;
}

.page-title{
	position: relative;
	padding-top:-1%;
	margin-left:15%;
	color:#fff;
	font-size:2.5em;
	font-weight:700;
	z-index:4;
}
.page-description{
	position: relative;
	margin-left:15%;
	color:#fff;
	font-size:1.2em;
	z-index:4;
}
@media(min-width:1000px){
	.page-title{
		font-size:3.5em;
	}
	.page-description{
		font-size:1.5em;
	}
}
.side-image{
	position:relative;
	width:100%;
	height:350px;
	background: url(../images/StrapCoils.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.page-heading{
	font-size:1.5em;
	font-weight:600;
}
.page-text{
	font-size:1.2em
}