#site-navigation.main-navigation {
  background-color: #40916c;
}

.home h1 {
		display: none;
}

a.more-link, #tertiary a {
		color: #40916c;
}

a:hover.more-link, #tertiary a:hover {
		color: #2ad476;
}

#tertiary {
		border-top: 2px solid #40916c;
}

.wpforms-field-label {
		color: #303030;
}

.more-link {
		display: none;
}

.home h3 {
		font-size: 55px;
}

@media (max-width: 767px){
    .home h3 {
        font-size: 45px !important;
    }
}
@media (max-width: 575px){
    .home h3 {
        font-size: 30px !important;
        margin-top: 0;
    }
}
@media (max-width: 425px){
    .home h3 {
        font-size: 18px !important;
    }
}

.widget-area h2 {
		margin-bottom: -40px;
}

.widget_block {
		font-size: 15px;
}

.site-info {
		font-size: 12px;
}