body{
margin:0;
padding: 0;
font-size: 100%;
font-family: Century gothic, sans-serif;
color: #111;
}
.clearfix{
	clear: both;
}

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

h2{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

p{
	font-size: 1.2em;
	line-height: 1.4em;
}

a{
	text-decoration: none;
	color: #666;

}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

li{
	display: inline-block;
	padding: 0 20px 0 0;
}

span#title{
	font-size: 1em;
	
}


header{
	padding: 40px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box; /* x */
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.77);
 	z-index: 1000;
  	position: relative;

}

div#logo{
	float: left;
}

div#logo a{
font-size: 2em;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: #000;
letter-spacing: 1px;
}

nav{
	float: right;
	padding: 20px;
}

nav ul li a {
color: #000;
font-weight: bold;
font-size: 1em;
}

nav ul li a:hover {
	text-decoration: underline;
	color: blue;
	transition: 1s;
}



#content{
	width: 100%;
	box-sizing: border-box; /* x */
}

/* ========== Home =========== */

div#feature{
	width: 100%;
	height: 900px;
	background-image: url("images/image-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box; /* x */
	padding: 10%;
}

div#feature h1{
	color: #fff;
	font-size: 5em;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	padding: 40px 0;
	box-shadow: 2px 2px 2px #000;
	letter-spacing: 1px;
}

/* ========== About Me =========== */

body#about-me div#content{

max-width: 900px;
margin: 10% auto;

}

img#profile{
float: left;
width: 170px;
}

div#description{
	margin: 0 40px;
  	float: left;
  	width: 70%;}

div#description p{
	font-size: 1.3em;
}




/* ========== Sizzle Reel =========== */


footer{
	padding: 40px;
	background-color: #111;
	color: #999;
	width: 100%;
	text-align: right;
	box-sizing: border-box; /* x */
}

footer p{
	font-size: 10px;
}


/* ========== Media Q =========== */

@media screen and (max-width: 400px){
div#feature h1{
	font-size: 3em;	
}

#content img{
	margin-left: 40px;
}

}

