/* 
    Override styles: Needs to be last in cascade
	Contains ONLY adjustments that override css, otherwise for defining new css use sepearte file
*/

.fallback-image {
  background-image: url(../images/intro.jpg);
}

.navbar-brand img {
  width: 120px;
}

.breadcrumb-wrap {
	padding: 30px 0;
	background-image: url(../img/shadow-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border-top: 1px solid #d2d3d4;
	border-bottom: 1px solid #d2d3d4;
	background-size: cover;
}

.atlanticHeader {
	background-image: url(../images/logoAtlantic.png);
	width: 670px;
	height:243px;
	
}

.no-padding.img-2 {
  background: url(../images/building-inspection-service--latham-ny-12110.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%; 
  }
  
  .no-padding.img-3 {
  background: url(../images/building-inspection-service-offerings--latham-ny-12110.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%; 
  }
  
  .no-padding.img-4 {
  background: url(../images/choose-home-inspector.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%; 
  }
  
  .no-padding.img-5 {
  background: url(../images/residential-home-inspector-latham-ny.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%; 
  }
  .no-padding.img-6 {
  background: url(../images/building-inspector--latham-ny-12110.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%; 
  }
  /*-----Margins------*/
  .marginTop20 {
	  margin-top: 20px;
  }