@media only screen and (max-width: 1440px) {
    .section-3 .cover {
        background-position: -25vmin -10vmin;
    }
}

@media only screen and (max-width: 1366px) {
    header .navbar-brand {
        padding-left: 4rem;
        font-size: 1.3rem;
    }

    header .row .col-md-5 img {
        width: 100%;
        padding: 8vmin 0vmin 2vmin 0vmin;
        margin-left: 0;
    }

    .numbers .rect {
        width: 15rem;
        height: 11rem;
        margin: 0.5rem;
    }

    .numbers .rect h1 {
        font-size: 4rem;
    }

    .numbers .rect p {
        font-size: 2.5vmin;
    }

}

@media only screen and (max-width: 768px) {
    header .navbar-brand {
        padding-left: 1rem;
    }

    header .row .col-md-5 img {
        width: 100%;
        padding: 10vmin 0vmin 2vmin 0vmin;
        margin-left: 0;
    }

    .section-2 .row .col-md-6 .panel {
        position: initial;
        width: initial;
        height: initial;
    }

    .section-3 .cover {
        background-position: -25vmin -10vmin;
    }

    .numbers .rect {
        width: 10rem;
        height: 8rem;
        margin: 0.5rem;
    }

    .numbers .rect h1 {
        font-size: 2rem;
    }

    footer {
        padding: 7vmin 9vmin;
    }
}

@media only screen and (max-width: 425px) {

    header .navbar-brand {
        font-size: 1.2rem;
    }

    header .row .col-md-7 {
        padding-bottom: 2rem;
    }

    .footer .row .col-md-2 {
        margin-top: 10vmin;
    }

    header .nav-item {
        padding: 0.1em;
    }

    .btn-danger h4 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 375px) {
    header .row .col-md-7 {
        padding-bottom: 2rem;
    }

    header .navbar-brand {
        font-size: 1.1rem;
    }

    .cover .content p {
        font-size: 3.5vmin;
    }

    .numbers .rect p {
        font-size: 3.5vmin;
    }

    header .nav-item {
        padding: 0.2em;
    }

    .numbers .rect {
        width: 9rem;
        height: 7rem;
        margin: 0.5rem;
    }

    .btn-danger h4 {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 320px) {
    header .navbar-brand {
        font-size: 0.8rem;
    }

}

@media only screen and (max-width: 479px) {
    .post-slide .month {
        font-size: 14px;
    }

    .post-slide .date {
        font-size: 14px;
    }
}

/* News */
@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width: 100%;
    }

    .post-slide .post-review {
        width: 100%;
        border-bottom: 4px solid #fc740c;
    }

    .post-slide .post-bar:before {
        left: 0;
    }

    .post-slide .post-bar:after {
        left: 25px;
    }
}