@charset "UTF-8";
/* CSS Document */

.dl-logo {
	width: 65%;
	margin: 0 auto;
}

.hcr {
	width: 100%;
	height: 800px;
}

.phoneNumber {
    font-size: 24px;
    margin: 40px 0 0 0;
	color: #002751 !important;
}

.DJemail {
    font-size: 24px;
    line-height: 1.5em;
	color: #002751 !important;
}

/* ====== THE WORK ========. */

.portfolioLink:link {
	opacity:0.85;
}

.portfolioLink:hover {
	opacity:1;
}

.portfolioLink:active {
	opacity:1;
}

.portfolioLink:focus {
	opacity:1;
}

.portfolioLink:visited {
	opacity:0.85;
}

.portfolioLink:visited:hover {
	opacity:1;
}

@media (max-width:1400px) {
	
	.center-block-home {
    	overflow-y: hidden;
	}
}

@media (min-width:1600px) {
	
	.hero-bg-show {
    	-webkit-transform: scale(1.3);
    	-moz-transform: scale(1.3);
    	-ms-transform: scale(1.3);
    	-o-transform: scale(1.3);
    	transform: scale(1.3);
	}
	
	.dl-logo {
		width: 100%;
	}
}


@media (min-width:1800px) {
	
	.hero-bg-show {
    	-webkit-transform: scale(1.3);
    	-moz-transform: scale(1.3);
    	-ms-transform: scale(1.3);
    	-o-transform: scale(1.3);
    	transform: scale(1.3);
	}
	
	.dl-logo {
		width: 100%;
	}
}