/*******************
----GENERAL---------
*******************/

html { 
  background: url(../img/the-hardy-bucks-movie-official-website-poster-003.jpg) repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*******************
----HEADER----------
*******************/

.header-wrap {
	background: black;
}

.nav ul {
	padding-top: 8px;
	margin-bottom: 10px;
}

.nav a{
	text-decoration: none;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 20px;
	color: white;
	text-transform: uppercase;
}

.selected {
	color: #af3124;
}

header li{
	display: inline;
}

/*******************
----REVIEWS---------
*******************/

#content {
	background: white;
	margin-top: 350px;
	padding-top: 20px;
}

#content a{
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	color: #af3124;
	text-transform: uppercase;
}

#content h1 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
}

#content li {
    list-style-type: none;
}

/*******************
----SOCIAL---------
*******************/

menu .social {
	float: right;
	padding: 5px;
}

.social ul {
    
    padding-top: 10px;
    margin-bottom: 5px;
}

menu .social li {
    
    display: inline;
    list-style-type: none;
}

#trailer {
	margin-top: 350px;
}