@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .navbar-nav>li {
        margin-right: 0;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 50px 5px 25px 15px;
    }

    .section-first-wrapper {
        margin-top: 450px;
    }

    .ed-inner-content {
        padding: 20px;
        margin-top: 70%;
    }

    .gallery-img-wrapper img {
        width: 100%;
        height: 100%;
    }

    .vision-wrapper,
    .mission-wrapper {
        margin: 80px 0px 0px 0;
    }

    .coverage-item-content ul li img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .coverage-item-content ul li span {
        font-size: 25px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .coverage-item-content ul li {
        font-size: 14px;
        margin-bottom: 35px;
        letter-spacing: 2px;
    }

    .partners-item-wrapper ul li {
        margin-right: 30px;
    }

    .donation-inner-content-wrapper .section-title-wrapper h2,
    .coverage-inner-content-wrapper .section-title-wrapper h2,
    .vision-wrapper .section-title-wrapper h2,
    .mission-wrapper .section-title-wrapper h2,
    .section-title-wrapper h2 {
        font-size: 45px;
    }


}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav>li {
        margin-right: 0;
    }

    .btn-custom {
        padding: 20px 40px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 40px 5px 25px 5px;
        font-size: 10px;
    }

    .hero-left-content-wrapper h1 {
        font-size: 36px;
    }

    .section-first-wrapper {
        margin-top: 450px;
    }

    .donation-inner-content-wrapper .section-title-wrapper h2,
    .coverage-inner-content-wrapper .section-title-wrapper h2,
    .vision-wrapper .section-title-wrapper h2,
    .mission-wrapper .section-title-wrapper h2,
    .section-title-wrapper h2,.ed-inner-title-wrapper h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .project-item {
        width: 250px;
        height: 385px;       
        margin-bottom: 20px;
        padding: 25px;
        margin-right: 10px;
    }
    .ed-inner-content{
        padding: 15px;
    }

    .section-gallery-title {
        margin-top: -135px;
    }

    .gallery-img-wrapper img {
        height: 100%;
    }
    .vision-img-wrapper{
        height: 400px;
    }
    .vision-wrapper p{
        font-size: 24px;
    }

}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 481px) and (max-width: 767px) {}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 240px) and (max-width: 480px) {}