/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 body > .tm-wrapper,  
body > .tm-wrapper:not(.tm-grid-preserve) {  
margin: 0 auto;   
/* Optional shadow: */  
box-shadow: 0 0 20px rgba(0,0,0,0.05);  
}
h2.turquoise {
	background-color:#02B8D4;
	color:white;
	text-align:center;
	text-transform:uppercase;
	padding:.25em;
	box-shadow: 10px 10px 5px #888888;
}
h3.turquoise {
	background-color:#02B8D4;
	color:white;
	text-align:center;
	text-transform:uppercase;
	padding:.25em;
	box-shadow: 10px 10px 5px #888888;
}
