html, body {
    background-color: #fff;
    color: black;
    height: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway", sans-serif;
}

h2 {
	font-size:1.5em;
} 

.header {
	background-color: #fff;
	border-bottom:5px solid #508576;
    width: 100%;
	position:fixed;
	top:0px;
}

/* Menu - kommer senere */



.site-content {
  padding-top: 160px;
  padding-bottom:140px;
}

.footer {
	background-color: #da5500;
	color: white;
    width: 100%;
	padding:10px 0px 10px 20px;
}

.logo {
	width:100%;
}