html {
	background: #333 url('../images/bg/screenings_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 20px;
}

h6 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
}

h4 a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

h4 a:hover {
	background-color: #f5e925;
	color: #000;
}