@charset "UTF-8";
/* CSS Document */
.intro-text {
	text-align: center;
}
.intro-text .button {
    width: 40%;
}
.intro-text h2 {
	text-align:center;
}
.intro-text .headline {
    font-size: 2em !important;
}
.intro-text p {
    text-shadow: 0 0 3px #000;
    margin: 0 0 30px;
}
.intro-text .white.headline {
    font-size: 2em !important;
}
#landing-page {
	background:#222;
	padding:0 !important;
}
#landing-page h1 {
	display:none;
}
#landing-page .columns {
	border-color:#222 !important;
}
#landing-page #heritage-lp-hero:first-child .module-text {
	background: rgba(0,0,0,.2);
}
#main {
	padding:0 !important;
}
div.olapic_widget {
	background:#222 !important;
	border:0 !important;
}
.olapic_view_all_button {
	color: #222 !important;
}
.varsity .button,
.evenfall .button {
	top: 15px;
    position: relative;
}
.winter .button {
	position: relative;
    top: 30px;
}
@media only screen and (min-width: 768px) {
.intro-text .headline {
    font-size: 3em !important;
}
.intro-text p {
    font-size: 1.2em;
}
#landing-page #heritage-lp-hero:first-child .module-text {
	background:none;
}
}