html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #b9b39d;
    height: 100%;
    min-height: 100%;
}

.text-primary {
    color: #df0038 !important;
}

.bg-primary {
    background-color: #df0038 !important;
}
.bg-light {
    background-color: #f6f5ef !important;
}

.rounded-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.rounded-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.businesscard {
    background-color: #ffffff;
    border-radius: 5px;
}

.businesscard .address .fas,
.businesscard .address .far {
    width: 20px;
    text-align: center;
}

.businesscard .description {
    font-style: italic;
}

.businesscard .googlemap {
    height: 300px;
    background-color: #f0f3f3;
    position: relative;

}
.businesscard .googlemap figure{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}
.image-background {
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}