/* ==========================================================================
   Your custom CSS styles
   ========================================================================== */



   


/* ==========================================================================
   Your custom CSS styles for smartphones and screens smaller than 480 px
   ========================================================================== */

   @media only screen and (max-width: 480px) {
    /* insert styles here */
}



/* ==========================================================================
   Your custom CSS styles for tablets and screens smaller than 768 px
   ========================================================================== */

   @media only screen and (max-width: 768px) {
	/* insert styles here */
}
