html, body {
  font-family: 'Arimo', sans-serif;
  font-size:17px;
  color:#4d4d4d;
}

h1 {	
	color:#000;
	font-size:35px;
	line-height:38px;
	margin-top:0;
	margin-bottom: 20px;
	font-weight:400;
}

h1.h1a {	
	color:#000;
	font-size:35px;
	line-height:38px;
	text-align:center;
	font-weight:400;
	display:inline-block;
	margin-bottom: 30px;
	margin-top: 15px;
}


div.dh1a {
	display:block;
	text-align:center;
}
	

h2 {
	font-size:36px;
	color:#000;
}

h3 {
	font-size:28px;
	color:#d318d6;
}

h4 {
	font-size:21px;
	color:#000;
	font-weight:700;
}





.sitemapcenter {
	width: 100%;
	text-align: center;	
}

.sitemapcenter ul {
	text-align: center;
	list-style: none;
	margin:0;
	padding: 0;
	
}

ul.ulcenter li {
	text-align: center;
	margin:0;
	padding: 0;
	
}


/* spacers */

.spacer14 { 
	margin-top: 14px; 
}

.spacer20 { 
	margin-top: 20px; 
}

/*img*/


/* pagetext styles */

.pagetext {
	font-size: 18px;
	text-align: center;
	min-width: 100% !important;
	display: inline-block;
}
.pagetext p {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 600px;
	font-size: 18px;
}

.pagetext a {
	text-decoration:underline;
}


/* other */

.guides {
	font-size: 15px;
	margin-bottom: 20px;
}


.divlink {
	cursor:pointer;
}

/* no scrolling google map */
.maps iframe{
    pointer-events: none;
}

a[href^="tel:"]{
    color:inherit;
    text-decoration:none;
}


	
}

@media (min-width: 768px) { 

a[href^="tel:"]{
	cursor: default;
}
	
}

@media (max-width: 768px) { 
h1.h1a {font-size:38px;	line-height:42px;}
}