.noto-sans {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

/* 
Color pallet
#8ecae6 Light blue
#219ebc Turkis
#023047 dark blue
#ffb703 yellowish
#fb8500 orange
*/

.noto-sans-bold {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

body {
    text-align: center;
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    margin: 0;
    color: #023047;
    max-width: 100%;
    box-sizing: border-box;
}

.section {
    max-width: 85%;
    margin: auto;
}

header {
    position: sticky;
    top: 0px;
}

a {
    text-decoration: none;
}

nav {
    width: 100%;
    background-color: white;
    margin:0px;
}

button {
    cursor: pointer;
    width: 150px;
    padding: 5px;
    font-size: 125%;
    box-shadow: 0px 0px 5px #8ecae6;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-color: #8ecae6;
    border-style: solid;
}
.sokButton:hover {
    animation-duration: 200ms;
    animation-name: sokTextAnimation;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

nav button {
    width: 16%;
    border-style: none;
    border-radius: 0px;
    background-color: white;
    border-color: white;
}
nav button:hover {
    background-color: #c6edff;
}

.activeNav {
    background-color: #8ecae6;
}

.buttonText {
    font-size: 125%;
    font-weight: 500;
    padding: 2px 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline;
}

hr {
    margin-bottom: 0px;
    border-style:solid;
    border-width: 2px;
    border-color: rgba(173, 216, 230, 0.74);
    margin-top: 0px;
}


h1 {
    font-family: "Nokora", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 300%;
}

.sokSection {
    background-color: #ffffff;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url(images/depositphotos_41927143-stock-illustration-sports-icons.jpg); 
    background-size:auto;
    background-color: rgba(255,255,255,0.95);
    background-blend-mode: lighten;
    padding: 50px 0px;
}

.sokSectionNoBackground {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0px;
}

.sokSection input[type="text"] {
    width: 20%;
    padding: 12px 10px;
    margin: 8px 0;
    box-sizing: border-box;
  }

.sokSection input[name="soknokkelord"] {
    width: 90%;
    padding: 12px 10px;
    margin: 8px 0;
    box-sizing: border-box;
  }

.sokSection input[type="date"] {
    width: 45%;
    padding: 12px 10px;
    margin: 8px 0;
    box-sizing: border-box;
  }


.sokHeader {
    padding: 50px 0px 50px 0px;
    background-image: url(images/markus-spiske-WUehAgqO5hE-unsplash.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 2px black;
}

.sokText {
    font-size: 125%;
    width: 350px;
    height: 250px;
    box-shadow: 0px 0px 10px #8ecae6;
    padding:15px;
    margin: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 10%;
}
.sokText:hover {
    animation-duration: 200ms;
    animation-name: sokTextAnimation;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.sectionHoverSelect {
    margin-bottom: 30px;
    margin-top: 20px;
}

.sectionHoverSelect .sectionHidden {
    display:none;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}


.sectionHoverSelect:hover .sectionHidden  {
    display: block;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    transform: translateY(-400px);
    animation-name: dropDown;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes dropDown {
    from {
        opacity: 0.5;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
        transform: translateY(0);
    }
}

.sectionStyle1 {
    background-color: rgba(172, 248, 172, 0.178);
    padding: 30px 10% 50px 10%;
    justify-content: center;
}

.heroSection {
    display: flex;
    justify-content: center;
    width: 100%;
}

.heroImg {
    width:50%;
    margin: auto;
}

.heroText { 
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

table {
    width: 85%;
    margin: auto;
    border-collapse: collapse;
}

table th, td{
    border: 5px rgba(173, 216, 230, 0.74) solid;
    margin: 0px;
    padding: 15px 5px 15px 5px;
}

.tableDiv {
    overflow-x:auto;
}

th {
    background-color: #8ecae6;
}

tr:hover {
    background-color: rgba(221, 197, 151, 0.493);
}

.tableGjor {
    background-color: rgb(255, 234, 234);
}

.Pabegynt {
    background-color: rgb(255, 254, 167);
}

.Ferdig {
    background-color: rgb(216, 255, 157);
}

.formHeader { 
    font-weight:300;
    font-size:150%;
}

footer {
    padding-top: 50px;
}

.footerText {
    padding-top: 25px;
    padding-bottom: 50px;
}

textarea {
    max-width: 100%;
}

@media (max-width:800px) {
    nav button {
        width: 49%;
    }
    .heroSection {
        flex-direction: column;
    }
    .heroImg {
        width:100%;
    }
    .heroText { 
        width:85%;
        text-align: center;
        margin: auto;
    }
    .sokText {
        height:fit-content;

    }
    label {
        padding-bottom: 0px;
    }
    table {
        width: 100%;
    }

    td {
        min-width: 200px;
    }
    
}

@keyframes sokTextAnimation {
    from {
        scale:1;
    }
    to {
        scale: 1.02;
    }
}