html, body{
  margin: 0;
  padding: 0;
}

html {
 background: url(img/subcom_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body {
  color: white;
  font-size: 20px;
  font-family: 'Sen', sans-serif;
}

#content {
  width: 80%;
  margin: 0 auto 0 auto;
  text-align: center;
  padding-bottom: 3em;
}

#logo { 
  max-width: 100%;
  margin: 100px auto 40px auto;
  opacity: 0.2;
}

#staffan {
  width: 240px;
  padding: 0;
  margin: 4em auto 0 auto;
  opacity: 0.8; 
}

#text {
	line-height: 1.4;
	opacity: 0.6;
	width: 80%;
	margin: 2em auto 0 auto;
}

#text a {
	color: #fbb257;
	font-weight: bold;
	text-decoration: none;
}



h1 {
	font-size: 32px;
}

.text a:hover{
	text-decoration: underline;
}

a.linkedin {
	background: url(img/linkedin.png) no-repeat center top;
	margin-top: 1em;
	width: 40px;
	height: 40px;
	display: inline-block;
}

a.linkedin:hover{
	background: url(img/linkedin_hover.png) no-repeat center top;
}

