@font-face {
    font-family: 'digital-7-font';
    src: url('/font/digital-7.ttf');
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

body {
   font-family: 'Montserrat';
   background-size: cover;
}

nav {
    background: #0082e6;
    height: 80px;
    width: 100%;
    list-style: none;
}

label.logo {
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

a {
    color:black;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a.active, a:hover {
    background: #1b9bff;
    transition: .5s;
}

footer {
    color: black;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: auto;
    background-color: #201e1e35;
    padding: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;   
}

footer a:hover {
    padding: 2px 8px;
    border-radius: 3px;
    background: rgb(120,120,120);
}

.subjectContainer {
    padding: 25px;
    margin: 10px;
    color:black;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
}

.subjectContainer img {
    margin-top: 10px;
    height: 500px;
    width: 300px;
    color: black;
    margin: 20px;
}

.button {
    background-color: #1b9bff;
    width: 150px;  
    padding: 20px;
    border-radius: 10px;
    border: 1px solid black;
    color: black;
    text-align: center;
}

.sigmaknapper {
    margin-top: 150px;
    color:black;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
}

h1 {
    color: black;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
}

h2 {
    color: black;
    text-align: center;
    margin-top: 10px;
}

.tilbake {
    background-color: #1b9bff;
    width: 105px;  
    padding: 10px;
    border-radius: 50px;
    border: 1px solid black;
    color: black;
    text-align: center;
    margin: 10px;
}

.prodhistContainer {
    display: grid;
    grid-template-columns: auto auto;
    color: black;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.prodhistBox {
    margin: 10px;
}

#bokomslag {
    width: 410px;
    height: 250px;
    border: solid 5px black;
}

#imlanlogo {
    width: 410px;
    height: 250px;
    border: solid 5px black;
}

#visittkort {
    width: 410px;
    height: 250px;
    border: solid 5px black;
}

#profilmanual {
    width: 410px;
    height: 250px;
    border: solid 5px black;
}

#pizzalogo {
    width: 410px;
    height: 250px;
    border: solid 5px black;
}

.teknologiContainer {
    display: grid;
    grid-template-columns: auto auto;
    color: black;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.teknologiBox {
    margin: 10px;
}

#arduinolys {
    width: 440px;
    height: 250px;
    border: solid 5px black;
}

#basisnett {
    width: 440px;
    height: 250px;
    border: solid 5px black;
}

#heimenettverk {
    width: 440px;
    height: 250px;
    border: solid 5px black;
}

#datamaskin {
    width: 440px;
    height: 250px;
    border: solid 5px black;
}

.tid p {
    color: white;
    font-family: 'digital-7-font';
}

#time {
    font-size: 25px;
}

.teknologiforståing {
    background-color: #201e1e35;
    padding: 25px;
    margin: 20px;
}

.programmering {
    background-color: #201e1e35;
    padding: 25px;
    margin: 20px;
}

.produksjonoghistorie {
    background-color: #201e1e35;
    padding: 25px;
    margin: 20px;
}