﻿/* GENERICS */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}

html, body{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 700;
}

body {
	background: url(images/background.jpg) top center no-repeat fixed;
	color: #fff;
	margin: 15px;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align:middle;
	height: auto;
}


/* CONTENT */
.w3-content {
	max-width: 800px;
	margin: 60px auto;
	position: relative;
	text-align: center;
}

.w3-content p {
	margin: 1.3em auto 1.7em;
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	float: left;
	line-height: 1.32em;
}

.calendar {
	width: 100%;
	margin: 0;
}

.calendar img.calheader {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
}

.calendar a {
	width: 25%;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
}

.calendar a img {
	width: 100%;
}

.bottomlink a, .bottomlink a img {
	width: 100%;
	display: block;
	text-decoration: none;
}

.w3-content p.verybottom {
	margin: 3em auto 10em;
	font-size: 20px;
	float: none;
}

/* RESPONSIVE CLASSES */

@media (max-width:480px){
	.calendar a {
		width: 50%;
	}

	.calendar img.calheader {
		width: 97%;
		top: 1px;
	}
	
	.w3-content {
		margin: 25px auto;
	}
}
	