html {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.footer-section {
	background-color: #195905;
}
.meta-section {
	background-color: #195905;
}
img.lazyload
{
  opacity: 1.0;
}
/* Enable dropdown menu on mouseover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

h1.awesome, .h1.awesome
{
	font-size: 40pt;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-shadow: 10px 2px 10px rgba(26, 26, 26, 0.7);
	line-height: 1.0;
	margin-top: 20px;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #2da109;
cursor:default;
}

.col-md-3 {padding-top: 150px;	}

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #132;
   }
}
.footer-section a[href^="tel"]:link,
.footer-section a[href^="tel"]:visited,
.footer-section a[href^="tel"]:hover {
text-decoration: none;
color: #fff;
cursor:default;
}
@media (max-width: 992px) {

.col-md-3 {
	display: none !important
	}
h1.awesome, .h1.awesome
{
	font-size: 20pt;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-shadow: 5px 1px 5px rgba(26, 26, 26, 0.7);
	line-height: 1.2;
	margin-top: 20px;
}

}
.caret  {
  display: none;
}
.caption, .modal-lightbox .modal-caption {
	font-size: 9pt;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus  {
	background-color: rgba(157,194,9, .8);
}
.footer-section a:hover, .footer-section a:focus {
  color: #2DA109;
}
@media screen and (max-device-width: 480px) {
p {	font-size: 10pt;}
.caption, .modal-lightbox .modal-caption {
	font-size: 8pt;
}
}