*:not(.fas,.far) {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
}

body, html {
  font-size: 16px;
  background-color: #191919;
}

#page-header {
    background-color: #ffffff;
    opacity: .97;
    webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
}

#banner-overly {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    background-color: rgba(0,0,0,0.43);
}

#page-footer {
    padding-bottom: 3rem; 
}

#page-footer .paragraph {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #a0a7ad;
}

#page-footer-top {
    /* background-color: #282d32; */
    color: #f0f9ff;
    padding: 3rem 0 1rem;
}

#page-footer-bottom {
  background-color: #191919;
  color: #f0f9ff;
  padding-top: 1rem;
}

#page-footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}

#page-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

#page-footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

#page-footer ul a:hover {
  opacity: .8;
}

#page-footer .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  #page-footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width:767px) {
  #page-footer .item.text {
    margin-bottom: 0;
  }
}

#page-footer .item.text p {
  opacity: .6;
  margin-bottom: 0;
}

#page-footer .item.social {
  text-align: center;
}

@media (max-width:991px) {
  #page-footer .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

#page-footer .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,.4);
  margin: 0 8px;
  color: #fff;
  opacity: .75;
}

#page-footer .item.social > a:hover {
  opacity: .9;
}

#page-footer .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: .3;
  font-size: 13px;
  margin-bottom: 0;
}

.page-section {
    margin: 0;
    padding: 50px 0;
    webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.section-white {
  background-color: #ffffff;
}

.section-shade {
  background-color: #fafafa;
}

.section-green {
  background: #26b479;
}

.section-green .heading {
  color: #ffffff;
}

.section-green hr {
  border-color: #ffffff;
}

#banner-overly .heading {
  /*color: #ffffff;*/
}

.banner-button {
  font-weight: bold;
}

.page-section .heading {
    /* font-family: 'Cagliostro', sans-serif; */
    font-weight: 400;
}

#page-services .nav-pills .nav-link.active {
  background-color: #f0f0f0!important;
  color: #212529;
}

    #page-services .nav-pills .nav-link.active > .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f08d";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right:5px;
    }

#page-services .nav-pills .nav-link {
    color: #212529;
}

#page-banner {
    width: 100%;
    height: 100vh;
    max-height: 45vh;
    /*background-image: url("/content/img/banners/banner-background-wide-blur.jpg");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: 500;
}

.brand-logo .img-thumbnail {
  width: 150px;
  height: auto;
  padding: 1rem;
}

.link-no-hover:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid .ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid .eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	        Label the data
	        */
        .no-more-tables td:before {
            content: attr(data-title);
        }
}

