@charset "UTF-8";
/* CSS Document */


/* Exploratorium http://www.exploratorium.edu/ronh/ */

body{
	background-image: url("images/secret_bg.gif");
	color: #FFF;
}

a {
	color: #8888FF;
}

a:visited {
	color: #CC44FF;
}

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 1.17em;
}

img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

hr.short {
	height: 5px;
	width: 50%;
}

#content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

header {
	text-align: center;
	border-bottom: 1px solid #FFF;
}

.bigFont {
	font-size: 110%;
}

.biggerFont {
	font-size: 150%;
}

.inset-wrap {
	text-align: center;
}

.inset {
	display: inline-block;
}

.resources {
	line-height: 200%;
}

@media only screen and (max-device-width: 480px) {
	
	#content {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.inset-wrap {
		font-size: 150%;
	}
	
	p {
		margin: 28px 0px;
	}
}