.page-title {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  text-transform: none;
}

@media screen and (min-width: 1200px) {
  .home .page-header {
      padding-top: 15em;
      padding-bottom: 17em;
  }
 
 
}
@media screen and (max-width: 1150px) {
	.full_width > div[style],
	.one_half > div[style],
	.one_third > div[style],
	.two_third > div[style],
	.one_fourth > div[style],
	.three_fourth > div[style],
	.one_fifth > div[style],
	.two_fifth > div[style],
	.three_fifth > div[style],
	.four_fifth > div[style],
	.one_sixth > div[style] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	} 
}

@media screen and (max-width: 600px) {
	.full_width, .one_half, .one_third, .two_third, .one_fourth,
	.three_fourth, .one_fifth, .two_fifth, .three_fifth,
	.four_fifth, .one_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}