@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400italic);
html {
	height: 100%;
	background-attachment: fixed;
	background-color: #333840;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: 300;
	height: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #eee;
}
p { margin: 0; }
.italic { font-style: italic; }
#wrapper { height: 100%; }
#content { margin: 0 auto 2em; }
header {
	text-align: center;
	margin: 0 auto 3em;
}
h1 {
	display: block;
	background-image: url("images/andisaleh.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 206px 24px;
	width: 206px;
	height: 24px;
	text-indent: -999em;
	overflow: hidden;
	padding: 2em 0 1em;
	margin: 0 auto;
}
.no-svg h1 { background-image: url("images/andisaleh.png"); }
.teaser {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
	padding: 1em;
}
#rotator {
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	width: 90%;
	max-width: 50em;
}
#rotator li {
	visibility: hidden;
	position: absolute;
	top: 0;
}
.testi-photo img {
	border-radius: 50%;
	height: 76px;
	width: 76px;
}
.testi-text {
	font-family: "Droid Serif", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	margin: 2em auto 1.5em;
	display: inline-block;
}
footer {
	display: block;
	text-align: center;
}
.logo {
	background-image: url("images/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	display: block;
	height: 50px;
	margin: 0 auto;
	padding: 25px 0;
	width: 50px;
}
.no-svg .logo { background-image: url("images/logo.png"); }
footer p {
	font-size: 0.8em;
	margin: 0 1em 1em;
	text-align: center;
	text-transform: uppercase;
}
.follows > div {
	margin-bottom: 0.5em;
	height: 21px;
	display: block;
}
.contact {
	display: inline-block;
	margin: 2em 0;
}
.contact a {
	font-weight: 700;
	color: #eee;
	text-decoration: none;
	font-size: 1.14em;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.contact a:before {
	background-image: url("images/send.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 47px 33px;
	content: "";
	display: inline-block;
	height: 33px;
	margin-right: 0.5em;
	position: relative;
	top: 1em;
	width: 47px;
}
.no-svg .contact a:before { background-image: url("images/send.png"); }
.contact a:hover { color: #ffc555; }

@media only screen and (min-width: 50em) {
#content {
	margin: 0 auto -100px;
	height: 100%;
	height: auto;
	min-height: 100%;
}
header { margin-bottom: 6em; }
.teaser {
	font-size: 2.4em;
	line-height: 1.3;
	padding: .5em 1em 0.5em;
}
#rotator { margin-bottom: 4em; }
footer,
.pusher {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.logo {
	border-right: 1px solid #BBBBBB;
	float: left;
	margin-right: 30px;
	padding: 25px 30px;
}
footer p {
	margin: 0;
	padding-top: 1.5em;
	text-align: left;
}
.follows {
	text-align: left;
	margin-top: .5em;
}
.follows > div {
	float: left;
	margin-right: 0.4em;
}
.contact {
	position: absolute;
	right: 3em;
	top: 0;
}
}

@media only screen and (min-width: 64em) {
header { margin-bottom: 5em; }
.teaser {
	font-size: 2.8em;
	padding: 2.5em 1em 0.5em;
}
#rotator { margin-bottom: 3em; }
}
