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

#contactContainer {
    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: 110px 0px 110px 0px;
}

#contactContent {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactInside {
    width: 80%;
    text-align: center;
}

#contactTitle {
    font-size: 40px;
    margin: 0;
    font-family: MontserratBold;
}

#contact ul {
    list-style-type: none;
    padding-left: 0;
}

#contact ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

a {
    color: #A61412;
}

#contactInfo {
    font-weight: bold;
}

#contactMap {
    width: 50%;
}

#image {
    width: 100%;
    border-radius: 25px;
}

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

@media(max-width: 600px) {
    #showcase {
        background-size: 950px;
        background-position: left;
    }

    #showcaseContent {
        width: 85%;
    }

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

    #contactContent {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 250px;
    }
    
    #contactInside {
        width: 90%;
        text-align: center;
    }
    
    #contactTitle {
        font-size: 30px;
        margin: 0;
    }
    
    #contactDesc {
        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;
    }
    
    #contactMap {
        width: 100%;
    }
    
    #map {
        height: 350px;
    }
    
    #image {
        width: 100%;
    }
}