@media (min-width: 768px){
body{
	font-family: Verdana;
}
html{
	background: url(../pics/tenet-bg-01.jpg) no-repeat center center fixed;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../pics/hvbg.jpg);*/
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
	height: 100%;
    overflow: hidden;
}
	.text-center{
		text-align: center;
	}
	.text-white{
		color: white;
		font-size: 50px;
	}
	.text-white-small{
		color: white;
		font-size: 20px;
	}
	h1{
		margin:300px auto 0 auto;
		text-shadow: 4px 6px 3px #222;
	}
	.footer{
		color: #222;
		font-size: 12px;
		text-align: center;
		position: fixed;
		bottom: 0;
		margin:auto;
		width: 100%;
	}
	a {
		color: #999;
	}
	a :hover{
		color: #222;
		text-decoration: none;
	}
.container{
	width: 100%;
	margin:auto;
}
}


@media (max-width: 767px){
body{
	font-family: Verdana;
}
html{
	background: url(../pics/tmbg.jpg) no-repeat center center fixed;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../pics/hvbg.jpg);*/
	/*background-size: contain;
	-webkit-background-size: contain;
    -moz-background-size: contain;*/
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
	max-width: 100%;
	height: 100%;
    /*overflow: hidden;*/
}
	.text-center{
		text-align: center;
	}
	.text-center{
		text-align: center;
	}
	.text-white{
		color: white;
		font-size: 34px;
	}
	.text-white-small{
		color: #fff;
		font-size: 16px;
	}
	h1{
		margin:250px auto 0 auto;
		text-shadow: 4px 6px 3px #222;
	}
	.footer{
		color: #fff;
		font-size: 12px;
		text-align: center;
		position: fixed;
		bottom: 0;
		margin:auto;
		width: 100%;
	}
	a {
		color: #999;
	}
	a :hover{
		color: #fff;
		text-decoration: none;
	}

	.container{
		width: 100%;
		margin:auto;
		padding:0;
	}

}