/* Farger
Tekst farge: #BBD3F2
Andre farger: 
#586F8C
#0C1D40
#092640
#0D0D0D 
*/

.farger {
    color: #092640;
    color: #BBD3F2;
    color: #586F8C;
    color: #0C1D40;
    color: #0D0D0D; 
    color: #082244;
    color: #0a2952;
    color: #7baae7;
    color: #051320;
}

body {
    margin: 0;
    background-color: #0a2952;
    border-left: 1vw solid #092640;
    border-right: 1vw solid #092640;
    min-width: fit-content;
    max-width: none;
}

header { /* CSS for header */
    display: flex;
    background-color: #092344;
    justify-content: left;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 0;
    height: 70px;
    border: 1px solid #092344;  
}


p {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    font-family: Arial, Helvetica, sans-serif;
}

.headerbarn { /* CSS for lenkene til andre ting i header */
    padding-bottom: 10px;
    padding-left: 2vw;
    padding-right: 2vw;
    transition: 200ms;
    color: #ffffff;
    text-decoration: none;
    font-size: larger;
}

/* Innstillingsknappen */
#innstillinger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 5px;
}

#innstillingerlogo {
    height: 5vh;
    margin-left: auto;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

#logoHeader {
    height: 65px;
    width: 65px;
    margin-right: 5vw;
    margin-left: 5vw;
}


footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    background-color: #092344;
    margin-top: auto;
}

#logoFooter {
    height: 130px;
    width: 260px;
    margin: 2vh;
}

.footerbarn {
    color: #BBD3F2;
    margin: 5px;
}

#sidenduerpaa {
    border-bottom: 1px solid #BBD3F2;;
}

.sosialeMedier{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sosialeMedierlogo {
    height: 2.5vh;
}

#lysinnstilling {
    border: solid 2px #082244;
    background-color: #BBD3F2;
    border-radius: 5px;
    display: none;
    width: 100px;
    float: left;
    position: relative;
    top: 55px;
}

#innstillingtittel {
    margin: 10px;
    border-bottom: 2px solid #082244;
}

.lysvalg {
    margin: 10px;
}