body {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #1a0f16;
	background: #a17264;
	letter-spacing: 0.2em;
	font-family: Poppins, serif;

}

img {
    padding: 5px;
}


a {
    color: #e5a792;
    text-decoration: none;
}

a:hover, a:active {
    color: #1a0f16;
    display: inline-block;
}

#wrapper {
	margin: 50px auto 0 auto;
	width: 900px;
	position: relative;
}

#header {
	position: relative;
	padding: 0px;
	color: #ffffff;
	background: #e5a792;
}

h1 {
    text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2em;
	font-weight: Extra-Bold;
	font-family: Poppins, sans-serif;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}

#banner {
	position: relative;
	padding: 25px;
	height: 250px;
    background-image: url("images/studiosessions.png");
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

#nav {
    position: relative;
	height: 50px;
	width: 900px;
	margin: 20px auto 20px;
	padding: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
	background: #e5a792;
	word-spacing: 3em;
}

#nav a {
    color: #ffffff;
    text-decoration: none;
    word-spacing: 3em;
    display: inline;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}

#nav a:hover, a:active {
    color: #1a0f16;
    text-decoration: none;
}

#content {
    text-align: center;
    margin: auto;
	padding: 2%;
	width: 850px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 5px rgba(0,0,0,0.1);
}

h2 {
	letter-spacing: 0.25em;
	text-transform: lowercase;
	font-family: Poppins, sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	color: #a17264;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);

}

#footer {
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-size: 0.5em;
	font-family: Poppins, sans-serif;
	color: rgba(255,255,255,0.6);
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover, a:active {
    color: rgba(255,255,255,0.6);
    display: inline-block;
}