@media print {

    /* Print =================================================== */
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    pre,
    blockquote {
        border: 1px solid #808080;
        page-break-inside: avoid;
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1024px) {
    /* Styles */
}

@media only screen and (max-width : 1024px) {
    /* Styles */
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
}

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

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

@media only screen and (max-width : 767px) {
    /* Styles */
    html{
        font-size: 0.8em;
      }
    .navbar{
        padding: 0 16px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px 0px;
        background-color: var(--color-hellolife);
    }
    .logo-div{
        line-height: 48px;
        height: 48px;
    }
    .navbar-collapse{
        background-color: #fff;
        padding: 16px;
    }
    .navbar-light .navbar-nav .nav-link{
        padding-left: 10px;
    }
    .opening-section{
        margin-top: 40px;
    }
    .hero-head-img {
        width: 150px;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .ray-img{
        margin-top: 20px;
        width: 300px;
    }
    .ray-img img{
        width: 200px;
    }
    .drop-img-1{
        width: 300px;
        margin-top: -100px;
    }
    .about-text-1{
      margin-top: 250px;
    }
    .home-section-3 .home-inner-1{
        /*background-position: 88% 50%;*/
        background-repeat: no-repeat;
        background-size: contain;
    }
    .feature-summary{
        padding: 16px;
        min-height: 300px;
    }
    .feature-icon{
        width: 200px;
        margin: 10px auto;
    }
    .social-link-wrap {
        text-align: center;
    }
    .copyright-txt{
        text-align: center;
        margin-bottom: 20px;
    }
    .drop-img-2{
        margin-top: -48px;
    }
    .about-section-2{
        padding-top: 24px;
    }
    .hero-head-img-right{
        float: right;
    }
    .sub-heading-img{
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .vitalife-section {
        margin-top: 140px;
        position: relative;
    }
    .vitalife-img {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #instafeed a{
        flex-shrink: 0;
        width: 100%;
    }
    .ricebran-section-2{
        margin-top: 0
    }
    .copy-2-1{
        font-size: 1.2rem;
        margin-top: 48px;
        margin-bottom: 10px;
    }
    .sunflower-section-5{
        margin-top: -40px;
        padding-top: 0;
        padding-bottom: 200px;
    }
    .about-section-1{
        margin-top: -100px;
    }
    
    .contact-landing-section{
        background-image: url(../img/contact-hero-mobile.png);
        height: calc(100vw / 0.8369);
        padding: 0;
        padding-top: 180px;
    }
    .career-landing-section{
        background-image: url(../img/career-hero-mobile.png);
        height: calc(100vw / 1.14);
        padding-top: 90px;
    }
    .drop-img-3 {
        margin-top: -175px;
    }
    .sunflower-landing-section{
        background-image: url(../img/product-1-hero-mobile.png);
        height: calc(100vw / 0.7895);
        padding: 0;
        padding-top: 225px;
    }
    .sunflower-section-1{
        background-image: url(../img/section-breaker-4-mobile.jpg);
        min-height: calc(100vw / 0.3918);
        margin-top: -28px;
    }
    .sunflower-sub-heading-img{
        margin-top: 185px;
    }
    .sunflower-section-2{
        background-image: url(../img/section-breaker-7-mobile.jpg);
        min-height: calc(100vw / 0.4);
    }
    .sunflower-sec-4-copy{
        margin-top: 60px;
        margin-bottom: 0
    }
}

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

@media only screen and (max-width : 568px) {
    /* Styles */
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}







/* #############################################################################################*/

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-pixel-ratio : 1.5),
only screen and (min-pixel-ratio : 1.5) {
    /* Styles */
}

@media only screen and (min-width: 480px) {
    /* 480 =================================================== */
}

@media only screen and (min-width: 768px) {
    /* 768 =================================================== */
}

@media only screen and (min-width: 992px) {
    /* 992 =================================================== */
}

@media only screen and (-webkit-min-pixel-ratio: 1.5),
only screen and (min--moz-pixel-ratio: 1.5),
only screen and (min-pixel-ratio: 1.5) {
    /* 2x =================================================== */
}
