body {
  background: url('/assets/images/mc.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
a {color:#291e1a; text-decoration: none; }

h1 {
	font-family: "Open Sans",sans-serif;
	font-size: 4em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 50px;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	# text-align: center;
	color: #291e1a;
	text-shadow:2px 2px 5px #333333;
}
