/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	#navBar {
		padding: 75px 0; /* Large padding which will shrink on scroll (using JS) */
		font-size: 50px;
		line-height: 50px;

	}
	#nav-logo {
		width: 100px;
		height: 90px;
		left:auto;
		transform: none;
	}

	h1 span{ position:absolute; top:-250px;}

	#nav-logo.active {
		width: 100px !important;
		height: 90px !important;
	}
	.contactSVG {
		height: 45px;
	}

	ul.nav-menu{
		height: 60px;
		padding: 15px 0;
	}
		#caption {
		font-size: 100px;
		gap: 75px;
	}

	#nav-logo {
		pointer-events: auto;

	}
	.conText {
		width: 700px;
	}

	.promoBar {
		gap: 75px;
	}
	.promoImg {
		width: 500px;
	}
	.promoText h2 {
		font-size: 72px;
	}
	.promoCaption {
		padding-top: 10px;
	}

}