main {
    padding-bottom: 0 !important;
}

#location a {
    text-decoration: none !IMPORTANT;
    padding: 12px 34px;
    font-size: 16px !important;
    border-radius: 8px !important;
    background: #91a484;
    border: none;
}

#hero {
    padding: 160px 40px;
    border-radius: 12px 12px 0 0;
    border-bottom: 25px solid #91a484;
}

#hero h1,
#hero h3 {
    font-size: 24px;
    margin: 0;
}

#hero h2 {
    font-size: 140px;
    margin: -36px 0 -28px;
    font-family: 'Dancing Script', cursive !important;
    text-transform: capitalize;
    font-weight: normal;
}

#hero h3 {
    display: inline-block;
    border: 2px solid #FFF;
    border-width: 2px 0;
    padding: 2px 20px;
    font-size: 28px;
}

#intro a {
    background: #91a484; /*#c70000;*/
    border-radius: 8px !important;
    border: none;
    font-size: 18px !important;
    margin-top: 30px;
	  transition: 0.15s !important;
}

#intro a:hover {
    filter: brightness(1.05);
}

#intro a:last-of-type {
	background: #91a484;
}

#intro .avia_button_icon {
    font-size: 23px;
    line-height: 0;
    transform: translateY(2px);
    display: inline-block;
}

#element_avia_2_1, #element_avia_3_1, #element_avia_4_1, #element_avia_5_1 {
    width: 48%;
    clear: none;
    float: left;
}

#element_avia_3_1, #element_avia_5_1 {
    margin-left: 4%;
}


#good-news {
    padding: 95px 65px;
    border-radius: 12px;
    background-position: 50% 85%;
}

#times {
    background: #91a484;
    padding: 50px 25px 50px 50px;
    width: 50%;
    border-radius: 24px 0 0 24px;
}

#location {
    background: #91a484;
    margin-left: 0;
    padding: 50px 50px 50px 25px;
    width: 50%;
    border-radius: 0 24px 24px 0;
}

#times section,
#location section {
    background: #FFF;
    padding: 30px;
    border-radius: 12px;
	  height: 368px;
}

#times h2, #location h2 {
    font-size: 24px;
    margin-bottom: 31px;
}

#worship {
	padding: 80px 50px;
	border-radius: 12px;
}

#follow {
    background: #91a484;
    margin: 0;
    padding: 50px 40px 36px;
	  border-radius: 12px 12px 0 0;
	margin-top: 20px;
}

#follow a {
    background: #91a484 !important;
    border: none;
    border-radius: 8px !important;
    padding: 12px 20px 12px 26px;
	  filter: brightness(1.1);

}

#follow a:hover {
    filter: brightness(1.2);
}

#follow a .avia_button_icon {
    font-size: 23px;
    line-height: 0;
    transform: translateY(1px);
    display: inline-block;
}

#form input.button {
    background: #d10000;
    border: none;
    border-radius: 8px;
}

body .avia-image-overlay-wrap img {
    border-radius: 12px !important;
}

@media all and (max-width: 720px) {
  #hero h2 { font-size: 100px; }
}

@media all and (max-width: 560px) {
  #hero h2 {
    font-size: 90px;
    margin: -25px 0 -8px;
  }
}

@media all and (max-width: 490px) {
  #hero h2 {
    font-size: 70px;
    margin: 5px 0 12px;
  }
}