/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .xs-hidden {
        display: none;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;600;700;900&display=swap');

.custom-font-title {
    font-family: 'Raleway', sans-serif;
    font-size: 3.6em;
    line-height: 1em;
    font-weight: 100;
}

.custom-font-sub-title {
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    line-height: 1em;
    font-weight: 100;
}

.custom-font-medium-title {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 100;
}

.font-family-raleway {
    font-family: 'Raleway', sans-serif;
}

.custom-text-blue {
    color: #216AD9;
}

.custom-bg-blue {
    background-color: #216AD9;
}

.article-height {
    height: 550px;
    max-height: 550px !important;
}

.custom-thumbnail-image {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

@media (max-width: 600) {
    .custom-font-title {
        font-family: 'Raleway', sans-serif;
        font-size: 60px;
        line-height: 75px;
        font-weight: 100;
    }

    .custom-font-sub-title {
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        line-height: 35px;
        font-weight: 100;
    }
}