<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body.splash {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(../../img/splash/splash-page-background.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

body.splash .top-section {
	background-color: #e4e3e0;
	padding: 1rem;
}

body.splash .enter {
	font-family: 'Pridi', serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	letter-spacing: 2px;
}



body.splash .name {
	margin-bottom: 1.25rem;
}

body.splash p.footer  {
	text-align: center;
	color: #e4e3e0;
	font-size: .7rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

body.splash a:link, a:visited {
	color: #fff !important;
}

body.splash a:hover {
	color: #85abbf !important;
}

body.splash .blizzard {
	background-color: #1e5f43;
	margin-top: 1rem;
	font-family: 'Pridi', serif;
	margin-right: .7rem;
	margin-left: .7rem;
}

body.splash .blizzard:hover {
	color:#fff !important;
}

body.splash h2 {
	color: #1e305f;
	font-family: 'Pridi', serif;
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: normal;
    margin:0;
    text-align: left;
    text-transform: none;
    margin-bottom: .8rem;
}

body.splash p {
	color: #1e1e1e;
	font-family: 'Bitter', serif;
	font-style: italic;   
    line-height: 1.6;
    margin-bottom: 1rem;
	font-size:1rem !important;

}


body.splash h3 {
	font-family: 'Pridi', serif;
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}

body.splash h3 a:link, h3 a:visited {
	color: #fff;
}

body.splash h3 a:hover {
	color: #85abbf;
}

body.splash h4.hashtag {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 3.250em;
	color: #85abbf;
	font-family: 'Pridi', serif;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: normal;
}

body.splash h4.hashtag a:link, h4.hashtag a:visited {
	color: #85abbf;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	body.splash h4.hashtag {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 1.7em;
	color: #85abbf;
	font-family: 'Pridi', serif;
	font-weight: 500;
}
	
	body.splash .top-section {
	   width:80%;
		margin:1rem auto;
		float: none;
}
	
	.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: none !important;
}

body.splash h2 {
	text-align: center;
}
	
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	body.splash h4.hashtag {;
	font-size: 2.5em;

}
	
	body.splash h3 {
	font-size: .85rem;
}
	
		body.splash .top-section {
	   width:70%;
		margin:1rem auto;
		float: none;
}
	
	.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: none !important;
}


	
	
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
.large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    width: 47% !important;
	margin: 1rem;
}


	
		body.splash .top-section {
	  min-height:750px;
}
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}</pre></body></html>