.body {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 3%;
  height:100%;
  margin-bottom: 45px;
  vertical-align: middle;
  background-image: url(''); /* fjern innhold i '' for hvit bakgrunn, eller sett farge */
 
    background-size: cover;
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom; 
	font-family: garamond; HP Simplified Light;
  }

  .riv { /*fikser overlapping for 1920x1080*/
  display: inline-block;
  margin: 1px;
  }

a:link, a:visited {
	color: grey;
	text-decoration: none;
	}

a:hover {
	color: black;
	text-decoration: overline underline;
	}


/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 46%;
    padding: 10px;
	margin: 2px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


.nav {
	float: right;
	padding: 12px;
	padding-top: 30px;
	font-family: Palatino Linotype;
	font-variant: ;
}
.logo {
	float: left;
	display: inline-block;
	position: relative;
	font-family: vivaldi; Great Vibes; Arial;
	font-size: 55px;
	
	padding-left: 20px;
	
	}


.imgsida {
	border: 1px solid black;
	max-width: 98%;
	}

.imglang {
    border: 1px solid black;
	max-width: 100%;
	}

.imglitenright {
	border: 1px solid black;
	max-width: 47%;
	float: right;
	}

.imglitenleft {
	border: 1px solid black;
	max-width: 47%;
	float: left;
	}



/* Greier til credit sida */

.imgcredit {
	border:1 px solid black;
	max-width: 400px;
	float:right;
	}

.divcredit {
	padding: 20px;
	clear: both;
	}

#header {
	height:60px;
	width:100%;
	
	}

#header a:link {text-decoration: none; color : black;  }
#header a:hover {text-decoration: underline overline; color : black;  }
#header a:visited {text-decoration: none; color : black;  }

/* Simen*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 22, 2018 */



@font-face {
    font-family: 'benjaminregular';
    src: url('benjaminregular-webfont.woff2') format('woff2'),
         url('benjaminregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.icon-bar {
    width: 100%;
    background-color: darkgrey;
    overflow: auto;}
.icon-bar a {
    float: right;
    width: 10%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: black;
    font-size: 1.2em;}
.icon-bar a:hover {background-color: grey;}

.footer {
    width: 100%;
    background-color: darkgrey;
    overflow: auto;
    font-family: 'Times New Roman', Times, serif;
}
.footer a {
    float: left;
    width: 10%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: black;
    font-size: 1.2em;
	color: white;
}
.footer a:hover {background-color: grey;}

/* Simen slutt */
/* Øyvind */


p.one {
text-align: justify;
}


div.blomst {
    background-color: lemonchiffon;
    width: 67%;
    border: 5px solid darkorchid;
    padding: 5px;
    margin: 5px;
    border-radius: 12px;
	text-align: center;
	
}
/* Øyvind slutt */
/*Mildri*/

iframe {
    border-style: solid;
    border-width: 3px;
    border-color: #D8D8D8;
	width: 96%;
}
table {
width: 98%;
}

thead {
font-weight: bold;
}

table, th, td {
   border-style: solid;
   border-width: 3px;
   border-color: #D8D8D8;
   line-height: 2.8em;
   font-family: HP Simplified Light, garamond, arial;
   font-size: 14px;
   border-collapse: collapse;
   padding: 5px;
}

/* Mildri slutt */

/* fjernet font  <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'> */