@charset "UTF-8";
/* The Original Silicone Boone
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

@font-face {
    font-family: 'GT';
    src: url('GT-Super-Display-Regular.woff');
}

html {
background: url("images/Silicone-Boone-Universe.jpg") repeat center top;
height: 100vh;
}

#container
{
max-width: 75%;
padding:auto;
margin:40px auto;
text-align:center;

}

header {
padding: 1px 20px 1px 20px;
background-color: #ffffff;
outline-style: solid;
outline-width: 2px;
}

main {
margin: 20px 0 0 0;
padding: 30px;
background-color: #ffffff;
outline-style: solid;
outline-width: 2px;
}

footer {
margin: 20px 0 0 0;
padding: 30px;
background-color: #ffffff;
outline-style: solid;
outline-width: 2px;
font-size: smaller;
}

.player  {
text-align: center;
}
}

img {
outline-style: solid;
outline-width: 2px;
}


/* Typography and Stuff  */

body {
	font-family: 'GT';
	color:#323232;
	font-weight: normal
}

h1 {
	font-size: 8vw;
	font-weight: normal
	margin: 20px;
}

p {
	text-align: left;
	line-height: 1.25em;
}

