@font-face {
    font-family: ThunderMedium;
    src: url(/Thunder-BoldLC.ttf);
}

#showcase {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    background-image: url('trivselbackground.jpg');
    background-size: cover;
    background-position: center;
    color: #FFF8E8;
    font-family: ThunderMedium;
}

#showcaseContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    background-color: #00000020;
}

#showcaseContent {
    width: 100%;
    text-align: center;
}

#showcaseTitle {
    font-size: 90px;
    margin: 0;
    margin-bottom: 20px;
}

#showcaseDesc {
    font-size: 20px;
    font-family: MontserratBold;
    margin: 0;
    margin-bottom: 40px;
}

#showcaseButton {
    border: none;
    border-radius: 30px;
    background-color: #A61412;
    color: #FFF8E8;
    padding: 10px 15px 10px 15px;
    font-family: MontserratBold;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 40px;
}

#trivsel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    color: #000;
}

#trivselContainer {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 4px solid #A61412;
    padding: 0px;
    border-radius: 30px;
    background-color: #FFF8E8;
    margin: 50px 0px 50px 0px;
    min-height: 500px;
}

#trivselContent {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#trivselInside {
    width: 90%;
    text-align: center;
}

#trivselTitle {
    font-size: 40px;
    margin: 0;
    font-family: MontserratBold;
    margin-top: 1%;
}

#trivselDesc {
    font-size: 15px;
}

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

#trivselDesc ul li {
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
}

#contactBliMedlem {
    border: none;
    border-radius: 30px;
    background-color: #A61412;
    color: #FFF8E8;
    padding: 10px 15px 10px 15px;
    font-family: MontserratBold;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 2%;
}

@media(max-width: 600px) {
    #showcase {
        background-size: 950px;
        min-height: 300px;
    }
    
    #showcaseContainer {
        min-height: 300px;
    }

    #showcaseContent {
        width: 85%;
    }

    #showcaseTitle {
        font-size: 60px;
    }
    
    #trivselContainer {
        width: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #trivselContent {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #trivselInside {
        width: 90%;
        text-align: center;
    }
    
    #trivselTitle {
        font-size: 30px;
        margin: 0;
    }
    
    #trivselDesc {
        font-size: 14px;
    }
    
    #contactBliMedlem {
        border: none;
        border-radius: 30px;
        background-color: #A61412;
        color: #FFF8E8;
        padding: 10px 15px 10px 15px;
        font-family: MontserratBold;
        font-size: 16px;
        cursor: pointer;
    }
    
    #aboutImage {
        width: 100%;
    }
    
    #image {
        width: 100%;
    }
}