/*Globals*/
*{
	font-family: 'Montserrat', sans-serif;
}

body{
	background: url(img/lawler-bg-green.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	line-height: 1.4;
}

h1{
	font-weight: 100;
	font-size: 2em;
	color: #fff;
}

p{
	font-size: 1.2em;
	color: #fff;
	font-weight: 100;
}

.container{
	margin: 20px auto;
  	max-width: 720px;
  	background-color: rgba(0, 0, 0, 0.16);
}

.video-container{
	max-width: 720px;
	width: 100%;
	margin: 20px auto;
}

/*Form*/

#_form_5EF601ED00CF4_ input[type="text"], 
#_form_5EF601ED00CF4_ input[type="date"], 
#_form_5EF601ED00CF4_ textarea {
    padding: 20px;
}

/*Video Page*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
