
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../image/forside.png");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
}

#container{
	
	
	margin: 150px auto;
	width: 80%;
	
	background: white;
	min-height: 990px;
	border: 4px solid #ee2b7c;
	border-radius: 20px;
	display: none;
	#opacity: .98;
	padding: 30px;
	vertical-align: middle;
	
}

#topline {
	position: absolute;
	top: 0;
	left: 0;
	
	background:	#ee2b7c;
	width: 100%;
	height: 36px;
	text-align: center;
	padding: 2px;
	color: white;
}

#logo {
	
	width: 280px;
}

#ragnhild {
	
	position: relative;
	top: -80px;
	left: 50px;
	background-image: url("../image/ragnhildcircle.png");
	background-position: center center;
	background-size: cover;
	float: right;
	border: 4px solid #ee2b7c;
	border-radius: 130px;
	padding: 2px;
	background-color: white;
	width: 150px;
	height: 150px;
	box-shadow: 0 0 5px white;
	margin: 0;
	
}

#signatur{
	#float: right;
	position: relative;
	top: 160px;
	left: 10px;
	width: 120px;
	
}

#post{
	margin: 0;
	width: 100%;
	
	
}

#mainimg{
	
	float: left;
	margin:0 45px 25px 0;
	max-width: 400px;
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	box-shadow: 2px 2px 5px gray;
}
iframe{
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	box-shadow: 2px 2px 5px gray;
	
}

#caption{
	float: left;
	position: relative;
	background: white;
	top: -44px;
	margin: 5px;
	margin-bottom: 20px;
	max-width: 380px;
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	box-shadow: 2px 2px 5px gray;
	clear: both;
	padding: 5px;
	font-size: 12px;
}

#thumbs{
	
	margin: 5px;
	max-height: 200px;
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	box-shadow: 2px 2px 5px gray;
}

#ingress{
	font-weight: bold;
	#float: right;
	
	
}



#footer{
	
	#position: relative;
	left: 800px;
	top: 10px;
	
}

#filter{
	
	display: inline-block;
	margin: 5px;
	min-width: 40px;
	text-decoration: none;
	padding: 8px;
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	color: black;
	font-weight: bold;
	
}

#filter:hover{
	
	display: inline-block;
	margin: 5px;
	background: #ee2b7c;
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	
}

#filterselected{
	display: inline-block;
	margin: 5px;
	
	text-decoration:underline;
	padding: 8px;
	display: inline-block;
	margin: 5px;
	background: #ee2b7c;
	border: 2px solid #ee2b7c;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	
}

#next{
	margin-left: 60px;
	border: 0px solid #ee2b7c;
	border-radius: 10px;
	text-decoration: none;
	padding: 4px;
	
}

#divider{
	display: inline-block;
	position: relative;
	top: 5px;
	height: 16px;
	width: 0px;
	border: 2px solid #ee2b7c;
	margin: 0;
	padding: 0;
}

a {
	
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	color: black;
	margin: 2px;
	
}

a:hover {
	
	background:#ee2b7c; 
	color: white;
	border-radius: 5px;
	
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
#container img {
	  max-width: 90%;
  }
  
#logo {
	
	width: 200px;
}

#signatur{
	
	position: relative;
	top: 130px;
	left:10px;
	width: 100px;
}

#ragnhild {
	top: -180px;
	left: 34px;
	width: 120px;
	height: 120px;
	
	
}  

#ingress {
	clear: both;
	
	
}

}