body{
	background:url(../images/background.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	
}
.content{
	background-color: rgba(0, 0, 0, 0.3);
	max-width:600px;
	padding:30px;
	margin:0 auto;
	border-radius: 8px;
}

/*
body::before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
}
*/
a {color:#FFF;text-decoration:underline;}
.button
{
background-color:#e75829;
}
h2{
	font-size:25px;
}
.logo{
	display:block;
	max-width:100%;
	margin:0 auto 45px;

}
.blurb{
	margin-bottom:45px;
	font-size:20px;
	/* font-family: 'Shadows Into Light Two', cursive; */
	font-weight:bold;
}
.video{
	margin:15px auto 45px;
	display:block;
	max-width:360px;
	width:100%;
	height:200px;
}


@media ( min-width:768px ) {
      html, body {
        height: 100%;
        margin: 0;
        padding: 0 0;
    }

    .container {
        height: 100%;
        display: table;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .row {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

}
@media ( max-width:768px ) {
	body{
		background-size:cover;
	}
	.content{
		padding:20px 5px;
	}
}
