html, body{
	height: 100% ;
}

body {
/*	background: linear-gradient(to bottom,#424242 0,#242424 100%) no-repeat;*/
	background: url("img/shutterstock_1393627289.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;*/
	font-family: Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}

.videos{
	padding-top: 50px;
	height: calc(100% - 100px)
}
#headline {
/*	font-family: Garamond,Times,"Times New Roman",serif;*/
	font-size: 60px;
	position: relative;
	left: 50px;
	top: 20px;
	height: 100px;
	width: calc(100% - 100px);
	text-align: center;
}

.row.text-center {
	padding-left: 80px;
}
#subline {
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}
#subline a {
	color: white;
	text-decoration: underline;
}

