body {
    font-family: "Liberation Sans", sans-serif;
    font-size: 1.0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Liberation Sans", sans-serif;
    font-weight: 500;
}
h1, .h1, h3, .h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
h4, .h4, h5, .h5 {
    margin-top: 15px;
}

.card-body > h4,
.card-body > .h4,
.card-body > h5,
.card-body > .h5 {
    font-weight: 600;
}

.navbar-brand {
    font-size: 1.0rem;
}

.navbar-brand .title-red {
    color: #da2428;
    font-weight: 400;
    text-shadow: 1px 2px 4px #ffffff;
}
.navbar-brand .title-blue {
    color: #223a6f; /* #9084a0 */
    font-weight: 700;
    text-shadow: 1px 2px 4px #ffffff;
}

.contact-hide {
    display: none;
}
.contact-show {
    display: inline;
}

@media (min-width: 576px) {
    .navbar-brand {
        font-size: 1.5rem;
    }
    .contact-hide {
        display: inline;
    }
    .contact-show {
        display: none;
    }
}

.logo-hide {
    display: none;
}

@media (min-width: 576px) { /* 768 */
    .logo-hide {
        display: inline-block;
    }
}


header.mainhead {
  position: relative;
  height: auto;
  background-color: #ffffff;
  background: url("../img/rvshow2026-header-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.intro-title {
    font-size: 1.25rem;
    text-align: center;
    color: #1b5a9f;
    font-weight: 700;
    text-shadow: 2px 2px 5px #ffffff;
}

header.mainhead .overlay {
    margin-top: 6rem;
    margin-bottom: 1rem;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(3px);
    border: solid 3px rgba(255, 255, 255, 1);
    border-radius: 15px;
}

header.mainhead .logo-bg {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    border: solid 2px rgba(255, 255, 255, 0.6);
    margin-top: 1rem;
}

header.mainhead h1 {
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 2px 2px 3px #000000;
  line-height: 0px;
}

header.mainhead h3 {
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 2px 2px 3px #000000;
    line-height: 0px;
}

@media (min-width: 576px) {
    header.mainhead {
        background-size: cover;
/*        padding-top: 2rem;
        padding-bottom: 4rem;*/
  }
    .intro-title {
        font-size: 4.00rem;
    }
    header.mainhead .overlay {
        margin-top: 15rem;
        padding: 0px 5px;
    }
}

@media (min-width: 992px) {
  header.mainhead {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  header.mainhead h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 10px;
  }
  header.mainhead h3 {
      font-size: 1.75rem;
      font-weight: 500;
      line-height: 10px;
  }

}

section.rvmembers {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.rvmembers .display-title,
section.rvshow .display-title {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
}

section.rvshow .display-title {
    background-color: rgba(255, 255, 255, 0.4);
    text-shadow: 2px 2px 2px #FFFFFF;
    border-radius: 15px;
    border: solid 2px rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    section.rvmembers .display-title,
    section.rvshow .display-title {
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

section.rvmembers .card {
    box-shadow: 2px 2px 4px 2px #B8B8B8;
    border-color: #000000;
}

section.rvmembers .card:hover {
    box-shadow: 2px 2px 5px 3px #000000;
}

section.rvmembers .card-body a,
section.rvmembers .card-body a:visited,
section.rvmembers .card-footer a,
section.rvmembers .card-footer a:visited {
    color: #000099;
}

section.rvmembers .card-body a:hover,
section.rvmembers .card-footer a:hover {
    color: #990033;
    text-decoration: underline;
}

section.rvshow {
  position: relative;
  background-color: #ffffff;
  background: url("../img/rvshow-footer-lg-2026.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.rvshow .show-overlay {
  position: absolute;
  background-color: #404040;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

section.rvshow .infobox {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    border: solid 2px rgba(0, 0, 0, 1);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 4px 2px #000000;
    padding: 30px 20px 25px 20px;
    text-indent: 25px;
}

section.rvshow .infobox p {
    font-size: 1.0rem;
    font-weight: 500;
}

section.rvshow .infobox .bluetxt {
    color: #000099;
}

section.rvshow .infobox .redtxt {
    color: #990033;
}

@media (min-width: 576px) {
    section.rvshow .infobox p {
        font-size: 1.25rem;
    }
}

section.giveaway {
  position: relative;
  background-color: #6ca040;
  background: url("../img/giveaway-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.giveaway .info-txt-box {
    font-size: 1rem;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    border: solid 2px rgba(0, 0, 0, 1);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 4px 2px #000000;
    padding: 30px 20px 25px 20px;
}

@media (min-width: 576px) {
    section.giveaway .info-txt-box {
        font-size: 1.5rem;
    }
}

section.giveaway .info-img {
    border: solid 4px #ffffff;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 3px 3px 4px 2px #000000;
}




footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

footer.footer a,
footer.footer a:visited {
    color: #000000;
}

footer.footer a:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
}

#backtoTop {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 7px 0px 0px 7px;
}
#backtoTop:hover {
    background-color: #c1d3df;
    background-image: linear-gradient(to top, #c1d3df, #72a4cc);
    color: #000000;
}

.modal-header {
    background-color: #DDDDDD;
    /* background-image: linear-gradient(to bottom, rgba(218, 29, 32, 0.5), #ffffff, rgba(145, 132, 161, 0.4), rgba(145, 132, 161, 0.8)); */
}
.modal-title {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.btn-shadow {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 1);
}

.pg-divider {
    width: 100%;
    height: 10px;
    background: url(../img/divider.jpg) repeat-x;
}

.bg-light {
    background-color: #f0f0f0 ; /* #dcdcdc #f0f0f0 */
    background-image: linear-gradient(to bottom, #72a4cc, #c1d3df)
}

.bg-light-pop {
    background-color: #f0f0f0 ; /* #dcdcdc #f0f0f0 */
    background-image: linear-gradient(to bottom, #72a4cc, #c1d3df)
}

.btn-xs {
    padding: 0.25rem 0.25rem;
    font-size: 0.625rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

@media (min-width: 576px) {
    .btn-xs {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.2;
        border-radius: 0.2rem;
    }
}


