@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Vollkorn', serif;
	color: #555;
	font-weight: 400;
	line-height: 1.3em;
	font-style: normal;
	word-spacing: 1px;
}
h3 {
	font-size: 20px;
	line-height: 0em;
	margin:0 auto;
}

a {
	color:#ff0000;
	text-decoration:underline;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  
  	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	line-height: 1.5em;
	text-align:center;
	margin-top:-00px;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 800px;
  min-height: 400px;
  margin: 50px auto;
  color: #333;
}


#tag-line {
	margin-top:125px;
}

#info {
	margin-top:80px;
}