/* --------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL: HTML ELEMENTS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: white;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	font-size: 55px;
	font-weight: 300;
	line-height: 1;
}
h2 {
	margin-top: 10px;
	color: #5F5F5F;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}
h3 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 19px;

}
p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 15px;
}
a {
	color: #07548C;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
ul, ol, address {
	margin-top: 10px;
}
ul {
	list-style-position: inside;
	list-style-type: square;
	display: inline;
	padding-left: 10px;
	font-size: 15px;
}
ul li {
	display: inline;
	margin-right: 20px;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL: LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
#background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../design/bg.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
#pattern {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url("../design/pattern.png");
	opacity: 0.2;
}
#vcard {
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 9999;
	width: 390px;
	height: 339px;
	padding: 0px 0px 0px 320px;
	background: #FFF url("../design/photo.jpg") 0 0 no-repeat;
}
.icons {
	color: #000;
	margin-right: 5px;
}
