@import url(http://fonts.googleapis.com/css?family=Roboto:100);
body {
	background: url(../img/bg-image.jpg)no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #444;
}
h1 {
	font-size: 2em;
  font-weight: bold;
  font-family: 'Roboto';
}
h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
	font-size: 20px;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
}
/* wrapper */
#wrapper {
	text-align: center;
	padding: 50px 0;
	min-height: 300px;
}
img {
    width: 200px;
    margin: 0 auto;
}
/* footer */
p.copyright {
	margin-top: 50px;
	color: #444;
	text-align: center;
}