/* Unified Properties Corp */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14pt;
	color: #222;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.topgrad {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.9, #FFFFFF),
		color-stop(1, #D7F8FA)
	);
	background-image: -o-linear-gradient(top, #FFFFFF 90%, #D7F8FA 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 90%, #D7F8FA 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 90%, #D7F8FA 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 90%, #D7F8FA 100%);
	background-image: linear-gradient(to top, #FFFFFF 90%, #D7F8FA 100%);
}

header {
	padding: 10px;	
	margin-bottom: 10px;
}

#logo {
	width: 66%;
	text-align: center;
	margin: 10px auto;
}

#svg_logo {
	display: block;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #1c4d50;
}

h1 { font-size: 2.3rem; }

h2 { font-size: 1.8rem; }

p {
	line-height: 1.5rem;
	letter-spacing: 1.1pt;
	margin: 15px 0;
}

#intro {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0.25, #D6F6FC)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #D6F6FC 25%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #D6F6FC 25%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D6F6FC 25%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #D6F6FC 25%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #D6F6FC 25%);
	
	border-bottom: 5px solid #D7F8FA;
	text-shadow: 0px 1px 3px #fff;
	padding-top: 15px;
	padding-bottom: 30px;
}

#intro p {
	padding: 20px 20%;
	line-height: 1.8rem;
	text-align: justify;
}

#intro h1 {
	font-size: 2.1rem;
	margin: 0px 10% 20px 10%;
	padding: 2rem 1rem;
	background: rgba(255,255,255,0.4);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-top: 1px solid #D6F6FC;
	text-shadow: 0px 1px 0px #ccd;
}

#intro h2 {
	color: #4facaf;
	font-weight: 300;
	margin: 10px auto 0 auto;
	padding-top: 20px;
}

.rotated h1 {
	padding-bottom: 15px;
}

.rotated h1 .genericon {
	font-size: 1.8em;
	vertical-align: middle;
	margin-right: 10px;
}

.rotated {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    padding: 40px 40px 80px 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.rotated blockquote {
	float: right;
	font-family: monospace;
	font-size: 0.9em;
	padding: 20px;
	margin: 20px;
	margin-right: 0;
	background: #eee;
	color: #000;
	opacity: 0.6;
	width: 33%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border: 2px dashed silver;
}

.upcGreen {
	color: rgb(57, 181, 74);
}

.upcYellow {
	color: rgb(254, 199, 0);
}

.upcBlue {
	color: rgb(0, 114, 188);
}

#info_domains {
	background: rgb(57, 181, 74);
	color: #fff;
}

#info_domains h1 {
	text-align: left;
	color: #a0ffa0;
	margin-bottom: 15px;
}

#info_services {
	background: rgb(254, 199, 0);
	color: #333;
}

#info_services h1 {
	text-align: left;
	color: #af9b00;
	margin-bottom: 15px;
}

#info_apps {
	background: rgb(0, 114, 188);
	color: #fff;
}

#info_apps h1 {
	text-align: left;
	color: #64d1ff;
	margin-bottom: 15px;
}

#info_apps a, a:visited {
	color: aqua;
}

#info_apps a:hover {
	color: silver;
}

#whatsNew {
	background: #fff;
	border: 15px solid #dff;
	margin: 20px 15%;
	color: #555;
	font-weight: 300;	
}

#whatsNew a, a:visited {
	color: #1570fa;
	text-decoration: none;
}

#whatsNew a:hover {
	color: #1e67d4;
	text-decoration: underline;
}

#whatsNew ul {
	padding: 20px 15px;
	list-style: none;
	list-style-type: none;
}

#whatsNew .genericon {
	color: #1f9f8c;
	font-size: 1.3em;
	vertical-align: text-top;
	margin-right: 5px;
}

#whatsNew ul li {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-left: 5%;
}

#whatsNew p {
	margin-top: 0;
}

footer {
	padding: 30px 7% 30px 7%;
	border-top: 5px inset rgb(0, 114, 188);
	background: #111;
	color: #f7f7f7;
	font-size: 0.9rem;
}

footer a, a:visited {
	text-decoration: none;
	color: rgb(0, 114, 188);
}

footer address {
	color: silver;
	font-style: normal;
}

footer address strong {
	font-size: 1.2em;
	font-weight: 700;
/* 	color: rgb(0, 114, 188); */
}

footer .contactInfo {
	float: right;
	padding: 10px;
	line-height: 1.7em;
}

.contactInfo .genericon {
	color: silver;
	margin-right: 8px;
	vertical-align: middle;
	font-size: 1.3rem;
}

.copyright {
	text-align: center;
	font-size: 0.8rem;
	font-weight: 400;
	color: #a5a5a5;
	float: none;
	clear: both;
	padding-top: 20px;
}

.heart {
	color: fuchsia;
	font-size: 1.2em;
	text-shadow: 2px 2px 0px #aa124f;
}

.productGrid {
	text-align: center;
	position: relative;
	top: -40px;
	width: 100%;
}

.productCell {
	display: inline-table;
	padding: 1px;
	margin: 20px 3%;
	text-align: center;
	width: 30%;
}

.serviceGrid > .productCell {
	width: 20%;
}

.productCell h3 {
	color: #fff;
	text-align: center;
	text-shadow: 0px 1px 0px #444;
	font-weight: 400;
	font-size: 1.6rem;
}

.serviceGrid h3 {
	color: #222;
	text-shadow: 0px 1px 1px #fff;
}

.productBlurb {
	background-color: rgba(0, 0, 0, 0.3) !important;
	text-align: left;
	color: #dadada;
	display: block;
	clear: both;
	width: 90%;
	border-top: 1px solid #447;
	border-bottom: 1px solid #eee;
	margin: 20px 5px;
	padding: 20px 15px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5em;
}

.serviceBlurb {
	background-color: rgba(0, 0, 0, 0.1) !important;
	color: #000;
	border-top: 1px solid yellow;
	border-bottom: 1px solid gold;
}

.serviceIcon {
	width: 300px;
	height: 300px;
	margin: 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px #666;
}

.appIcon {
	background: #fff;
	border: 2px solid #176ee9;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 200px;
	width: 200px;
	margin: 10px auto;
	background-position: center center;
	background-size: 101%;
	background-repeat: no-repeat;
}

.appIcon:hover {
	background-size: 120%;
}

#findanyoneIcon {
	background-image: url('../img/findanyone_appicon.png');
}

#stoptapIcon {
	background-image: url('../img/stoptap_appicon.png');
}

/* Mobile */
@media screen and (max-width: 600px) {
	
	#logo {
		width: 100%;
	}
	
	#topdiv {
		display: none;
	}
	
	#intro h1 {
		font-size: 0.8rem;
		white-space: nowrap;
		margin: 5px 1%;
		padding-bottom: 5px;
		text-shadow: none;

	}
	
	#intro h2 {
		font-size: 1.1rem;
		margin-top: 5px;
		
	}
	
	#intro p {
		padding: 20px 10%;
		line-height: 1.4rem;
		color: #444;
		text-align: left;
	}
	
	#whatsNew {
		margin: 1%;
		font-size: small;
	}
	
	.rotated {
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		transform: none !important;
		-webkit-transform: none;
		-moz-transform: none !important;
		-o-transform: none;
		-ms-transform: none;
		padding: 20px 20px 40px 20px;
	}
	
	.rotated h1 {
		font-size: larger;
	}
	
	.rotated blockquote {
		display: none;
	}
	
	footer .contactInfo {
		margin-top: 0;
		float: none;
		clear: both;
		margin-bottom: 20px;
		text-align: center;
		padding-top: 0;
		padding-bottom: 20px;
		border-bottom: 1px dotted #333;
	}
	
	footer .contactInfo .genericon {
		clear: both;
		display: block;
		margin: 15px 0px 1px 0px;
		padding: 2px;
		font-size: 2.0rem;
	}
	
	footer address {
		text-align: center;
	}
	
	.productGrid {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	
	.productCell {
		display: block;
		width: 90%;
		margin: 25px 5%;
	}

	.serviceGrid > .productCell {
		width: 90% !important;
		margin: 25px 5%;
	}
	
	.serviceIcon {
		width: 70%;
		height: 70%;
	}
}
