body {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.navbar .container {
    max-width: 100%;
}

.navbar-item {
    font-size: 15px;
    font-weight: 300;
}

.main-navbar {
    justify-content: end;
}

.footer {
    background-color: #303030 !important;
    padding: 9px 0 18px;
    max-height: initial;
}

.footer-link,
#builder-content .footer-link {
    font-weight: 700;
    color: #e2e2e3 !important;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 2.4;
}

.footer-link:hover,
#builder-content .footer-link:hover {
    font-weight: 700;
    color: #8aba49 !important;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 2.4;
}
.active-footer-link {
    color: #e2e2e3 !important;
}

.footer-links {
    justify-content: space-evenly;
}

.blog-post-container {
    flex-direction: row-reverse;
}

.blog-post-body {
    font-family: charterregular, Georgia, Cambria, "Times New Roman", Times, serif;
    letter-spacing: -0.003em;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
}

.read-more-link {
    color: #009ffd;
    font-size: 15px;
    font-weight: 700;
}

.blog-article header {
    margin-bottom: 0 !important;
}

.blog-article {
    min-height: 260px;
}

.blog-post-title {
    color: #111;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
}

.blog-post-title h1 {
    color: #111;
    font-weight: 600;
}

.blog-post-title:hover {
    color: #111;
    text-decoration: none;
}

.blog-author-image-container {
    display: none;
}
.blog-author-image {
    height: 48px;
    width: 48px;
}

.blog-author-container, .text-muted {
    color: #adadad !important;
    font-size: 12px;
}

.blog-author-container .row:first-child {
    display: none;
}

.navbar-light .navbar-nav .nav-link,
#builder-content .navbar-light .navbar-nav .nav-link {
    color: #111;
    font-size: 15px;
    font-weight: 300;
}

.active-nav-link {
    color: #7957d5 !important;
}

.nav-link:hover,
#builder-content .nav-link:hover {
    color: #8aba49 !important;
}

.navbar-collapse {
    background-color: white !important;
}

.bg-light {
    background-color: white;
}

.call-to-action-btn, #builder-content .call-to-action-btn {
    background-color: transparent;
    color: #8aba49!important;
    font-weight: 600;
    border: 1px solid #8aba49;
    border-radius: 0.3rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    font-size: 15px;
}

.call-to-action-btn:hover,
#builder-content .call-to-action-btn:hover {
    background-color: #8aba49;
    color: white;
}

/* 404 Error Page */
.container-404 {
    font-family: charterregular, Georgia, Cambria, "Times New Roman", Times, serif;
}
.title-404 {
    font-size: 6em;
    margin-bottom: .25em;
}
.title-404 span {
    font-weight: 700;
}
.subtitle-404 {
    font-weight: 900;
    font-size: 4em;
}
.para-404 {
    font-size: 1.4em;
    font-weight: 400;
}

/* Bootstrap Pagination */
.page-item.active .page-link {
    background-color: #009ffd;
}
.page-item.disabled .page-link {
    color: #009ffd;
    border-color: #009ffd;
}
.page-link:hover {
    color: #014c8c;
    background-color: white;
    border-color: #009ffd;
}
.page-link {
    color: #009ffd;
    border-color: #009ffd;
    margin-left: 5px;
    margin-right: 5px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.blog-category-label {
    background-color: #F2F2F2;
    padding: 0.5em;
    border-radius: 3px;
    color: #757575;
    margin: 0 2px;
    font-weight: 600;
    font-size: 13px;
}

.blog-category-label-link {
    color: white;
}

.blog-category-label-link:hover {
    text-decoration: none;
}

.blog-post-categories {
    font-size: .8em;
    margin-bottom: .5em;
}

/* Dropdown Menus */
.dropdown-item {
    font-size: 15px !important;
    font-weight: 300 !important;
}
.dropdown-item:hover {
    color: #8aba49 !important;
    background-color: white !important;
}
