/* DATACENTER */

.z_name {
	color: #f7f6f4;
}

html.design_page .nav li.design a, .design_ind {
	color: #f7f6f4;
}

.datacenter .color_pri {
	color: #f6632c;
}

.datacenter .color_sec {
	color: #ddaf42;
	color: #eab942;
	color: #fdc94c;
}

.datacenter .background_sec {
	background: #ddaf42;
	background: #eab942;
	background: #fdc94c;
}

.datacenter .background_sec p {
	color: #403540;
}

.mast-image {
/*	background: url('images/design-datacenter-masthead-test-1000.gif') no-repeat;
	background-size: cover;
	background-position: 95% top; */
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
}

.mobile_block.mast-buffer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50vh;
	position: fixed;
	bottom: -25vh;
	z-index: 0;
}

h1 {
	color: #332219;
}

@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {
	
	.masthead {
	}
	
	.masthead .gallery-image {
		margin-left: -50%;
		width: 150%;
	}
	
	.mast-image {
	}
	
}

@media (max-aspect-ratio: 4/3) {

	.full_background_video {
		width: auto;
		height: 100%;
		right: 0;
		position: absolute;
	}

}