html{
    height: 100% !important;
}

body{
    background-color: #F7F7F7;
    font-family: 'Arvo';
}

h4.small-header{
    font-size: 40px;
}

h1.header{
    font-size: 65px;
}

.location-card .card{
    height: 450px;
    /*width: 536px;*/
    margin: auto;
}

.card {
    position: relative;
    overflow: hidden;
}

.card-title{
    word-wrap: break-word;    
    font-size: 40px;
    font-weight: 700;
	text-wrap:nowrap;
}

img.background-illustration {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-footer {

    border: none;
    background-color: white;
    text-align: end;
    height: 100px;
}

.card-footer a,
.card-footer a:hover{
    position: relative;
    width: 215px;
    height: 54px;
    background: #D2401E 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    padding: 15px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: bold;
}

h3.follow-us{
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-footer{
    height: 385px;
    background-color: black;
    color: white;
}

.page-footer p{
    margin-left: 23%;
    margin-right: 23%;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width:992px){
    .page-footer p{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 600px) { /* Adjust the max-width value as needed for mobile breakpoint */
    .card-title {
        text-align: center;
    }
    .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



