/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media (min-width: 320px) and (max-width: 479px){
    .intro-heading h2{
        font-size: 36px;
    }
    
    .intro-product h4{
        font-size: 11px;
    }

    .freeimg img{
        display: none;
    }

    .freetext{
        margin-top: -50px;
    }

    .product-shop {
        font-size: 18px;
        height: 35px;
        padding: 9px;
        width: 35px;
    }

    .products h2, #our-collection h2, .text h2, #reviews h2, #share h2{
        font-size: 35px;
    }

    .app-store img {
       padding: 0 4px 5px 5px;
    }

    .social-icon{
        width: 50px;
        height: 50px;
        font-size: 26px;
        padding: 11px;
        text-align: center;
        margin-right: 0;
    }

    .freetext a{
        width: 100%;
    }
    
    .paytext {
    margin-bottom: 40px;
    text-align: center;
    }

    .paytext a{
        width: 100%;
    }

    .text {
        padding: 0;
    }

    .intro-description img {
        margin-bottom: 40px;
    }

}

/* Extra Small Devices, Phones */
@media (min-width: 480px) and (max-width: 767px){
    .intro-heading h2{
        
    }

    .freeimg img{
        display: none;
    }

    .app-store img {
       padding: 0 4px 5px 5px;
    }

    .products h2, #our-collection h2, .text h2, #reviews h2, #share h2{
        font-size: 35px;
    }

    .paytext {
    margin-bottom: 40px;
    text-align: center;
    }

    .intro-description img {
        margin-bottom: 40px;
    }
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px){
    .intro-heading h2{
        line-height: 80px;
    }

    .freeimg img{
        display: none;
    }
    .app-store img {
       padding: 0 4px 5px 5px;
    }

    .paytext {
    margin-bottom: 40px;
    text-align: center;
    }

    .intro-description img {
        margin-bottom: 40px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px){

}

