@charset "utf-8";


<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
</style>


/* Manning Lakes styles

font-family: 'Raleway', sans-serif; */

/* Browser reset styles */



/* Browser reset styles */


/* Responsive custom */

    /* Large Display */
    @media (min-width: 1200px) {


    }
     
    /* Desktop */
    @media (min-width: 960px) and (max-width: 1199px) {
	

    }
         
    /* Tablets */
    @media (min-width: 768px) and (max-width: 959px) {

		
		
    }
         
    /* Smartphones to Tablets */
    @media (min-width: 481px) and (max-width: 767px) {
		

		
	}

    /* Smartphones */
    @media (max-width: 480px) {


}


     








