h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    color: #4D4D4D;
}

p, input, label {
    font-family: 'Raleway', sans-serif;
    color: #4D4D4D;
}

table {
    font-family: 'Raleway', sans-serif;
    color: #4D4D4D;
}

b {
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
}

.card-body p b {
    font-family: 'Raleway', sans-serif;
}

button {
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
}

small {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
}

/* format styles */

.footer-absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.footer-sticky {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.footer-fixed {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
    margin-top: 20vh;
}

.footer-relative {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin-top: 20vh;
}

/* format-video */

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.custom-landing-button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 18px;
    width: 200px;
    margin-right: 40px;
}

.custom-landing-button:hover {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 18px;
    width: 200px;
    margin-right: 40px;
    -webkit-box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
    box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
}

.text-teal {
    color: #0E7A90;
}

.btn-outline-primary {
    color: #0E7A90;
    background-color: transparent;
    border-color: #0E7A90;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
}

.btn-outline-primary:hover {
    color: #FFF;
    background-color: #0E7A90;
    border-color: #0E7A90;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0E7A90;
    border-color: #0E7A90;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
}

/* btn primary update */

.btn-primary {
    color: #fff;
    background-color: #537D1D;
    border-color: #537D1D;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(66, 98, 24);
    border-color: rgb(66, 98, 24);
    -webkit-box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
    box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
}

.background-teal {
    background-color: #0E7A90;
}

.text-blue {
    color: #30547D;
}

.background-blue {
    background-color: #30547D;
}

.text-green {
    color: #537D1D;
}

.background-green {
    background-color: #537D1D;
}

.text-gray {
    color: #707070;
}

.text-dark-gray {
    color: #4D4D4D;
}

.text-purple {
    color: #817BA2;
}

.text-orange {
    color: #CC5500;
}

.text-yellow {
    color: #FFCC33;
}

.uppercase {
    text-transform: uppercase;
}

.selected-card {
    border-color: #0E7A90;
    -webkit-box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
    box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
}

.selected-nav {
    -webkit-box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
    box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
    border-bottom-style: solid;
    border-bottom-color: #0E7A90;
    border-bottom-width: 3px;
    padding: 20px;
}

.money {
    color: #537D1D;
    font-weight: 800;
}

.card:hover {
    -webkit-box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
    box-shadow: 0px 3px 12px -1px rgba(58, 58, 58, 0.45);
}

#landing-page-card {
    opacity: 95%;
}

#landing-page-card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#mobile-nav {
    display: none;
}

/* Tooltip styling */

.tooltip {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /* ... */
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

/* Media Queries */

/* 	Tablet-landscape (and smaller) */

@media only screen and (max-width: 992px) {
    #mobile-nav {
        display: none;
    }
    #laptop-nav {
        display: none;
    }
    #menu-outer {
        height: 84px;
        margin: 0 auto;
    }
    .table-nav {
        display: table;
        margin: 0 auto;
    }
    ul#horizontal-list {
        min-width: 696px;
        list-style: none;
        padding-top: 20px;
    }
    ul#horizontal-list li {
        display: inline;
    }
    .card {
        margin: 20px;
    }
}

/* 	Tablet-portrait (and smaller) */

@media only screen and (max-width: 768px) {
    #mobile-nav {
        display: none;
    }
    #laptop-nav {
        display: none;
    }
    #menu-outer {
        height: 84px;
        margin: 0 auto;
    }
    .table {
        display: table;
        margin: 0 auto;
    }
    ul#horizontal-list {
        min-width: 696px;
        list-style: none;
        padding-top: 20px;
    }
    ul#horizontal-list li {
        display: inline;
    }
    .card {
        margin: 20px;
    }
}

/* 	Mobile-landscape (and smaller) */

@media only screen and (max-width: 480px) {
    #mobile-nav {
        display: none;
    }
    #laptop-nav {
        display: none;
    }
    #menu-outer {
        height: 84px;
        margin: 0 auto;
    }
    .table {
        display: table;
        margin: 0 auto;
    }
    ul#horizontal-list {
        min-width: 696px;
        list-style: none;
        padding-top: 20px;
    }
    ul#horizontal-list li {
        display: inline;
    }
    .card {
        margin: 20px;
    }
}