
.section.grey{background-color: #ddd;}

.text .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.text-module-heading{
    margin-bottom: 30px;
}
.centered{
    text-align: center;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

.text .col-sm-12{padding: 0px;}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {

}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/


    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }