* { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
    height: 100%;
}

body {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/lens-back.jpg);
	background-color: #6F7072;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: auto;
	height: auto;
	font-family: "ff-tisa-sans-web-pro", Arial, Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #FFFFFF;	
}
a,
a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover,
a:active {
	color: #93CFE5;
}
h1, h2, h3, h4 {
	margin-bottom: 25px;
}
h1 {
	font-size: 52px;
	font-weight: 700;
	font-variant: small-caps;
	letter-spacing: 2px;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 140%;	
}
h3 {
	font-size: 25px;
	font-weight: 400;
	line-height: 140%;	
}
h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;	
}
#home {	
	text-align: center;	
	white-space: nowrap;
}
#home .business-card {
	width: 700px;
	height: 460px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
	text-align: center;
	white-space: nowrap;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: -230px;
	margin-left: -350px;
	background-color: #303a3a;
	border-radius: 15px;
	-webkit-box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.19);
	box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.19);
}




@media screen and (max-width:720px) {
	#home .business-card {
		width: 600px;
		height: 400px;
		margin-top: -200px;
		margin-left: -300px;
		white-space: normal;
	}
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 21px;	
	}
	h3 {
		font-size: 19px;
		line-height: 150%;
	}
	h4 {
		font-size: 13px;
	}
}
@media screen and (max-width:600px) {
	#home .business-card {
		width: 500px;
		height: 400px;
		margin-top: -200px;
		margin-left: -250px;
	}
}
@media screen and (max-width:500px) {
	#home .business-card {
		width: 500px;
		height: 350px;
		margin-top: -150px;
		margin-left: -275px;
		white-space: normal;
	}
}

@media handheld and (max-width:720px) {
	#home .business-card {
		width: 90%;
		height: auto;
		margin-top: 10px;;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		top: 0%;
		left: 0%;
	}
}
@media screen and (max-width:500px) {
	#home .business-card {
		width: 95%;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		position: relative;
		top: 0%;
		left: 0%;
	}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 18px;	
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 13px;
	}
}

