body {
  background-color: #D3D3D3;
}

body h1, h2, h3, h4, h5, h6 {
	color: #baed90;
	z-index: 1;
}


body p {
  padding: 15px;
  font-family: times new Roman;
  font-size: 1.4em;
  color: #ffffff;
}

body h3 {
  text-align: center;
}

a:hover {
	text-decoration: none;
	list-style: none;
	color: #baed90 !important;
}

.gedfooter p {
	color: #ffffff;
}

.well {
	border: 2px solid #282F32;
}

.careersImage {
	background-image: url('../images/Careers-background.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
}

.careersImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.visionImage {
	background-image: url('../images/Mission-placeholder-1.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.visionImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.aboutUsImage {
	background-image: url('../images/aboutUs-background1.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.aboutUsImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

#facebookicon:hover {
	color: #baed90;

}

/* rubble division */
.rubble-background {
	background-image: url('../images/Rubble_4.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
	width: 280px;
	height: 280px;
	color: #ffffff;
}

.rubble-background-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.rubble-background-overlay:hover {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.9);
}

.rubble-background:hover {
	color: #baed90;
}
/* rubble division end */


/* demolition division */
.demo-background {
	background-image: url('../images/Demo/Demo-14.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
	width: 280px;
	height: 280px;
}

.demo-background-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.demo-background-overlay:hover {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.9);
}

.demo-background:hover {
	color: #baed90;
}
/* demolition division end */


/* salvage division */
.salYard-background {
	background-image: url('../images/salvageForm.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
	width: 280px;
	height: 280px;
}

.salYard-background-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.salYard-background-overlay:hover {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.9);
}

.salYard-background:hover {
	color: #baed90;
}
/* salvage division end */


/* altrev division */
.altRev-background {
	background-image: url('../images/altRevenuePic.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
	width: 280px;
	height: 280px;
}

.altRev-background-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.altRev-background-overlay:hover {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.9);
}

.altRev-background:hover {
	color: #baed90;
}
/* altrev division end */


/* G.E.D textured background */
.GED-textured-background {
	background-image: url('../images/GEDBackground.jpg');
	background-size: cover; 
	background-attachment: fixed;
	z-index: -10;
	padding: 0;
}

.GED-textured-background-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.g-rounded {
	background-image: url('../images/well-background-2.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	border-radius: 30px;
}

.g-rounded-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
	border-radius: 30px;
}

.wg-rounded {
	background-image: url('../images/form-background.jpg');
	background-size: cover;
	z-index: -10;
	padding: 10px;
}

.f-background {
	background-image: url('../images/form-background.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0px;
}

/*  careers backgrounds  */
.adminCareer {
	background-image: url('../images/admin-background.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.adminCareer-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.adhocCareer {
	background-image: url('../images/Mission-placeholder.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.adhocCareer-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.demoCareer {
	background-image: url('../images/Demo/Demo-1.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.demoCareer-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.driversCareer {
	background-image: url('../images/drivers-background.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.driversCareer-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.rubbleCareer {
	background-image: url('../images/Rubble_5.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.rubbleCareer-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.workshopCareer {
	background-image: url('../images/Mission-placeholder-3.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.workshopCareer-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}
/*  end of careers backgrounds  */

.active a {
	border-radius: 15px !important;
	background-color: #baed90 !important;
	color: darkgreen !important;
}

.altFormImage {
	background-image: url('../images/Fleet-Pic-Edited.png');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.altFormImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.demFormImage {
	background-image: url('../images/Demo/Demo-2.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.demFormImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.rubFormImage {
	background-image: url('../images/Demo/Demo-10.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.rubFormImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.salFormImage {
	background-image: url('../images/salvageForm.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.salFormImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}

.transWell {
	background-color: rgba(255,255,255,0.1);
}

.textTransWell {
	background-color: rgba(0,0,0,0.3);
}

.contactFormImage {
	background-image: url('../images/contactUs-background.jpg');
	background-size: cover;
	z-index: -10;
	padding: 0;
	background-position: center center;
}

.contactFormImage-overlay {
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(0,0,0,0.5);
}