.bg-blue {
	background-color: #80A5B5 !important;
}

.bg-green {
	background-color: #D6DD30 !important;
}

.btn-green {
	display: inline-block;
    transition: background-color .2s ease,color .2s ease,border .2s ease;
    border-width: 1px;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    line-height: 1;
    background: #000000;
    color: #D6DD30;
    border-color: #000000;
}

.btn-green:hover {
	background: #D6DD30;
	color: #000000;
	border-color: #000000;
}


.btn-blue {
	display: inline-block;
    transition: background-color .2s ease,color .2s ease,border .2s ease;
    border-width: 1px;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    line-height: 1;
    background: #000000;
    color: #80A5B5;
    border-color: #000000;
}

.btn-blue:hover {
	background: #80A5B5;
	color: #000000;
	border-color: #000000;
}

.bg-green h2,
.bg-green p {
	color: #000;
}

.bg-blue p,
.bg-blue h2 {
	color: #fff;
}

.section-border, .section-border-sm, .font-serif, html, ol, p, ul {
    font-family: 'Zilla Slab', serif;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
}

.richtext strong {
  font-weight: 700;
}

.richtext a {
  font-weight: 700;
  text-decoration: underline;
}

.richtext a:hover {
  color: #f36c38;
}