* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    font: bold 18px "Overpass", Helvetica, Arial, Lucida, sans-serif;
    color: antiquewhite;
    background-color: white;

}

body{
    background-image: url('/img/background_alt_img.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}

#header_info, #footer_info {
    margin-top: 15px;
    color: white;
    text-align: center;

}

html {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#logo {
    max-width: 50%;
    vertical-align: middle;
}

#appointment {
    background-color: #0abab5;
    color: #fff;
    padding: 21px 20px 18px;
    border-radius: 5px;
    font: bold 17px 'Kaushan Script', serif;
}

#appointment:hover {
    opacity: 0.7;

}

#reserveModal.btn:hover {
    opacity: 0.7;
}

a.nav-link {
    color: #153f67;
    font: bold 17px 'Avro', Georia, 'Times New Roman', serif;
    padding-top: 21px;
    
}



h1, h2, h3 {
    margin-bottom: 25px;
    color: #30a9be;
    font-style: italic;
}

#map_Directions {
    margin-top: 150px;
    /*border: solid 5px #153f67;*/
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

p {
    font-size: x-large;
    line-height: 1;
}

#directions-title {
    color: #30a9be;
    font-size: xx-large;
    
}


#home_Cardtext {
    font: bold American Typewriter, serif;
    text-align: left;
    text-shadow: 2px 2px 4px #000000;
    margin-left: 50px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    
}

#aboutUsHeading {
    text-shadow: 2px 2px 4px #3c3b3b;
    text-align: center;
}

.dog_and_cat {
    text-shadow: 2px 2px 4px #3c3b3b;
    text-align: center;

}

li {
    font-size: large;
    margin-left: 50px;
}

.top-pic {
    background-image: url("/img/backgroung-img.jpeg");
    background-size: cover;
}

.about-list {
    background-color: #ade1eb;
}

.mini-bar-card {
    width: 18rem;
    
}

.card-img-top {
    width: 100%;
    height: 30vh;
    object-fit: contain;
    background-image: url("/img/backgroung-img.jpeg");
    }

.nav-link.active {
    background-color: #ade1eb;
    border-radius: 50%;
    
}

#modalStyle {
    background-image: url("/img/backgroung-img.jpeg");
    opacity: 0.9;
    text-align: center;
    color: #0abab5;
}

.footerBG {
    background-color: #30a9be;
    justify-content: flex-start;
}

.rec-title {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 1.5rem;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

#icon_text {
    font-family: 'Kaushan Script', serif;
    color: #153f67;
}