html, body {
	background-color: #FFC400;
	margin: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	display: inline-block;
	position: fixed;
	top: 0;
	bottom: 5.5em;
	left: 0;
	right: 0;
	width: 38em;
	height: 8em;
	margin: auto;
	background-image: url("../media/under_construction_content_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 3em;
	text-align: center;
}

h3 {
	font-family: 'Dosis', Trebuchet MS, sans-serif;
	font-size: 120%;
	padding-top: 7.5em;
}

/*------------ Footer ----------*/
footer {
	width: 100%;
	height: 2.9em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #22201F;
	text-align: center;
	color: #BABABA;
	padding-top:0.6em;
	font-size: 1.0em;
}

.foot_element {
	text-decoration: none;
	margin: 0.5em;
	color: white;
	opacity: 0.65;
	font-family: 'Dosis', Trebuchet MS, sans-serif;
	font-size: 1.0em;
	text-shadow: black 0.1em 0.1em 0.1em, black 0 0 0.4em;

}

#foot_name {
	letter-spacing: 0.25em;
	font-weight: bold;
	margin: 1.3em;
	opacity: 1.0;
}

#foot_twitter {
	background-image: url("../media/Twitter_logo_blue.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#foot_facebook {
	background-image: url("../media/FB-f-Logo__blue_29.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#at_sign {
	font-size: 140%;
}


a:hover, a:focus {
	text-shadow: #FF5F00 0 0 0.5em, black 0.1em 0.1em 0.1em;
	opacity: 0.85;
}

a:active {
	color: #EF2520;
}
/*------------ Footer ----------*/
