/*  PBSB Theme - Dec 2025
    Overrides some of the the Bootstrap defaults for the new static website*/
:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-gray-600);
  text-align: left;
  background-color: #fff; }

a, .nav-link, .page-link {
  color: #43a2a4;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #43a2a4;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }


.alert {
    margin-top: 2.5rem;
}

.alert-danger {
    background-color: antiquewhite;
}

.card-title {
    color: var(--bs-gray-700);
}

.card-text {
    color: var(--bs-gray-600);
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: var(--bs-gray-700); }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.6rem; }

h4, .h4 {
  font-size: 1.4rem; }

h5, .h5 {
  font-size: 1.2rem; }

h6, .h6 {
  font-size: 1rem; }

.icon {
    fill: #494f58;
}

.iconLink :hover .icon{
     fill: #6fc3c4;
}

.instance-name {
    color: #78818f;
    display: block;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
    margin-left: 0rem;
    line-height: 1.4;
}

.instance-description {
    color: #78818f;
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.0rem;
    font-weight: 300;
    letter-spacing: 0.4rem;
    margin-left: 0rem;
    line-height: 1.4;
}

.muted{
    color: var(--bs-gray-500)
}

.navIcon {
    fill: #78818f;
}

.postdate {
    font-size: 0.8rem;
}

.signoff {
    margin-top: 1.5rem;
    font-size: 1.0rem;
    font-family: 'Oswald', sans-serif;
}

/*Navbar All Media*/
.navbar {
    margin-bottom: 0.0rem !important;
    border-bottom: solid;
    font-family: sans-serif;
}

.navbar-nav > li > a, .footer ul.nav li a, .poweredby, .footer-disclaimer {
    color: #78818f;
}

.nav-pills > li > a:hover {
    background-color: #f7f7f9;
}

.dropdown-menu {
    position: absolute;
    z-index: 2000;
}

.footer h3 {
    border-bottom: 3px solid #ddd;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 10px;
    padding-bottom: 5px;
}

.footer ul.nav li a {
    padding: 0;
}

.footer {
    margin-bottom: 25px;
}

/*Nav pills for tags (product details and blog posts) */
.product-tag a {
    color: #78818f;
    background-color: #d1ecf1;
}

.product-tag a:hover {
    background-color: #6fc3c4;
}

/*Too Spaced Out*/
.half-rule {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*Cards used for product box, PBSB archives and blog front page*/
.imageBox:hover{
    background-color: #f8f8f8;
}

/*Media*/
@media screen and (min-width:992px) {
}

@media screen and (max-width:991px) and (min-width: 768px) {
    .navbar.navbar-default {
        text-align: center;
        border-bottom: solid;
    }

    .navbar .navbar-header {
        margin: auto;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .navbar .navbar-header {
        width: 100%;
        margin: auto;
        height: auto;
    }

    .nav li {
        display: inline-block;
    }
}
