/*

My Custom CSS
=============

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

.bs-callout {
margin: 20px 0;
padding: 0px; 
border-left: 0px solid #eee; 
}

/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}


ul.unstyled {
	list-style: none;
	padding: 0;
}



/* --------------------------------------
   Global Styles
   -------------------------------------- */





/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	

	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	

	
}

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



}



