* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
body {
	background-color:#eee;
	font-family:Josefin Sans, Sans-serif;	
	font-display: swap;
  overflow-y: scroll;
}	
a {
	color:black;
}
h1 {
	margin-bottom:15px;
}
h2 {
	margin-top:45px;
	margin-bottom:10px;
}
p {
	line-height:1.3;
	margin-bottom:10px;
}
nav {
	margin-bottom:20px;
	text-align:right;
}
nav li {
	list-style:none;
	display:inline;
}
.prosjektliste ul li {
	list-style:none;
	margin-top:20px;
	margin-bottom:20px;
}


.about form {
	margin-top:20px;
	margin-bottom:20px;
}
.bildetekst {
	font-size:12px;
}
.brodtekst{
	font-family:Roboto;
}
.gra{
	color:#666;
}
.navn{
	font-size:18px;
}
.prosjektliste a {
	text-decoration:none;
}
.prosjektliste a:hover {
	text-decoration:underline;
}
.ramme{
	margin:10px auto;
	max-width:100%;
}
.rad {
	margin-bottom:50px;
}
.storbilde {
	margin-bottom:10px;
	max-width:100%;
	max-height:560px;
}

@media only screen and (orientation:landscape) and (min-width: 800px) {
	.ramme{
		width:800px;
	}
}
