/************************************************************************
// Table of Background CSS

1. Blog Header
2. Custom Front Page
3. Blog Single
4. Features Section
5. Counter Section
6. Card Section

*************************************************************************/

/* 1. Blog Header */
.blog-header {
  background: url('../img/background-2.png') repeat-y center top;
  max-width: 100%;
  height: 550px;
  position: relative;
}
.blog-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* 2. Custom Front Page */
.front-header {
	/*background: url('../images/hero.jpg') repeat-y center bottom;*/
	background: url('../img/Banner1.png');
	max-width: 100%;
	min-height: 570px;
	position: relative;
	overflow-y: hidden;
	background-size: cover;
}
.front-header:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

/* 3. Blog Single */
.blog-single-header {
  background: url('../img/background-1.png') repeat-y center center;
  max-width: 100%;
  height: 768px;
  position: relative;
}
.blog-single-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* 4. Features Section */
.section-features {
  background: url('../img/Banner.png') no-repeat center center; 
  /*opacity: 0.33;*/
  background-size: cover;
  position: relative;
  
}

/* 4. Features Section */
.section-features:before {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* 5. Counter Section */
.section-counter {
  background: url('../img/background-2.png') repeat-y center top; 
  max-width: 100%;
  height: auto;
  position: relative;
}
.section-counter:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* 6. Card Section */
.section-card {
  /*background: url('../img/Services.jpg') repeat-y center center;*/
  background: url('../images/gold-bg.png') center center;
  background-repeat: repeat;

}