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

body {
	height: 100%;
	width:100%;
	background: #222 url("img/gradient.png") top center repeat-x;
	font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

#wrapper {
	width:100%;
	max-width: 1921px;
	margin:0 auto;
}

.dc-companies-logo {
	width:280px;
	height:331px;
	background: transparent url("img/DC_Companies_logo.png") top center no-repeat;
	background-size:contain;
	margin:40px auto 40px auto;	
}

h1.welcome-heading {
	font-size:2.3em;
	line-height: 1.3em;
	text-align: center;
	color:#d8c17b;
	padding:0 2em;
}

.separator-top {
	max-width:1200px;
	height: 22px;
	width:80%;
	margin:2em auto 2em auto;	
}

.line {
	width:100%;
	height:2px;
	background:#747474;
}

.line-graphic-left {
	float:left;
	width:20px;
	height: 22px;
	background: transparent url("img/line-graphic-end.png") top center no-repeat;
	position:relative;
	left:-20px;
}

.line-graphic-right {
	float:right;
	width:20px;
	height: 22px;
	background: transparent url("img/line-graphic-end.png") top center no-repeat;
	position:relative;
	right:-20px;
	top:-2px;
	transform:scaleX(-1);
}

.separator-line-up {
	width:1369px;
	height:22px;
	background: transparent url("img/separator-line-down.png") top center no-repeat;
	margin:15px auto 48px auto;
	transform:scaleY(-1);
	
}

.logo-box {
	width:300px;
	height:290px;
	margin:37px auto 0 auto;
	background-color: rgba(0, 0, 0, .60);
}

.dcre-logo {
	background: transparent url("img/DCRE_logo.png") top center no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
}

.dcdesign-logo {
	background: transparent url("img/DCDesign_logo.png") top center no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
}

.dceugene-logo {
	background: transparent url("img/DCEugene_logo.png") top center no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
}

.DCDesign-shadow {
	filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.8));
}

.DCEugene-shadow {
	filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.8));
}

.button-box {
	margin:16px auto 37px auto;
	text-align: center;
}

.button {
  background-color: #fff;
  border: none;
  color: #222;
  padding: 6px 0 0 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 0 auto;
  cursor: pointer;
  width:300px;
  height:44px;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7));
}

.button:hover {
  background-color: #222;
  color: #fff;
}

.button i {
  font-size:0.9em;
  color:#d8c17b;
  padding-left:0.1em;
}

.property-content {
	height:auto;
	margin:0 auto;
}

h2.property-description {
	font-style:italic;
	font-size:2em;
	line-height: 1.3em;
	text-align: center;
	color:#fff;
	margin:1em auto 0 auto;
	padding:0 1em;
}

h3.property-link {
	font-style:italic;
	font-size:1.5em;
	text-align: center;
	color:#d8c17b;
	margin:0.5em auto 1.6em auto;
}

h3.property-link a {
	color:#d8c17b;
}

h3.property-link a:hover {
	color:#ebd07e;
}

.dc-real-estate-photo {
	width:100%;
	min-width: 100%;
	height:auto;
	min-height: 485px;
	max-height:485px;
	background: transparent url("img/DC_Real_Estate_photo.jpg") top center no-repeat;
	background-size:auto;
	margin:0 auto;
	display: flex;
  	justify-content: center;
	flex-direction: column;
}

.dc-design-photo {
	width:100%;
	height:auto;
	min-height: 485px;
	max-height:485px;
	background: transparent url("img/DC_Design_photo.jpg") top center no-repeat;
	background-size:auto;
	margin:0 auto;
	display: flex;
  	justify-content: center;
	flex-direction: column;
}

.dc-eugene-photo {
	width:100%;
	height:auto;
	min-height: 485px;
	max-height:485px;
	background: transparent url("img/DC_Eugene_photo.jpg") top center no-repeat;
	background-size:auto;
	margin:0 auto;
	display: flex;
  	justify-content: center;
	flex-direction: column;
}

.separator-footer {
	max-width:1200px;
	height: 22px;
	width:80%;
	margin:4em auto 1em auto;	
}

.separator-footer .line-graphic-left {
	top:-20px;
	transform:scaleY(-1);
}

.separator-footer .line-graphic-right {
	top:-22px;
	transform:scaleY(-1);
	transform: rotateX(180deg) rotateY(180deg); // Rotate 180 degrees on both
}

.dc-companies-logo-footer {
	width:111px;
	height:143px;
	background: transparent url("img/DC_Companies_logo-footer.png") top center no-repeat;
	margin:1.5em auto 0 auto;	
}

.copyright {
	font-size:0.8em;
	text-align: center;
	color:#777;
	margin:2em auto 5em auto;
	padding: 0 1em 3em 1em;
}

/* --- MOBILE/TABLETS --- */

/* --------------------------------------------- Samsung Galaxy S10 */

@media only screen and (min-device-height: 760px) and (min-device-width: 360px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 4)
{

.dc-companies-logo {
	width:200px;
	height:236px;
	background: transparent url("img/DC_Companies_logo.png") top center no-repeat;
	background-size:contain;
	margin:1.5em auto;	
}
	
h1.welcome-heading {
	font-size:1.3em;
	line-height: 1.3em;
	padding:0 0.5em;
}
	
.dc-real-estate-photo {
	min-height: 300px;
	max-height:300px;
	background: transparent url("img/DC_Real_Estate_photo.jpg") top center no-repeat;
	background-size:cover;
}

.dc-design-photo {
	min-height: 300px;
	max-height:300px;
	background: transparent url("img/DC_Design_photo.jpg") top center no-repeat;
	background-size:cover;
}

.dc-eugene-photo {
	min-height: 300px;
	max-height:300px;
	background: transparent url("img/DC_Eugene_photo.jpg") top center no-repeat;
	background-size:cover;
}	
	
h2.property-description {
	font-size:1.5em;
	line-height: 1.3em;
	margin:1em auto 0 auto;
	padding:0 0.5em;
}
	
.logo-box {
	width:200px;
	height:194px;
	margin:37px auto 0 auto;
	background-color: rgba(0, 0, 0, .60);
}

.button-box {
	margin:16px auto 37px auto;
	text-align: center;
}

.button {
  background-color: #fff;
  border: none;
  color: #222;
  padding: 6px 0 0 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 0 auto;
  cursor: pointer;
  width:200px;
  height:44px;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7));
}

.button:hover {
  background-color: #222;
  color: #fff;
}

.button i {
  font-size:0.9em;
  color:#d8c17b;
  padding-left:0.1em;
}   
	
}




