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

#Retail-text-Holder {
	width: 100%;
	max-width: 1060px;
	height:auto;
	margin:auto;
	margin-top:50px;
}

.Retail-coming-soon {
	width: 90%;
	font-family: 'Titillium Web', sans-serif;
	font-size:20pt;
	text-align:center;
	color:#999;
	font-weight:300;
	margin:auto;
	
}

.Retail-link {
	font-family: 'Titillium Web', sans-serif;
	font-size:20pt;
	text-align:center;
	color:#999;
	font-weight:600;
	text-decoration:underline;
	
}

.Retail-link:hover {
	font-family: 'Titillium Web', sans-serif;
	font-size:20pt;
	text-align:center;
	color:#333;
	font-weight:500;
	text-decoration:underline;
	-webkit-transition: color 1s ease-in-out;
-moz-transition: color 1s ease-in-out;
-ms-transition: color 1s ease-in-out;
-o-transition: color 1s ease-in-out;
transition: color 1s ease-in-out;
	
}

#Image-Construction {
	width:100%;
	max-width:1060px;
	height:auto;
	margin:auto;
	
}


@media only screen and (max-width: 800px) {
	.Retail-coming-soon {
	width: 90%;
	font-family: 'Titillium Web', sans-serif;
	font-size:17pt;
	text-align:center;
	color:#999;
	font-weight:300;
	margin:auto;
	
}

.Retail-link {
	font-family: 'Titillium Web', sans-serif;
	font-size:17pt;
	text-align:center;
	color:#999;
	font-weight:600;
	text-decoration:underline;
	
}

#Retail-text-Holder {
	width: 100%;
	max-width: 1060px;
	height:auto;
	margin:auto;
	margin-top:40px;
}
	
	
}

@media only screen and (max-width: 768px) {
	.Retail-coming-soon {
	width: 90%;
	font-family: 'Titillium Web', sans-serif;
	font-size:14pt;
	text-align:center;
	color:#999;
	font-weight:300;
	margin:auto;
	
}

.Retail-link {
	font-family: 'Titillium Web', sans-serif;
	font-size:14pt;
	text-align:center;
	color:#999;
	font-weight:600;
	text-decoration:underline;
	
}

#Retail-text-Holder {
	width: 100%;
	max-width: 1060px;
	height:auto;
	margin:auto;
	margin-top:40px;
}
	
	
}