* {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-decoration: none;
    color: #0077b6;
    text-rendering: optimizelegibility;
    cursor: url(globalassets/administrasjon/tfk/system/favicon/cursor\ \(3\).svg), auto;
}

body {
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

main {
    width: 85%;
    margin: auto;
}

@font-face {
    font-family: 'Font';
    src: url(fonts/Aktura_Complete/Fonts/OTF/Aktura-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myFont';
    src: url(fonts/SpaceGrotesk_Complete/Fonts/OTF/SpaceGrotesk-Regular.otf);
    font-weight: normal;
    font-style: normal;
}




h1 {
    font-family: 'Font';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 76.8px;
}

h2 {
    font-family: 'Font';
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 57.6px;
    margin-top: 10%;
}

.library {
    margin-top: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%; /* or any other percentage */
}

#unique-item {
    margin-bottom: 10%;
}


p {
    font-family: 'myFont';
    margin: auto;
    width: 85%;
    text-align: justify;
    font-size: 24px;
}


#p-spes {
    text-align: center;
}





.hot-bar {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    column-gap: 10px;
}




.headbutton a {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    padding: 10px;
}

a:hover {
    text-decoration: underline;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    margin-bottom: 0%;
    padding: 0;
    }

header {
    margin-top: 20px;
    height: 80px;
    position: sticky;
    top: 0%;
    background-color: #f8f9fa;
    background-attachment: scroll;
}


.header-nav-left {
    float: left;
    width: auto;
    display: inline-flex;
}

.header-nav-right {
    float: right;
    width: auto;
    display: inline-flex;
}

figcaption {
    margin-top: 20px;
    text-align: center;
}





footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    width: 25%;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.Contacter {
    text-align: center;
    margin-top: 100px;
}


.data {
    font-family: 'myFont';
    width: 88%;
    margin: auto;
}

.dato {
    font-family: 'myFont';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-top: 10%;
}

.h4-port {
    font-family: 'myFont';
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.bottom {
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 16px;
    color: #181818;
}




@media (max-width: 960px) {
    .headbutton a {
        font-size: 14px;
        padding: 8px;
    }

    header {
        margin-top: 10px;
        height: 50px;
    }
}
@media (max-width: 650px) {
    .headbutton a {
        font-size: 14px;
        padding: 2px;
    }

    header {
        margin-top: 10px;
        height: 50px;
    }
}

@media (max-width: 500px) {
    .headbutton a {
        font-size: 12px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}

@media (max-width: 551px) {
    .headbutton a {
        font-size: 11px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}

@media (max-width: 441px) {
    .headbutton a {
        font-size: 10px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}


#spes-item {
    margin-right: 15px;
}

#main-video {
    width: 40%;
    margin: auto;
    margin-bottom: 100px;
}

#video-spes {
    align-items: center;
    align-content: center;
}

#center-video {
    width: 100%;
    margin: auto;
}


