@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Montserrat;
    src: url('/medlemskap/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Thunder;
    src: url('/medlemskap/Thunder-BoldLC.otf');
}

@font-face {
    font-family: MontserratBold;
    src: url('/medlemskap/Montserrat-Bold.ttf');
}

html, body {
    background-color: #FEFDFA;
    margin: 0;
    min-height: 100vh;
    font-family: Montserrat;
}

/* Header for desktop */

#desktopHeader {
    background-color: #A61412;
    color: #FFF8E8;
    height: 100px;
    display: flex;
    align-items: center;
    width: 100%;
}

header #logo {
    width: 10%;
    display: flex;
    align-items: center;
}

header img {
    width: 60px;
    margin-left: 30px;
}

header h1 {
    font-size: 35px;
    font-family: Thunder;
    height: 28px;
}

header #desktopNav {
    width: 90%;
}

header ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    float: right;
    margin: 0;
    margin-right: 15px;
}

header ul li {
    margin-right: 0px;
    font-family: MontserratBold;
    font-size: 17px;
}

header #logoLink {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#desktopHeader #listLink {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

header #buttonLink {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

header #Link {
    margin: 0px;
}

#bliMedlem {
    padding: 10px 15px 10px 15px;
    background-color: #FFF8E8;
    border: none;
    color: #A61412;
    border-radius: 30px;
    cursor: pointer;
}

/* Header for phone */

#phoneHeader {
    background-color: #A61412;
    color: #FFF8E8;
    height: 100px;
    display: flex;
    display: none;
    align-items: center;
    width: 100%;
}

header #logo {
    width: 50%;
    display: flex;
    align-items: center;
}

header img {
    width: 60px;
    margin-left: 30px;
}

header h1 {
    font-size: 35px;
    font-family: Thunder;
    height: 28px;
}

header #phoneNav {
    width: 50%;
}

#phoneHeader ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    float: right;
    margin: 0;
    margin-right: 15px;
}

header ul li {
    margin-right: 0px;
    font-family: MontserratBold;
    font-size: 17px;
}

header #logoLink {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

header #listLink {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-left: 6px;
}

header #buttonLink {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

header #Link {
    margin: 0px;
}

#bliMedlem {
    padding: 10px 15px 10px 15px;
    background-color: #FFF8E8;
    border: none;
    color: #A61412;
    border-radius: 30px;
    cursor: pointer;
}

/*.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.header-logo {
    height: 50px;
}

.header-links {
    list-style: none;
    display: flex;
}

.header-links li {
    padding: 0 15px;
}

.header-links a {
    color: white;
    font-weight: bold;
    transition: filter 0.3s ease;
    text-decoration: none;
    font-size: 2em;
    padding: 0 10px;
}

.header-links a:hover {
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.6));
}

.header-logo {
    height: 60px;
    transition: filter 0.3s ease;
}

.header-logo:hover {
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.6));
}*/

.footer {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #A61412;
    color: black;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

.footer-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-left {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    margin-left: 30px;
    width: 45%;
}

#footerTerms {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF8E8;
    height: 80px;
    padding: 0px 20px;
    border-radius: 100px;
}

.footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
    float: right;
    width: 45%;
}

.footer-below-content {
    text-align: center;  /* Ensures the text is centered horizontally */
    width: 100%;         /* Takes the full width to ensure centering */
    padding: 10px 0;     /* Adds some padding above and below the text */
    font-size: 0.8em;    /* Adjust font size as needed */
    color: #666;         /* Sets the text color, adjust as per your design */
    background-color: #f8f9fa; /* Keeps background consistent with the footer */
}

.logo-text {
    display: flex;
    align-items: center;
    background-color: #FFF8E8;
    padding: 0px 30px;
    border-radius: 100px;
    height: 80px;
}

.logo-text a {
    height: 50px;
}

.logo-text img {
    margin-left: 12px;
    height: 50px;
    width: auto;
    transition: opacity 0.3s ease;
}

.logo-text a:hover img {
    opacity: 0.8;
}

.social-media-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #FFF8E8;
    width: 40px;
    padding: 5px;
    border-radius: 50px;
    transition: opacity 0.3s ease;
}

.social-media-icon img {
    height: 40px;
}

.social-media-icon:hover {
    opacity: 0.8; 
}

@media(max-width: 800px) {
    
    /* Header for desktop */
    
    #desktopHeader {
        display: none;
    }
    
    /* Header for phone */
    
    #phoneHeader {
        height: 100px;
        display: flex;
        flex-direction: column;
    }
    
    #upper {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: 68%;
    }
    
    header #logo {
        width: 59%;
        display: flex;
        align-items: center;
        height: 90%;
    }

    header h1 {
        font-size:28px;
        font-family: Thunder;
        height: 20px;
        margin: 0;
    }

    header img {
        width: 50px;
        margin-left: 15px;
    }
    
    header #phoneNav {
        width: 100%;
        display: flex;
        height: 32%;
        justify-content: center;
        align-items: center;
        background-color: #FFF8E8;
        color: #A61412;
    }
    
    #listContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #phoneHeader ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    
    header ul li {
        font-size: 13px;
    }
    
    header #listLink {
        display: inline;
    }

    header #buttonLink {
        text-decoration: none;
        color: inherit;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 15px;
        width: 41%;
        height: 90%;
    }

    #bliMedlem {
        padding: 10px 15px 10px 15px;
        background-color: #FFF8E8;
        border: none;
        color: #A61412;
        border-radius: 30px;
        cursor: pointer;
        font-size: 15px;
        font-family: MontserratBold;
        margin: 0;
    }
    
    .footer {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100%;
        height: 300px;
        background-color: #A61412;
        color: black;
        text-align: left;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    
    .footer-content {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    
    .footer-left {
        display: flex;
        justify-content: center; 
        align-items: center;
        margin-left: 0px;
        width: 100%;
    }
    
    #footerTerms {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFF8E8;
        height: 80px;
        padding: 0px 20px;
        border-radius: 100px;
    }
    
    .footer-center {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin: 20px 0px 20px 0px;
    }
    
    .footer-right {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0px;
        float: right;
        width: 100%;
    }
}