/* ===== GLOBAL COLORS ===== */
.text-primary {
   color: #003153 !important; /* Prussian Blue */
}

.text-secondary {
    color: #BFBFBF !important; /* Silver Gray */
}

.border-secondary {
    border-color: #BFBFBF !important;
}

.bg-secondary {
    background-color: #BFBFBF !important;
}

/* ===== HEADER ===== */
.header-top {
    background-color: #003153 !important; /* Prussian Blue */
}

.cw-since-95 {
    font-family: 'Grand Hotel', cursive!important;    
    color: #ffffff; /* White for contrast */
}

.header-top p {
    color: #ffffff; /* White text inside header */
}

.header-bottom img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ===== BUTTONS ===== */
.cw-header-btn {
    background-color: #BFBFBF; /* Silver Gray button */
    color: #003153; /* Prussian Blue text */
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 0; /* Square shape */
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.cw-header-btn:hover {
    background-color: #003153; /* Prussian Blue hover */
    color: #ffffff;
    border: 2px solid #BFBFBF;
}

/* ===== FOOTER ===== */
.cw-footer-hours {
    background-color: #003153 !important; /* Prussian Blue footer */
    color: #ffffff; /* White text */
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.cw-footer-hours a {
    color: #BFBFBF; /* Silver Gray links */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.cw-footer-hours a:hover {
    color: #ffffff; /* White hover */
}

/* ===== BACKGROUND SECTIONS ===== */
.cw-home-social {
    background: #BFBFBF; /* Silver Gray */
    border-top: 4px solid #003153;
    border-bottom: 4px solid #003153;
}

.cw-welcome-text {
  background-color: var(--header-background);
}

.cw-internal-container {
  background-color: var(--header-background);
  background-image: url(https://apihoard.webit.com/api/v1/Image/D8F13CE8BCDEBF0ED869047CD87103C9/D8F13CE8BCDEBF0ED869047CD87103C9.jpg?size=Original);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.cw-welcome-head {
    font-family: 'Kaushan Script', cursive!important;
    color: #003153; /* Prussian Blue for headings */
}

/* ===== RESPONSIVE ===== */
@media (max-width: 439px) {
    .footer-info-business a {
        font-size: 11px;
    }
}

@media (max-width: 575px){
    .header-bottom img{
        max-width: 99%!important;
    }
    iframe{
        width: 95%!important;
        margin: 0 auto;
        display: block;
        margin-top: 1rem;
    }
}

@media (min-width: 768px){
    .cw-since-95{
        font-size: 1.75rem;
    }
    .cw-welcome-head{
        font-size: 4.25rem;    
    }
    .cw-home-list{
        line-height: 54px;
    }
    .cw-internal-paragraph{
        text-align: justify;
    }
    .cw-internal-container-content{
        padding: 3rem;
    }
    .header-bottom img{
        max-width: 70% !important;
    }
}

@media (min-width: 992px){
    .header-bottom img{
        max-width: 55% !important;
    }
}

@media(min-width: 1024px){
    .cw-welcome-text{
      background-image: url(https://apihoard.webit.com/api/v1/Image/3DE2112E29DBF1DC4C826CA4AB7B96B4/3DE2112E29DBF1DC4C826CA4AB7B96B4.jpg?size=Original);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;    
    }
}

@media (min-width: 1160px){
    .header-bottom img{
        max-width: 40% !important;
    }
}

@media (min-width: 1200px){
    .header-bottom img{
        max-width: 30% !important;
    }
}
