body {
	background-color: #000;
	color: #fff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: "Dancing Script", Verdana, arial, sans-serif;
	text-rendering: optimizeLegibility;
}
a {
	color: #e0e0e0;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

.unipar-bg {
	background: #000 url(../images/unitedparenting.svg) no-repeat center top fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-color:white;
	  -o-background-size: cover;
	  background-size: cover;
	  
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

.unipar-text {
	font-size: 6em;
	/* font-size: 6vw; */
	line-height: 0.9em;
	text-align: left;
	position: fixed;
   bottom: 1.5rem;
	left: 0.3em;
	color: #fff;
	
	text-shadow: 0 1px 5px #333, 0 0 6px #fff, 0px 2px 18px #ccc;	
}

.unipar-text .united {
	font-weight: normal;
	display: block;
	color: #f0f0f0;
}
.unipar-text .parents {
	font-weight: bold;
	display: block;
	color: #fff;
}



.social-links {
	position: fixed;
	right: 0.4em;
	top: 0;
}
.social-links a {
	display: inline-block;
	font-size: 1.6em;
	margin: 0.14em;
	color: #f0f0f0;
	text-shadow: none;
	opacity: 0.5;
}
.social-links a:hover {
	color: #fff;
	text-shadow: 0 0 10px #e0e0e0;
	opacity: 1;
}


.copyright {
	 font-family: verdana, arial, sans-serif;
    position: fixed;
    right: 0.4em;
    bottom: 0.1em;
    font-size: 0.8em;
    color: #222;
    text-shadow: 0px 1px 0 #777;
	 opacity: 0.5;
}


@media (max-width: 44em) {
	.unipar-text {
		font-size: 4em;
	}
	.copyright {
	 width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
	}
	.social-links a {
		font-size: 2em;
	}
}

