/* =================================
    Add Custom Styling 
 ================================= */


 




 /* =================================
    Override Responsive Classes  
 ================================= */

 @media only screen and (min-width: 320px) and (max-width: 980px)  {

    /* Put your CSS here for 200px to 767px width devices (cover all mobile portrait width */
	 
	 .home-section {
        background: none;
        .logo {
            display: none;
            small {
                 display: none;
            }
		 }

 }