@media (min-width: 576px) {
    #bulletpoints .row {
        margin-right: 35px;
        margin-left: 35px;
    }
    .footer-text {
        font-size: 11px;
        line-height: 39px;
    }
}

@media (min-width: 768px) {
    #bulletpoints {
        margin-right: -20%;
        margin-left: -20%;
    }

    .footer-text { text-align: left !important;}

    #bulletpoints .row {
        margin-right: 0;
        margin-left: 0;
    }

    .hero img {
        height: 190px;
        margin-top: 24px;
    }

    .col-hero-1 {
        font-size: 22px;
        margin-top: 42px;
    }

    #bulletpoints {
        margin-right: 0;
        margin-left: 0;
    }

    #bullet1 {
        justify-content: flex-start;
    }

    #bullet3 {
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .footer-text {
        font-size: 15px;
        line-height: 47px;
    }

    body {
        margin-top: 300px;
    }

    .shop-sprinkler {
        font-size: 13px;
    }

    /* Shopping cart with badge*/
    #ex3 {
        font-size: 3px;
        display: inline-block;
        margin-top: 49px;
    }

    #ex3 .fa-stack[data-count]:after {
        position: absolute;
        right: -8%;
        top: -27%;
        content: attr(data-count);
        font-size: 59%;
        padding: .6em;
        border-radius: 50%;
        line-height: .8em;
        color: white;
        background: #FDAF2E;
        text-align: center;
        min-width: 1em;
        font-weight: bold;
    }

    #credit-cards {
        text-align: right !important;
        padding-top:0px !important;
    }

    #navbar-bottom-ul {
        height: 55px;
        line-height: 42px;
    }

    #logoImage {
        width: 300px;
        position: relative;
        top: -6px;
        z-index: -1;
        left: -60px;
        margin-left: 5vw;
    }

    #navbar > div > div > ul > li > a {
        font-weight: 800 !important;
        font-size: 14.5px;
        padding-right: 28px;
        line-height: 42px;
    }

    .navbar-expand-lg .navbar-collapse {
        /* height: 100px;*/
    }

    .nav-item {
        border-bottom-style: none;
        top: 0;
        bottom: auto;
    }

    .navbar-bottom-custom {
        margin-bottom: -12px;
        margin-top: -4px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
        font-size: 0.75rem;
        line-height: 42px;
    }

    .navRowBlue {
        margin-right: 0;
        margin-left: 0;
    }

    .navRowMiddle div {
        /*flex-grow:1;*/
    }

    #phone-desktop {
        width: 164px;
        font-size: 1.1rem;
        margin-top: 51px;
        font-weight: bold;
        color: #1964A2;
        padding-left: 18px;
    }

    .hero img {
        height: 190px;
        margin-top: 24px;
    }

    .credit-cards img {
        width:380px;
    }
}
