.headerwrap {
    width: 950px;
    margin: auto;
    position: relative;
    z-index: 100;
}
.headeroutside {
    background-color: rgb(92,115,132); 
    height: 170px;
}
.headerlogo {
    position: relative;
    top: 20px;
    float: left;
}
.navwrap {
    width: 1000px;
}
.mainwrapper {
    width: 1000px;
    margin: auto;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 20px;
    background-color: rgb(246,248,245);
}
header h1 {
    font-size: 60pt;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 0;
    position: relative;
    top: 63px;
    left: 25px;
    text-shadow: 3px 3px 5px rgb(50,50,50);
}
header a {
    text-decoration: none;
    color: white;
}
#navbackground {
    background-color: rgb(250,195,65);
    height: 50px;
    position: relative;
    border-top: 3px solid rgb(8,55,100);
    border-bottom: 2px solid rgb(8,55,100);
}
nav {
    position: relative;
    margin: auto;
    font-size: 10pt;
    font-family: 'Montserrat', sans-serif;
}
nav ul {
    padding-left: 0px;
}
nav ul li {
    list-style-type: none;
    width: 200px;
    background-color: rgb(250,195,65);
    height: 45px;
    position: relative;
    float: left;
    top: -13px;
}
nav ul li a {
    display: inline-block;
    width: 200px;
    height: 45px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: rgb(246,248,245);
    padding-top: 16px;
    text-shadow: 0.5px 0.5px 1px rgb(50,50,50);
}
nav ul li a:hover {
    background-color: rgb(115,112,93);
    height: 45px;
    transition: 0.4s;
}
.group {
    width: 200px;
    height: 45px;
    float: left;
}
.group .drop {
    display: none;
}
.group:hover .drop {
    display: block;
    z-index: 1;
}
.drop:hover .group:hover {
    background-color: rgb(115,112,93);
    z-index: 1;
}
nav ul li:nth-of-type(2) {
    margin-top: 2px;
}
body {
    margin: 0px 0px 15px 0px;
    padding: 0;
    background-color: rgb(115,112,93);
    position: relative;
}
main, article, aside, p {
    font-family: 'Frank Ruhl Libre', serif;
}
main a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
h2 {
    font-family: 'Frank Ruhl Libre', serif;
    text-align: center;
    font-size: 20pt;
}
h3 {
    font-size: 16pt;
}
h4 {
    line-height: 0;
    font-size: 13pt;
}
main li {
    font-family: 'Lato', sans-serif;
    font-size: 11pt;
    line-height: 1.3;
}
article {
    width: 740px;
    float: right;
    border-left: 1px dashed rgb(170,170,170);
    padding-left: 20px;
}
aside {
    width: 200px;
    float: left;
    font-size: 11pt;
}
aside a {
    font-weight: normal;
}
.lilinks {
    padding-left: 20px;
}
.lifont:hover {
    text-decoration: underline;
}
footer {
    text-align: right;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 10pt;
    line-height: 0.8;
}
table {
    width: 800px;
    margin: auto;
    font-family: 'Frank Ruhl Libre', serif;
}
table a {
    color: black;
}
td {
    vertical-align: top;
}
td:nth-child(2), td:nth-child(2) a {
    font-size: 15pt;
    width: 275px;
    text-decoration: none;
}
td:nth-child(1) {
    width: 70px;
    height: 50px;
}
td:nth-child(3) {
    text-decoration: underlined;
    padding-bottom: 10px;
}
figure {
    width: 172px;
    padding: 10px 10px 10px 10px;
    margin: 0px 30px 0px 0px;
    border: 1px solid rgb(190,190,190);
    float: left;
}
figcaption {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 11pt;
}
.plist {
    text-align: center;
    font-style: italic;
}
.magfloat {
    float: right;
}
.menu {
    padding: 0 px 5px 5px 5px;
    height: 160px;
}

* {box-sizing:border-box}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.mySlides {
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.text {
    color: #f2f2f2;
    background-color: rgba(0,0,0,0.4);
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.fifty {
    width: 50px;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
img.demo {
  opacity: 0.6;
}
.active, .demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ------- This section is for a pop-down with Library Hours ------- */

#hours {
    position: absolute;
    right: 0px;
    box-shadow: 1px 2px 7px rgba(0,0,0,0.4);
    z-index: 200;
    width: 430px;
    padding: 25px 20px 2px;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
}
#open {
    border: 1px solid gray;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
    width: 200px;
    height: 32px;
    padding: 8px 0px 4px;
    text-align: center;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    position: absolute;
    top: -2px;
    right: 115px;
    z-index: 150;
}
#open:active, #close:active {
    background-color: rgb(255,240,220);
}
#close {
    margin: 15px auto 5px;
    border: 1px solid gray;
    border-radius: 15px;
    width: 200px;
    height: 29px;
    padding: 4px;
    text-align: center;
    background-color: white;
}
.upper {
    visibility: hidden;
    opacity: 0;
    top: -155px;
    transition: 0.7s;
}
.downer {
    visibility: visible;
    opacity: 1;
    top: -20px;
    background-color: white;
    border: 4px double black;
    border-radius: 0px 0px 15px 15px;
    transition: 0.7s;
}











/* Farger
Mørk blå: 8,41,93 ELLER 3,41,83
gul: 255,193,27
offesiell: gul - 250,195,65

rgb(10,20,55) Blå
rgb(92,115,132) mørk turkis
rgb(246,248,245) grå/hvit
rgb(115,112,93) brungrå
rgb(255,204,0) Gul

font-family: 'Frank Ruhl Libre', serif;
font-family: 'Lato', sans-serif;
*/