



body {
	background-image: url("background-desktop.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align:center;
  color:#3c3c3b;
  font-family: sans-serif;
}

h1 {font-size: 110px;
letter-spacing: -3px;}

h2 {
	font-weight: 200;
font-size: 40px;
}

h3 {
	font-weight: 100;
	font-size:25px;
	color:#b6b6b6;
}
.content {
margin-top:40vh;

}