#webchat .webchat__render-markdown a,
#webchat .webchat__citation,
#webchat a[class*="citation"] {
  color: #00789B !important;
}

body {
    color: #2d2d2d;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Clash Grotesk", Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1 {
    font-size: 64px;
    color: #490926;
    line-height: 1.4;
    font-weight: 300;
}

h2 {
    font-size: 1.75rem;
    color: #009bbf;
    font-weight: 700;
}

h3 {
    font-size: 1.375rem;
    color: #2d2d2d;
    font-weight: 700;
}

p {
    font-size: 1.125rem;
}

.dark-blue-txt {
    color: #009bbf;
}

.white-sub-txt {
    color: #ffffff;
}

.dark-grey-txt {
    color: #5D6770;
}

.load-bearing-txt {
    color: #4B5563;
    font-size: 0.875rem;
}

.dark-blue-bkg {
    background-color: #009bbf;
    color: #ffffff;
}

.dark-grey-bkg {
    background: #5D6770;
    color: #fff;
}

.light-grey-bkg {
    background-color: #f1f1f1;
}

.hero-img {
    background-image: url("../images/home-hero-bg.jpg");
    background-size: cover;
    background-position: center center;
}

/* .jumbotron {
    position: relative;
}

.jumbotron .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0.3;
} */

.jumbotron h1,
.jumbotron p,
.sub-title p,
.leading-section .container .row,
.improving-section .container .row,
.mitigating-section .container .row {
    padding: 0 2rem;
}

 a {
    color: #00789B;
    text-decoration: none;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    font-weight: 700;
}

a:focus,
a:hover {
    color: #000000;
    text-decoration: none;
}
/*
a.btn-primary {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 15px 18px;
    background-color: #009bbf;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 100;
    text-decoration: none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .25s ease;
}

a.btn-outline-primary {
    border-color: #009bbf;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 15px 18px;
    color: #009bbf;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .25s ease;
} */

a.btn-primary:hover,
a.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
a.btn-outline-primary:hover,
a.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #5d6770;
    border-color: #5d6770;
    box-shadow: none;
}

.social {
    font-size: 1.75rem;
    margin: 0 3px 0 3px;
    vertical-align: top;
    color: #ffffff;
}

.social:hover {
    color: #009bbf;
}

.disclaimer p{
    font-size: 0.875rem;
    color: #5D6770;
    font-style: italic;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .hero-img {
        background-image: url("../images/home-hero-bg.jpg");
        background-position: bottom right;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .jumbotron p.white-sub-txt {
        padding: 2rem 0 0;
    }

    h1 {
        font-size: 1.75rem;
    }

    .jumbotron h1,
    .sub-title p,
    .leading-section .container .row,
    .improving-section .container .row,
    .mitigating-section .container .row {
        padding: 0;
    }
}