/*!
 * additional styles  

Distant gray f2f4f1 and Pearl white f1f4f0

Distant cloud e1eae8

Magnetic acb5ab

Volcanic rock 686967

 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
  background: linear-gradient(0deg,rgba(251,245,235,1),rgba(230,235,238,1));
  color: #111;
  font-family: 'Montserrat', sans-serif;
}
p {font-weight: 400;}
a, 
a img,
a.nav-link {
    transition: all 0.5s ease 0s; 
}
a, a:link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
a.btn, a img, .navbar a {
  text-decoration: none;
}
a:hover, a:focus {
  color: #333;
  text-decoration: none;
}
a:hover img, a:focus img {
  opacity: .75;
  text-decoration: none;
}
.external-link::after {
      content: "\f35d"; /* Unicode for fa-external-link-alt */
      font-family: "Font Awesome 5 Free";
    font-size: .9em;
      font-weight: 600; /* Required for solid icons */
      display: inline-block;
      margin-left: 0.25em;
      vertical-align: baseline;
    }
.text-90 {
  font-size: .9em;
}
.text-75 {
  font-size: .75em;
}
.text-85 {
  font-size: .85em;
}
.text-spaced {
  letter-spacing: 1px;
}
.text-halfwhite {
  color: rgba(255,255,255,.625);
}
.page-header {
  margin-bottom: 1em;
}
.navbar {
  padding: .75rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.90);
}
.navbar.bg-light {
    background-color: #f7f7f7 !important;
    -moz-box-shadow: 0 8px 8px -6px #bbb;
    -webkit-box-shadow: 0 8px 8px -6px #bbb;
    box-shadow: 0 8px 8px -6px #bbb;
}
.navbar-brand {
    padding: .3125rem .75rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}
.navbar-main .active a {
  border-bottom: 2px solid #222;
}
.navbar a {
  font-weight: 400;
}
a.nav-link:hover,
a.nav-link:focus,
a.navbar-brand:hover,
a.havbar-brand:focus {
  background-color: rgba(0,0,0,0.5);
  color: #fff !important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.75);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  background-color: rgba(0,0,0,0.9);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  background-color: rgba(0,0,0,0.75);
}
.nav-link {
  padding-top: .75em;
  padding-bottom: .75em;
}
.navbar-nav .nav-link {
    text-align: center;
}
.btn-group-xl>.btn, .btn-xl {
    padding: .75rem 1.25rem;
    font-size: 1.3rem;
    line-height: 1.6;
    border-radius: .5rem;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: rgba(0,0,0,.125);
  border-color: rgba(0,0,0,.125);
  color: #000;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgba(0,0,0,.875);
  border-color: rgba(0,0,0,.875);
}
.jumbotron {
  background-color: #f2f2f2 !important;
  -moz-box-shadow: 0 10px 5px -5px #bbb;
  -webkit-box-shadow: 0 10px 5px -5px #bbb;
  box-shadow: 0 10px 5px -5px #bbb;
}
.footer_logo {
  width: 100px;
}
a.footer_logo_link {
  opacity: .33;
}
a:hover.footer_logo_link, a:focus.footer_logo_link {
  opacity: 1;
}

.table-simple {
  border-bottom: 2px solid #ccc;
}
.table-simple th {
  background-color: #eee;
}

blockquote p {
    max-width: 64ch;
    line-height: 1.75 !important;
    font-size: 1.1em !important;
}
.text-indent-withborder {
  border-left: solid #eaeaea 10px;
  padding-left: 15px;
}
.text-allcaps {
  text-transform: uppercase;
}
.text-line1 {
  line-height: 1;
}
.text-caption {
  font-size: .85em !important;
  line-height: 1;
  margin-top: 5px;
}
.text-semibold {font-weight: 600;}
.list-refined {
  padding-left: 21px;
}
.list-refined li {
  margin-bottom: 5px;
  margin-left: 0;
}

.scrollUpButton {
  display: none;
  opacity: 0.5;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  background: #000;
  color: #fff !important;
  font-size: 1.25em;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
}

.scrollUpButton:hover, .scrollUpButton:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

@media (min-width:  1px) {
  body {
    padding-top: 44px;
  }
  .main-content {
    padding-top: 1em;
    min-height: 768px;
  }
  p {
    line-height: 1.625;
  }
  .lead {font-size: 1.25em; line-height: 1.3 !important;}
  .jumbotron {
    padding: 17rem .5rem;
  }
  .sidebar {
    width: auto;
  }
  .banner-header {
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner-header img {
    margin-bottom: 1em;
  }
  .banner-image-bg {
    background: linear-gradient(0deg,rgba(255,255,255,0.9),rgba(255,255,255,0.8)), url(../img/header-banner-sm.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;  
    min-height: 600px;
  }
  .list-refined {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
    .lead {line-height: 1.33 !important;}
  .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 600px) {
  p {
    line-height: 1.75;
  }
  .lead {font-size: 1.3em;}
  .sidebar {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
  .banner-image-bg {
    background: linear-gradient(0deg,rgba(255,255,255,0.9),rgba(255,255,255,0.8)), url(../img/header-banner.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;  
    min-height: 99%;
  }
  .main-content {
    padding-top: 1.5em;
    min-height: 992px;
  }
  p {
    line-height: 1.8;
  }
    .lead {line-height: 1.4 !important;}
  .list-refined {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  p {
    line-height: 1.9;
  }
    .lead {line-height: 1.5 !important;}
}
@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
  p {
    line-height: 1.875;
  }
  .lead {font-size: 1.375em;}
  .jumbotron {
    padding: 17rem 2rem;
  }
  .list-refined {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: 1400px;
  }
  p {
    line-height: 1.9;
  }
  .jumbotron {
    padding: 20rem 2rem;
  }
}
@media (min-width: 1900px) {
  body {
    font-size: 20px;
  }
  .container {
    max-width: 90%;
  }
  p {
    line-height: 2;
  }
  .jumbotron {
    padding: 25rem 2rem;
  }
}
