body {
	height: 100%;
	font-family: 'Alegreya+Sans';
	font-size: 22px;
}


.blix-bokstav {
	font-family: 'Algreya Sans';
}

.blix-turkis {
	background-color: #33D7B6;
}

.blix-bla {
	background-color: #022245;
}

.blix-lysbla {
	background-color: #22558C;
} 

.blix-lyslysbla {
	background-color: #A2E6D9;
}


/* navigasjonsbar med dropdown */
.ll-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  border-bottom-style: solid;
  border-color: black;
  position: fixed;
  top: 0;
  width: 100%;
  text-decoration: none;
}



.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #df6220;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 250px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

}

.dropdown a:hover {
	background-color: lightgrey;
	padding: 12px 16px;
}

.show {display: block;}

/* navigasjonsbar slutt */



/* unvisited link */
a:link {
  color: #150606;
  text-decoration: none;
  font-family: 'Alegreya+Sans';font-size: 22px;
}

/* visited link */
a:visited {
  color: #202020;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: black;
  background-color: lightgrey;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: black;
  text-decoration: underline;
}  


/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 1%;
}

/* Left and right column */
.column.side {
    width: 15%;
    
}

/* Middle column */
.column.middle {
    width: 70%;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}    


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn { 
    padding: 1%;  
    float: left;
    width: 73%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    padding-left: 1%;
    margin-left: 0.8%;
}



/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 1%;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: 'Alegreya+Sans';font-size: 22px;
}    


/* unvisited link */
.card a:link {
  color: #0e1759;
  text-decoration: none;
}

/* visited link */
.card a:visited {
  color: #6e6e6e;
  text-decoration: none;
}


/* mouse over link */
.card a:hover {
  color: black;
  background-color: grey;
  text-decoration: underline;
}

/* Footer */
.footer {
    padding: 20px;
    
    background-color: #022245;
    margin-top: 20px;
    color: black;
    display: flex;
    justify-content: center;
}

.footer a:hover {
	color: lemonchiffon;
}

.footer a:link {
	color: whitesmoke;
}


/* Responsive layout - makes the three columns stack on top of each other */
@media screen and (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
}



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
        .row{   
    flex-direction: column;
  }
}

.button {
  display: inline-block;
  padding: 8px;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff; /* grønn */
  background-color: #4CAF50; /* kvit */
  border: none;
}

.button a:hover {
  color: black;
  text-decoration: underline;
  background-color: lightgrey;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button1 {background-color: #60d3ef;} /*linuxlars-blå*/
.button2 {background-color: #5e70ef;} /* linuxlars-mørkeblå */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #e7e7e7; color: black;} /* Grå med svart tekst */ 
.button5 {background-color: #555555;} /* Black */
.button6 {background-color: yellow;} /*yellow*/
.button7 {background-color: aqua; color: black;} /* aqua */
.button8 {background-color: green;} /*grønn*/
.button9 {background-color: blue;} /*Vanleg blå*/
.button10 {background-color: #6067ff;} /*lyseblå*/
.button11 {background-color: #33D7B6;}/*blix-turkis*/
.button12 {background-color: #022245;}/*blix-blå*/
.button11 {background-color: #22558C;}/*blix-lysblå*/
.button14 {background-color: #A2E6D9;}/*blix-lyslysblå*/


.ll-container {
  position: relative;
  padding: 1%;
}  

.ll-center {
  width: 100%;
  text-align: center;
}

.ll-border {
  border: 2px solid black;
}

.ll-margin {
  margin: 10px;
} 


/* Dekorasjon */

/* for tekst */
.ll-bokstav {
  color: black; 
  font-family: 'Alegreya+Sans';
}

/* for tekst, bilde m.m. */
.ll-border {
  border-style: solid;
  border-width: 5px;
}

/* Column container */
.ll-row {  
  display: flex;
  flex-wrap: wrap;
}


/* Create two unequal columns that sits next to each other */
/* Sidebar - left column */
.ll-side {
  flex: 50%;
  padding: 15px;
}

/* Main column */
.ll-main {
  flex: 50%;
  padding: 15px;
}


/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .ll-row{   
    flex-direction: column;
  }
}


.line-fem {
  border-style: solid;
  border-width: 5px;
}

.line-to {
  border-style: solid;
  border-width: 2px;
  padding: 1%;
}

.line-tre {
  border-style: solid;
  border-width: 3px;
}

.line-fire {
  border-style: solid;
  border-width: 4px;
}

/* Add a card effect for articles */
.ll-card {
    background-color: white;
    padding: 1%;
    margin-top: 16px;
    margin-bottom: 16px;
}    






/* Bilde seksjon */

/* thumbnail og hover */
.ll-bilde img {
  width: 100%;
}

.ll.desc {
  padding: 15px;
  text-align: center;
}



.ll-bilde:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
} 

.ll-galleri {
  padding: 0 6px;
  float: left;
  width: 31%;
  border: 2px solid #ccc;
  margin: 5px;  
}

.polaroid {
  width: 35%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.container-polaroid {
  text-align: center;
  padding: 10px 20px;
}

/* galleri */
.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 250px;
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}


video {
  max-width: 100%;
  height: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: white;
  padding: 10px;
  box-shadow: 3px;
}
.grid-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  text-align: center;
  margin: 10px;
}  

.gridrow-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  /*grid-template-rows: 600px;
  grid-gap: 10px;*/
  background-color: white;
  padding: 10px;
}


.gridrow-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px;
  font-size: 24px;
}

.pushslide {display:none;}


/* Modal start */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}


#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* Style the top navigation bar */
.topnav {
   overflow: hidden;
   background-color: #5e70ef;
   background-image: linear-gradient(to right, #5e70ef, #60d3ef);
   position: -webkit-sticky; /* Safari */
   position: sticky;
   top: 0;  
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #60d3ef;
    color: black;
    background-image: linear-gradient(yellow, green);
}


.active {
  background-color: #60d3ef;
}


table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #E5E5E5}

th {
  background-color: #22558C;
  color: white;
}

/* unvisited link */
.spesial a:link {
  color: black;
  font-weight: bold;
}

/* visited link */
.spesial a:visited {
  color: grey;
  font-weight: normal;
}

/* mouse over link */
.spesial a:hover {
  color: black;
  background-color: lightgrey;
  text-decoration: underline;
}

/* selected link */
.spesial a:active {
  color: black;
  text-decoration: underline;
}  

/* Column container */
.liten-rad {  
  display: flex;
  flex-wrap: wrap;
}


/* Create two unequal columns that sits next to each other */
/* Sidebar - left column */
.liten-venstre {
  flex: 20%;
  padding: 10px;
}

/* Main column */
.liten-hogre {
  flex: 20%;
  padding: 10px;
}

