/*

MASTER SCREEN STYLES for 1810 Labs by @richrrd
AUTHOR		Richard Young
VERSION 	1.0 
COPYRIGHT	All rights reserved
CREATED 	2014.02.26
MODIFIED	2017.04.21

*/

html 	{ text-rendering: optimizeLegibility; }
body 	{ background: #f06eaa; font: 62.5%; -webkit-text-stroke: 1px transparent /* sub-pixel hack for Safari fat text */; margin: 0;  }
.clear 	{ clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }

h1 { background: url('../images/1810-logo.png') no-repeat center top; width: 260px; height: 87px; color: #f1f1f1; text-align: center; text-indent: -99999px; margin: 0; padding: 0; }
h2 { color: #f1f1f1; font: 65px 'Glegoo', Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal; text-transform: none; margin: 20px 0 0; padding: 0; }
p { font: 13px/20px 'Source Sans Pro', "Lucida Grande", Lucida, Verdana, sans-serif; font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal; text-transform: none; color: #f0b7cf; }

a, a:visited { color: #f0b7cf; text-decoration: none; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }
a:hover { color: #f1f1f1; }

header { padding: 20px 0; margin: 80px auto 35px; text-align: center; width: 260px; }
footer { border-top: 1px solid rgba(241, 241, 241, 0.2); margin: 0 auto; padding: 20px 10px; width: 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { h1 { background: url('../images/1810-logo-hi.png') no-repeat; background-size: 260px 87px; border: 1px solid #f06eaa; }