/* ===== 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 background */
    color: #003153; /* Prussian Blue text */
    font-weight: bold;
    padding: 12px 24px;
    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 on hover */
    color: #ffffff; /* White text on hover */
}




/* ===== 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 */
}


/* Logo sizing */
/* Logo styling */
.logo-img {
  max-width: 480px; /* increase logo size */
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  margin: 0 auto;
}

/* Layout: logo left, tagline right */
.header-bottom .row {
  display: flex;
  align-items: center; /* vertically center logo + text */
  justify-content: space-between;
}

/* Tagline styling */
.tagline-primary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.2rem; /* slightly smaller */
  color: #1D3557; /* Prussian Blue */
  margin-bottom: 0.5rem;
}

.tagline-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.6rem; /* reduced for balance */
  color: #555555; /* Dark gray */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .header-bottom .row {
    flex-direction: column;
    text-align: center;
  }

  .logo-img {
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tagline-primary {
    font-size: 1.8rem;
  }

  .tagline-secondary {
    font-size: 1.3rem;
  }
}







/* ===== 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: 50% !important;
    }
}
