html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
body {
    margin: 0;
    font-size: 16px;
	line-height:180%;
	font-family: 'Fira Sans', sans-serif;
	background-color: #FFF;
	text-align:center;
	}
div.wrapper  {
 	margin-left:auto;
 	margin-right:auto;
	max-width:960px;
	} 
		@media only screen and (max-width: 990px) { /*margins on sides of screen for tablets */
		div.wrapper {
			max-width:97%;
			}
		} 
h1, h2, h3, p, ol, ul {
    margin: 0;
    padding: 0;
	}
ul	{
	margin-bottom:30px;
	}
li {
    display: block;
	line-height:225%;
	}
h1	{
	font-family: 'Handlee', cursive;	
	font-size:35px;
	font-weight:normal;
	color:#8BC53F;
	padding:50px 0px 30px 0px;
	}
h2	{
	font-family: 'Handlee', cursive;	
	font-size:30px;
	font-weight:normal;
	color:#00B5F0;
	padding:15px 0px 15px 0px;
	}
a	{
    text-decoration: none;
	color:#00B5F0;
	}
img {
    max-width: 100%;
    height: auto;
    border: 0;
	}
p	{
	font-size:16px;
	margin-bottom:30px;
	}
header	{
	width:100%;
	height:62px;
	margin-top:20px;
	overflow:hidden;
	}
.logo	{
	float:left;
	width:32%;
	}
/* 
following css for slicknav
*/
.slicknav_menu {
	display:none;
	}
/* 
following css for menu
*/
#menu_container 	{
	text-align:right;
	}
#menu li	{
	display:inline;
	}
#menu a	{
	font-size:18px;
	padding: 1% 2% 1% 2%;
	border-radius:8px;
	-webkit-transition: background 1.5s; /* For Safari 3.1 to 6.0 */
    -moz-transition: background 1.5s;
    transition: background 1.5s;
	}
#menu a:hover	{
	background:#00B5F0;
	color:#FFF;
	}
/* 
css for index.php
*/
.upper_center, .upper_center_middle {
	width:28%;
	height:240px;
	padding:2%;
	margin-top:10px;
	border:1px #CCCCCC solid;
	display:inline-block;
	overflow:hidden;
	}
		@media screen and (max-width: 893px) {
		.upper_center, .upper_center_middle {
			height:260px;
			}
		}
.upper_center p, .upper_center_middle p {
	margin-bottom:0px;
	}
.upper_center_middle {
	margin-right:1%;
	margin-left:1%;
	}
.home_h1 {
	font-family: 'Fira Sans', sans-serif;
	color:#3F3F3F;	
	font-size:16px;
	margin-top:5px;
	margin-bottom:15px;
	padding:0px;
	text-align:left;
	}
.lower 	{
	margin:10px 0px -40px 0px;
	background-color:#FFF;
	}
.lower_center {
	max-width:960px;
	margin-left:auto;
 	margin-right:auto;
	padding:30px 0px 30px 0px;
	}
.button	{
	width:230px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	border-radius:10px;
	}
.button	{
	background-color:#51A8D3; 
	border:#B3D9EC solid 4px;
	}
.button a	{
	color:#FFF;
	display:block;
	font-size:24px;
	line-height:50px;
	}
.services-buttons div	{
	display: inline-block;
	margin-right:20px;
	}
/* 
css for contact.php
*/
a.disable-link {
    pointer-events: none;
    cursor: default;
	}
		@media only screen and (max-device-width: 480px) {
		   a[class="disable-link"] {
			  pointer-events: auto !important;
			  cursor: auto !important;
		   }
		}
a.disable-footer-link {
    pointer-events: none;
    cursor: default;
	color:#FFF;
	}
		@media only screen and (max-device-width: 480px) {
		   a[class="disable-footer-link"] {
			  pointer-events: auto !important;
			  cursor: auto !important;
		   }
		}
/* 
css for reviews.php
*/
.yelp	{
	color:#8BC53F;
	font-size:20px;
	}
/* 
css for thank-you.php
*/
.min_height	{
	padding-top:150px;
 	height:350px;
	}
/* 
css for footer.php
*/
footer 	{
	margin:50px 0px 0px 0px;
	background-color:#444;
	height:320px;
	padding-top:20px;
	}
footer p	{
	font-size:14px;
	color:#FFF;
	margin-bottom:0px;
	}
.footer_heading	{
	}
.footer_img		{
	margin-bottom:15px;
	}
#email	{
	padding-top:25px; /* Add top padding to the anchored div */
	margin-top:-25px;  /* Avoid unnecessary whitespace by adding a negative margin  */
	}
.float_left	{
	float:left; 
	margin-right:75px;
	margin-bottom:20px;
	text-align:left;
	}
.float_right	{
	float:right; 
	text-align:right;
	margin-bottom:20px;
	}
#copyright {
	width:100%;
	margin-left:auto;
 	margin-right:auto;
	text-align:center;
	overflow:hidden;
	}
#copyright p {
	font-size:12px;
	padding-top:15px;
	}

