/*

 DDDD
 D   D
 D   D
 D   D
 DDDD

bootstrap query MIN 1200 */

@media (min-width: 1200px) {


/* Homepage unit button styles */

.unit-number {
	font-size: 10em;
	line-height: 260px;
}

.unit-block .unit-texture-bg:hover .unit-number {
	font-size: 11em;
}

/* END Homepage unit button styles */

/* Navigation styles */

#navbar-container .mainnav-button a,
#navbar-container .mainnav-button button {
	font-size: 18px;
}

/* Navigation dropdown styles */

.navbar-tools .btn-group .nav-btn-desc {
	width: 46%;
}

.navbar-tools .nav-group h3 {
	font-size: 2rem;
}

/* END Navigation dropdown styles */
/* END Navigation Styles */

/* Unit Sliders */
.unit-intro-slider {
	height: 350px;
	margin-bottom: 4em;
	overflow: hidden;
	position: relative;
	width: 100%;
}
body.unit1 .slider-unit-logo, body.unit2 .slider-unit-logo, body.unit3 .slider-unit-logo, body.unit4 .slider-unit-logo {
	background: url('../img/unit-1-logo-color-white-2x.png') center top no-repeat;
	background-size: 63%;
	height: 350px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
body.unit2 .slider-unit-logo {
	background: url('../img/unit-2-logo-color-white-2x.png') center top no-repeat;
	background-size: 63%;
}
body.unit3 .slider-unit-logo {
	background: url('../img/unit-3-logo-color-white-2x.png') center top no-repeat;
	background-size: 63%;
}
body.unit4 .slider-unit-logo {
	background: url('../img/unit-4-logo-color-white-2x.png') center top no-repeat;
	background-size: 63%;
}


}
