/* CSS Document */
/*-----------------------------------------------------------------Typography and Color */
* {
        margin: 0;
        padding: 0;
        font-color: #3c3c3c
 		font-size: 14;
 		font-family: "Helvetica Neue", "Helvetica", "Sans-Seriff"; 
}

h1,h2,h3{
	color: #3c3c3c;
	margin:5px;
}


html, body {
        background-color: #e6e9ec;
        overflow: hidden;
}

div {
        margin-top: 6em;
        font-family: "LeagueGothicRegular";
        color: #FFF;
        text-align: center;
}

h1 {
        font-size: 18pt;
        letter-spacing: 4pt;
}

p {
        background-position: center center;
        font-size: 14pt;
        line-height: 48pt;
}

p + p {
        font-size: 16pt;
        color: #6a6a6a;
}

strong {
        display: block;
        font-size: 100pt;
        line-height: 100pt;
}

.spotlight {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        pointer-events: none;
        /* this is the sweet spot */
        background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)), color-stop(0.8, rgba(0,0,0,0)));
        background-image: -moz-radial-gradient(50% 50% 45deg,circle closest-side,transparent 0,transparent 100px,rgba(0, 0, 0, 0.8) 120px);
}
/*------------------------------------------------------Layout */
.logo{
	height: 270px:
	width: 580px;
	position: top center;
}
#container {
	height: auto;
}
p.announcement {
	font-family: 'Josefin Sans Std Light', "Helvetica Neue", "Sans-Seriff";
	font-style: normal;
	margin-top: 105px;
	font-size: 13pt;
	color: #9c9c9c;
	position: center;	
} 
