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


    body {
        font-size: 1rem !important;
    }
    body.home #nav-main {
        padding: 15px 0 !important;
    }
    body.home .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.9) !important;
    }

    body:not(.home) .single-hero {
        margin-top: 0px;
    }
    

    .navbar-brand .logo {
        margin: -15px 0 0 0;
    }
    body:not(.home) .navbar-brand img.logo, body .navbar-brand img.logo {
        max-height: 60px;
        left: 15px;
        margin-top: -10px;
    }
    body:not(.home) .btn.btn-outline-secondary, body.home #nav-main.nav-scroll .btn.btn-outline-secondary {
        color: #fff !important;
    }

    .btn.btn-outline-secondary {
        padding: 0px 15px !important;
        width: auto !important;
        min-width: auto !important;
        border: none;
        font-size: 1.5rem;
        color: #fff;
        transition-duration: 0.35s;
    }

    body:not(.home) .btn.btn-outline-secondary {
        padding-bottom: 20px !important;
        padding-top: 5px !important;
    }

    body.home #nav-main.nav-scroll .btn.btn-outline-secondary {
        transition-duration: 0.35s;
    }
    .btn {min-width: 100%;}

    .btn {
        margin: 15px 10px 0 0;
        z-index: 999;
        position: relative;
    }

    footer {
        text-align: center;
    }



    body.home #nav-main .btn.btn-outline-secondary {
        color: #fff !important;
        margin-top: 7px;
    }

    section#home {
        margin-top: 0px;
        padding-top: 40vh;
        background-size:cover !important;
    }
    section#home h1 {
        font-size: 2.9rem;
    }
    section#home h1 strong {
        font-size: 3.5rem;
    }

    #news_carousel .why_block_inner {
        min-height: 0;
    }
    section#mission {
        padding-top: 0;
    }
    #fightCarousel div {
        font-size: 2.5rem;
    }



    section#mission h1, section#join h1, section#why h1, section#news h1, section#partner h1 {
        font-size: 2.5rem;
    }
    .mission_img {
        width: 300px;
        padding-bottom: 300px;
    }

    .why_block_inner, .twitter_inner {
        max-width: 85%;
    }
    .why_block_inner, .twitter_inner {
        max-width: 85%;
        padding: 35px 20px;
    }

    .issues {
        display: block;
    }
    .issues .col-md-3 {
        width: 100%;
    }
    .issues_inner {
        border-bottom: 1px solid;
        border-right: none;
        padding: 40px !important;
        height: 450px;
    }
	.issues_txt {
    top: 50%;
    transform: translateY(-50%);
}
    section#partner {
        padding-top: 0;
    }
    .twitter_inner {
        margin-bottom: 0;
    }
    .quote_inner {
        padding: 40px 20px 20px;
    }




    /* LANDING PAGE */

    #america h1 {
        font-size:2.5rem;
    }
    #landinghero h1.upper, #landinghero h1.lower {
        font-size:3rem;
    }
    div#getting-started {
        font-size:0.95rem;
    }
    section#landinghero {
        padding: 20vh 0 50vh;
    }
    #americaneeds h1 {
        font-size: 2.25rem;
        margin-bottom: 30px;
    }



    /* MEGA MENU */

    ul.mega-sub-menu {
        padding: 0 !important;
    }
    div#menu-trending {
        padding: 10px 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .btn-pill {
        display: block;
        margin: 0 auto 10px;
        max-width: 80%;
    }
    .menu-grid {
        padding: 0px;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0 !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        padding: 0 !important;
    }
    .link-menu .img-container {
        display: none;
    }
    ul#menu-action-menu, ul#menu-resources-menu {
        padding: 0;
    }
    .link-menu ul.mega-sub-menu li a {
        font-size: 1rem !important;
    }
.btn-nav a.mega-menu-link {
    color: #fff !important;
}
	
	.entry-header h1 {
    font-size: 3rem;
}
	span.stat {
    font-size: 10rem !important;
}
	section.padded h3 {
    font-size: 1.5rem;
}
	.owl-dots {
    display: none;
}
	.member-popup .col-md-6 {
    height: 300px;
    margin-bottom: 30px;
}
	.member-popup h2 {
    font-size: 3rem;
}

  }