
html {
  font-size: 14px;
}

#srbcLogoImage {
    padding-right: 2%;
}

.cwuas-banner {
    background-image: url(../img/susquehanna-west-branch-confluence.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 30vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
    .photo-credit {
        color: white;
        padding: 0.5vw;
        text-shadow: 1px 1px 2px black;
    }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #6c757d; /* Bootstrap's bg-secondary color */
    color: #fff; /* Optional: Ensure the text color is readable */
}