.text{
    padding-top: 3em;
    padding-bottom: 3em!important;  
}

.list{
    padding-top: 4em!important;
    padding-bottom: 1em!important;
    text-align: center;
}

.carousel{
        position: relative;
    max-height: 665px;
    overflow: hidden;
}

.cw-since-95{
font-family: 'Grand Hotel', cursive!important;    
}

.cw-home-social{
    background: #7a5b39;
    background: -moz-linear-gradient(45deg, #7a5b39 0%, #c99b66 50%, #a7957b 100%);
    background: -webkit-linear-gradient(45deg, #7a5b39 0%,#c99b66 50%,#a7957b 100%);
    background: linear-gradient(45deg, #7a5b39 0%,#c99b66 50%,#a7957b 100%);
    border-top: 4px solid #354C90;
    border-bottom: 4px solid #354C90;
}

.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: #354C90;
}



.cw-homebtn{
    background-color: #354C90;    
}

.cw-footer-hours{
        background-color: #32518E;
    border-radius: 0px 0px 20px 20px;
}

.text-primary{
   color: #354c90!important; 
}

.text-secondary{
    color: #C99B66!important;
}

.border-secondary{
    border-color: #C99B66!important;
}

.bg-secondary{
    background-color: #C99B66!important;
}

.cw-internal-container .container{
        background-color: rgba(0, 0, 0, 0.65)!important
}

@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;
    }
}

.header-bottom h1 {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Force header into a flexbox layout */
.header-bottom .container .row {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

/* Logo stays left */
.header-bottom img {
  max-width: 220px;
  margin: 0;
  display: block;
}

/* Move navigation to center */
.header-bottom nav {
  flex: 1;
  text-align: center;
}

/* Button styling (right side) */
.cw-header-btn {
  display: inline-block;
  background-color: #C99B66;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none;
  margin-left: auto;
  transition: background 0.3s ease;
}

.cw-header-btn:hover {
  background-color: #54463A;
}

/* Make the header row flex and centered */
.header-top .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Style for the button */
.cw-header-btn {
  display: inline-block;
  background-color: #54463A; /* pale brown */
  color: #fdfdfd !important; /* dark blue text */
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px; /* square-ish, slight curve */
  text-decoration: none;
  transition: background 0.3s ease;
}

.cw-header-btn:hover {
  background-color: #C4A98F; /* darker pale brown on hover */
}
