.gray-bg-color { /* background color of contact/business/menu headers + index descriptions */
    background-color: #F5F5F5
}

.banner-font {
    font-size: 80px;
    font-weight: 700;
    text-align:center;
    color: #8B0000
}

.btn-dark-red {
    background-color: #8B0000;
    color: white;
    border: none;
    font-size: 18px;
}

.btn-dark-red:hover { /* darker color on hover */
    background-color: #500000;
    color: white;
}

.of-hidden {
    overflow: hidden;
}

/* FOR HEADER PAGE */
.nav-link {
    font-size: 22px;
    font-weight: 600;
}

.nav-link.active {
  color: #8B0000 !important;
  background-color: transparent !important;
}



/* FOR MENU PAGE */
.card-text {
    font-size: 16px;
    font-weight:400
}

.card-title {
    font-size: 20px;
    font-weight:600
}


/* FOR INDEX PAGE */
.cent-align {
    text-align: center
}

.home-banner {
    background-image: url('https://images.squarespace-cdn.com/content/v1/57b270b9be659468fb6830d2/1474328346271-VOQUKIWTN5O9GPJKJVOR/FullScale1.jpeg');
    background-size: cover;
    background-position: center;
    height: 90vh
}

.home-txt-bg {
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F5F5
}

#home-txt-title {
    font-size: 70px;
    text-align: center;
}

#home-txt-title1 {
    color: #8B0000;
}

#home-txt-title2 {
    color: #000000;
}

#home-txt-desc {
 font-size: 36px;
 font-weight: 400;
 text-align: center;
 color: #2d3a09;
 line-height: 1.5
}

.jumbo-aspect {
    font-size: 55px;
    font-weight: 700;
    color: #8B0000
}

.section-title {
    font-size: 45px;
    color: #8B0000
}

.section-desc {
    font-size: 20px;
    text-align: justify
}

#home-container {
    max-width: 1550px;
}

/* FOR CONTACT PAGE */
.cont-small {
    font-size:22px
}

.cont-large {
    font-size:40px;
    font-weight:600
}

/* Remove all borders except the bottom */
.cont-msg {
    border: none;
    border-bottom: 1px solid #000; /* You can change the color */
    border-radius: 0;
    font-size: 22px;
    padding-left: 0; /* Remove default padding for clean look */
}

/* Adjust focus border color if desired */
.cont-msg:focus {
    box-shadow: none; /* Remove Bootstrap's blue shadow */
    border-bottom: 1px solid #8B0000; /* Optional: change bottom border color on focus */
}



