/*
Theme Name:		PBSC - Landing Page
Description:	Landing page, to link to the Supporters Club and SLSC
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		1.0
*/


html, body { margin:0; padding:0; }
html { background:url(images/background.jpg) no-repeat bottom center fixed; background-size:cover; border-top:5px solid #0f6fad; }

body { text-align:center; font-family: 'PT Sans', sans-serif; }
img { max-width:100%; height:auto; }

.header { margin:3em 0 6em; margin-bottom:2em; }
.header img { }

.content { margin-bottom:3em; }
.content:after { content:""; clear:both; display:table; }
.content .site { display:inline-block; width:566px; max-width:100%; background:#025991; color:#FFF; margin:0 0 1em; }
.content .site a { color:inherit; text-decoration:inherit; }
.content .site p a { display:inline-block; padding:0.3em 0.2em; margin-right:0.5em; }
.content .site p a:last-child { margin-right:0; }
.content .site svg { color:#f8d82f; }
.content .site .fa-envelope { margin-right:0.25em; }
@media only screen and (min-width: 800px) {
	.content .site { max-width:48%; margin:0 1% 1em; }
	.content .site:first-child { margin-left:0; }
	.content .site:last-child { margin-right:0; }
}

.footer { color:#FFF; text-shadow:1px 1px 2px rgba(0,0,0,0.7), -1px 1px 2px rgba(0,0,0,0.7), 1px -1px 2px rgba(0,0,0,0.7), -1px -1px 2px rgba(0,0,0,0.7); }