@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;

}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #999}
	
#wrapper {
	width: 100%;
	margin: 0 auto;
	top: 20%;
	height: 100%;
	position: absolute;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

.impr{
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 3em; 
  position: fixed;
  text-align: center;
  z-index: 1;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}

.impr li { 
  display:inline;
  list-style: none;
  padding:0 2em;
}
.text{
    font-weight: 300;
	font-size: 1em;
	color: #000;
	margin: 0 auto;
	width: 70%;
	height: auto;
	padding: 4em 0;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	}
.text ul{
    padding: 0 1.3em;
	}
h1{
    font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.1em;
	padding-bottom: 3em;
	}
h4{
    text-decoration: underline;
	font-weight: 300;
	padding: 3em 0 0.5em 0;
	text-transform: uppercase;
	
	}