/* 
Christian Saltarelli  

CSS Stylesheet
SRSupportSheet.css 
*/

body {
	background-color: white;
	width: 100%;
	letter-spacing: 1px;
	font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
	font-weight: 300;
	margin: 0; 
}

.container {
	width: 960px;
	margin: 0 auto;
}

.starsBackground {
    background-image: url(backgroundStars.png);
    box-shadow: 0px 0px 2px #3E3E3E;
    color: white;
    width: 80%;
}

h1, h2 , h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.titleText {
    font-size: 25px;
}

#bigText {
    padding-top: 50px;
    padding-bottom: 50px;
}

#gameText {
    font-family: "AmericanTypewriter-Light";
}

p {
	text-align:center;
	padding-bottom: 30px;
	font-size: 14px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #bdbdbd;
}

input {
    display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

input:hover {
	border-color: #bdbdbd;
}

.button {
	display: inline;
	background-color: #000220;
    color: white;
    font-size: 25px;
	
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	border-color: white;
}

.seperator {
	width: 15%;
	margin: auto;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: white;
}

.center {
	text-align: center;
}

.centerHoriz {
    padding-top: 40px;
}

#centerThanks {
    padding-top: 30px;
}











