.main .overlay {
	background: #fff !important;
}

.overlay {
	opacity: 0 !important;
}

.main .cursive {
    margin-top: 200px;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size: 60px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 40px;
}

.main .thelogo {
    margin-top: 150px;
    width: 50%;
}

.main .sub {
	font-family: 'Lato', sans-serif;
	font-size: 28px !important;
    font-weight: 400;
    text-align: center;
    text-shadow: none !important;
	margin-top: 60px !important;
	color: #000 !important;
}
.sub2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px !important;
    font-weight: 400;
    text-align: center;
    text-shadow: none !important;
	margin-top: 30px !important;
	color: #000 !important;
}

.detailsrow {
	margin-top: 100px;
}

.deets {
	text-align: center;
	margin-bottom: 50px;
}

.deets a {
	color: #000 !important;
}

.deets a:hover {
	color: #00994c !important;
	text-decoration: none !important;
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.fa-5x {
    font-size: 4em;
	color: #000 !important;
}

.contactheading {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
	font-size: 20px;
}

.contactsub {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
	font-size: 18px;
}



.hiddenmobile {
	display: none;
}

.credit {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
}

.credit {
	text-align: center;
	color: #000 !important;
}

.credit a:hover {
	color: #00994c !important;
	text-decoration: none !important;
}

.main .footer p.credit {
    text-align: center !important;
}

.main .footer {
    text-shadow: none !important;
}

p {
	color: #000 !important;
}

body {
	color: #000 !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	
}



@media (max-width: 990px)
{
.main .thelogo {
    margin-top: 20px;
}
.detailsrow {
	margin-top: 30px;
}
}

@media (max-width: 1700px)
{
.main .thelogo {
    margin-top: 20px;
}

.main .sub {
	margin-top: 20px !important;
}

.detailsrow {
	margin-top: 40px;
}

.contactheading {
	font-size: 22px;
}

.contactsub {
	font-size: 16px;
}
}

@media screen and (max-width: 1024px) {
.main .thelogo {
    margin-top: 20px;
}

.main .sub {
	margin-top: 20px !important;
}

.detailsrow {
	margin-top: 40px;
}

.contactheading {
	font-size: 22px;
}

.contactsub {
	font-size: 16px;
}


}



@media screen and (max-width: 540px) {

.hiddenmobile {
	display: block;
}

.hiddendesktop {
	display: none;
}


}

@media screen and (max-width: 480px) {
.main .thelogo {
    margin-top: 20px;
    width: 100%;
}

.main .sub {
	font-family: 'Lato', sans-serif;
	font-size: 24px !important;
    font-weight: 400;
    text-align: center;
    text-shadow: none !important;
	margin-top: 30px !important;
	color: #000 !important;
}

.sub2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px !important;
	line-height: 28px !important;
    font-weight: 400;
    text-align: center;
    text-shadow: none !important;
	margin-top: 30px !important;
	color: #000 !important;
}

}







