/* THIS FILE IS COPYRIGHT ©2015 OSCAR STRANGIO AND IS INTENDED ONLY FOR USE ON THE COMMON ROOM PRODUCTIONS SITE */

/* - - - ERROR - - - */
.center{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -100px;
}
h1, p{
	text-align: center;
}
hr{
	margin: 25px auto;
}
p a.sign-in{
	color: inherit;
}
p a.sign-in:hover{
	text-decoration: none;
	color: #08c;
}
p a.sign-in:active{
	color: black;
}

/* - - - MOBILE - - - */
@media all and (max-width:768px){
	.page-wrapper{
		content: "";
		display: block;
		min-height: 100%;
		margin-bottom: -113px; 
	}
	.page-wrapper:after{
		height: 113px;
	}
	.center{
		margin-top: -145px;
	}
}
@media all and (max-height: 300px){
	.page-wrapper{
		min-height: auto;
		margin-bottom: 0px; 
	}
	.center{
		top: auto;
		margin-top: 0px;
	}
	.footer-spacer{
		height: 280px;
	}
}