body {

    background-image: url("./../bilder/nature.jpg");
    background-repeat: no-repeat ;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgb(0, 128, 255);
    margin: auto;
}
form{
  margin-bottom: 0;
}




ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: black;


}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: green;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(249, 249, 249);
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: green}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: black;
}



/*


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    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;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.active {
  background-color: #4CAF50;
}
*/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.justify {
  text-align: justify;
}
.inherit {
  text-align: inherit;
}

.center1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: blue;
}
.middle {
  text-align: center;
  vertical-align: middle;
}

.text_placement {
    position: absolute;
    left: 5%;
    right:5%;
  }

.hjem {
  background-color:yellow;
  }

.tekst_background-black {
  text-shadow: 2px 2px black;
}

.tekst_background-lightblue {
  text-shadow: 2px 2px lightblue;
}

@font-face {
  font-family: Splat;
  src: url("./../font/paintball.otf");
}
.font {
  font-family: Splat;
}
.text_background-orange {
  text-shadow: 2px 2px orange;
}

.z-1 {
  z-index: 1-
}
.z0 {
  z-index: 0
}
.z1 {
  z-index: 1
}
