/* / smartphones, iPhone, portrait 480x320 phones / */
@media (min-width:320px)  {
    #hero-area .contents {
        padding: 12px 0 50px;
    }
    #rowTow{
        margin: 0rem 2rem;
        }
        #companyLogo {
            width: 6rem;
            padding: 0rem;
        }
        #navbar_overlay {
            overflow: visible;
            background: #1b4215;
            padding: 0rem;
        }
        #hero-area {
            background: url(../img/FINAL-BANNER.jpg) fixed no-repeat;
            background-size: contain;
            background-position: top center;
            color: #fff;
            overflow: hidden;
            position: relative;
            background-position: 0px 54px;
    
 }
 .responsive {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
}


}
/* / portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. /  */

@media (min-width:481px)  {

    #hero-area .contents {
        padding: 44px 0 249px;
    }
    #rowTow{
        margin: 0rem 2rem;
        }

        #companyLogo {
            width: 6rem;
            padding: 0rem;
        }
        #hero-area {
            background: url(../img/FINAL-BANNER.jpg) fixed no-repeat;
            background-size: contain;
            background-position: top center;
            color: #fff;
            overflow: hidden;
            position: relative;
            background-position: 0px 60px;
        
}
.responsive {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}


}


/* / portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones / */
@media (min-width:641px)  { 
    #hero-area .contents {
        padding: 44px 0 249px;
    }
    #rowTow{
        margin: 0rem 2rem;
        }

        #companyLogo {
            width: 7rem;
            padding: 0rem;
        }
        .responsive {
            width: 100%;
            height: auto;
            margin-top: 1.5rem;
        }
 }


/* / tablet, landscape iPad, lo-res laptops ands desktops /  */
@media (min-width:961px)  {
    #hero-area .contents {
        padding: 44px 0 249px;
    }
    #rowTow{
        margin: 0rem 2rem;
        }
        #navbar_overlay {
            max-height:6rem;
        }
        #companyLogo{
            width: 10rem;
            padding: 1rem;
        }
        .responsive {
            width: 100%;
            height: auto;
            margin-top: 1.5rem;
        }
}



/* / big landscape tablets, laptops, and desktops / */
@media (min-width:1025px) { 
    #hero-area .contents {
        padding: 51px 0 201px;
    }

    #rowTow{
    margin: 0rem 4rem;
    }
    #navbar_overlay {
        max-height: 4rem;
    }
    #companyLogo{
        width: 10rem;
        padding: 1rem;
    }

    #Aboutuscontainer{
        margin: 0;
        }
        #aboutussection{
            padding: 10rem;
            padding-left: 5rem;
            color: #fff;
            margin-bottom: 40px;
            text-align: center;
            width: 90%;
        }
        .responsive {
            width: 100%;
            height: auto;
        }

}
/* / hi-res laptops and desktops / */
@media (min-width:1281px) {
    #hero-area .contents {
        padding: 99px 0 295px;
    }
    #rowTow{
        margin: 0rem 12rem;
        }
        #companyLogo{
            width: 10rem;
            padding: 1rem;
        }
        #Aboutuscontainer{
            margin: 0;
            }
            #aboutussection{
                padding: 10rem;
                padding-left: 5rem;
                color: #fff;
                margin-bottom: 40px;
                text-align: center;
                width: 90%;
            }
            .responsive {
                width: 100%;
                height: auto;
            }
 } 

/* / hi-res laptops and desktops / */
@media (min-width:1825px) { 
    .container {
        max-width: 1242px;
    }
    #hero-area .contents {
        padding: 249px 0 282px;
    }
    #rowTow{
        margin: 0rem 12rem;
        }
#companyLogo{
    width: 10rem;
    padding: 1rem;
}
#Aboutuscontainer{
margin: 0;
}
#aboutussection{
    padding: 8rem;
    padding-left: 5rem;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    width: 90%;
}
.responsive {
    width: 100%;
    height: auto;
}

}


