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

.navbar-item {
    font-weight: 400;
    color: #0b1e39;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
}
.main-navbar .navbar-item, .footer-link {
    /* Underline animation */
    position: relative;
    display: block;
    float: left;
    margin-left: 25px;
    background-repeat: no-repeat;
    background-size: 0 5px;
    background-position: 0 91%;
    transition: all .5s linear;
}

.main-navbar .navbar-item:hover, .footer-link:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #000000;
    background-size: 100% 5px;
    background-image: linear-gradient(120deg, #e6cabf 0%, #e6cabf 100%);
    text-decoration: none;
}

.footer-link,
#builder-content .footer-link {
    color: #0b1e39 !important;
    font-weight: 400;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
}

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

.blog-post-body {
    font-family: charterregular, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.003em;
    font-weight: 400;
}

.read-more-link a {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    background-color: #0ebdb7;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #fefefe;
    position: absolute;
    left: 40px;
    bottom: -35px;
    z-index: 1;
    text-decoration: none;
    font-family: 'Questrial', sans-serif;
}
.read-more-link a:hover {
    opacity: 1;
    background-color: #000000;
}

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

.blog-post-title {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    line-height: 1.23;
    font-family: 'Questrial', sans-serif;
}

.blog-post-title h1, .blog-section h1 {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    line-height: 1.23;
    font-family: 'Questrial', sans-serif;

    background-image: url(./underline.jpg);
    background-repeat: repeat-x;
    background-size: 205px;
    background-position: center bottom;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
}
.blog-section .row .blog-author-container .row .col-md-12 span {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

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

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

.navbar-light .navbar-nav .nav-link,
#builder-content .navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-brand {
    min-height: 75px;
    line-height: 65px;
}

.nav-link:hover, .active-footer-link {
    color: #0b1e39 !important;
}

.active-nav-link, .active-nav-link:hover {
    color: #0ebdb7 !important;
}

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

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

.call-to-action-btn, #builder-content .call-to-action-btn {
    background-color: #0ebdb7;
    color: #fefefe!important;
    font-weight: 400;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    border-radius: 0;
}

.call-to-action-btn:hover,
#builder-content .call-to-action-btn:hover {
    opacity: 1;
    background-color: #000000;
}

/* 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;
}

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

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

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

.blog-post-categories {
    font-size: .8em;
    margin-top: 1em;
    display: none;
}

/* Dropdown Menus */
.dropdown-menu {
    box-shadow: 0 2.5px 2.5px 0 rgb(0 0 0 / 20%);
    border-radius: 0px 0px 5px 5px;
}
.dropdown-item {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #0ebdb7 !important;
}
.dropdown-item:hover {
    color: #e6cabf !important;
    background-color: white !important;
}

/*  */
.blog-post-container .col-lg-8 {
    z-index: 2;
    background-color: white;
    margin: auto;
    height: 80%;
    padding: 18px 30px;
}
.blog-post-container .col-lg-4 figure img {
    max-width: 200%;
    z-index: 1;
}
.blog-author-image-container, .blog-author-container .row .text-muted {
    display: none;
}

/* Pagination for blog post */
.bootstrap-laravel-pagination-links {
    text-align: left !important;
}
.page-link {
    border: none;
    color: #30b6e6;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding: 6px;
}
.page-item.active .page-link, .page-link:hover {
    background-color: white;
    color: #0d6ea9;
}
.page-link:focus {
    box-shadow: none !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .blog-post-container .col-lg-8 {
        margin-top: -50%;
        max-width: 70%;
        margin-right: 0;
        order: 1;
        padding: 1.25em !important;
    }
    .blog-post-container .col-lg-4 .blog-post-img img {
        max-width: 100%;
    }
    .blog-author-container span {
        text-transform: uppercase;
        font-weight: 700;
    }
    .blog-article header {
        margin-bottom: 0 !important;
    }
    .blog-author-container .row:last-child {
        display: none;
    }
}
