/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	h1, h2.home {
		font-size: 68px;
  		line-height: 76px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	nav.gcweb-menu-dec-flex ul li {
		width:calc(100% * 1/4);
	}
	nav.gcweb-menu-dec-flex .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		padding-left:15px;
		padding-right:15px;
	}
	h1, h2.home {
		font-size: 52px;
  		line-height: 60px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header-img {
		padding-top: 0;
	}	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	h1, h2.home {
		font-size: 40px;
  		line-height: 44px;
	}

	nav.gcweb-menu-dec-flex ul li {
		width:calc(100% * 1/1);
	}
	.footer-menu-mobile {
		display:block;
	}
	.gcweb-menu-dec-flex {
		display:none;
	}

	.body-overflow {
		overflow: hidden;
	}
	.html-scroll {
		scroll-behavior: auto;
	}
	body .btn-primary {
		width:100%;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
