.header-size-custom #logo img {
	height: 205px;
}

@media (max-width: 991.98px) {

	.header-size-custom #logo img {
	height: 100px;
	}

}

.section-divider {
	background-image: url(../images/bcg.png);
	background-repeat: repeat-x;
	height: 87px;
	font-size: 90px;
}

.section-text h2 {
	font-size: 90px;
	color: #FFF;
}

@media (max-width: 576px) {
  .section-text h2 {
	font-size: 30px;
  }
}

@media (min-width: 576px) {
  .section-text h2 {
	font-size: 30px;
  }
}

@media (min-width: 768px) {
  .section-text h2 {
	font-size: 46px;
  }
}

@media (min-width: 991.98px) {
  .section-text h2 {
	font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .section-text h2 {
	font-size: 90px;
  }
}

