
@font-face {
	font-family: 'Lora';
	src: url('../fonts/lora/Lora-Regular.ttf');
}

body{
/*background: -webkit-gradient(linear,left top,left bottom,from(rgba(47,23,15,.65))),url(../img/bg.jpg);*/
background:url(../img/bild.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
font-family: Lora;
}

h2{
	margin-top:10px;
	font-size: 18pt;
}

p{
	font-size: 15pt;
}
a:hover{
  color:inherit;
}

.content{
	background-color: rgba(206,235,177,0.8);
	color:#469508;
	border-radius: 5px;
	padding-left:0.5em;
	margin-left:0.5em;
	padding-right:0.5em;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 15pt;ss
}
.asdf{
	margin-top:10%;
}
