/* Header */
.page-header {
    padding-top: 9.5rem;
    padding-bottom: 52px;
}

.header-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
/* End Header */

h1 {
    font-size: 2.25rem;
}

h3 {
    font-family: "FuturaMedium" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    color: var(--black);
}

h6 {
    font-family: "Source" !important;
    font-style: normal !important;
    font-weight: 300 !important;
}

p {
    font-family: "Source" !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
    color: var(--grey) !important;
}

.read-more {
    transition: all 0.5s;
}

.read-more a {
    text-decoration: none;
    font-family: "Source" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #0391df;
}

.read-more img {
    opacity: 0;
}

.read-more:hover img {
    opacity: 1;
    transition: all 0.5s;
}

section .card-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-header {
    padding-bottom: 3rem;
}

.page-item.active .page-link {
    background: white;
    color: #0391df !important;
    border-color: #d7dce3 !important;
}

.header-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.radius-search{
    border-radius: 8px !important;
}

.blog-gutter {
    border-radius: 8px;
}

.custom-select, .form-control{
    border-width: 3px;
}

label {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    color: #000000;
}

.blog-gutter {
    margin-left: -12px;
    margin-right: -12px;
}

.blog-gutter > [class^="col-"],
.blog-gutter > [class^=" col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

@media only screen and (max-width: 767.98px) {
    /* For mobile phones: */
    h1,
    h3 {
        font-size: 1.125rem !important;
    }

    .header-paragraph {
        margin-bottom: 60px;
    }

    .read-more a {
        font-size: 0.8125rem;
    }

    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    section .card-body p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    p {
        font-size: 0.8125rem !important;
    }

    .header-img {
        height: 240px;
    }

    .page-header {
        padding-bottom: 48px;
    }

    .blog-gutter .card-body {
        padding: 8px;
    }

    .section-card-img {
        height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    .page-header {
        padding-top: 6rem;
    }
    /* End Header */

}

@media (max-width: 767.98px) {

    /* Header */
    .page-header {
        padding-top: 4.5rem;
    }
    /* End Header */

}
