/*
Theme Name: Eastpoint Civic Association
Version: 2023.06.28.01
Author: 2K Web Group
template: bb-theme
*/

html {font-size: 62.5%;}
html body {
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

h1 {font-size: 3.6rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2.4rem;}
h4 {font-size: 1.8rem;}
h1, h2, h3, h4 {line-height: 1.2;}

body > div.fl-page > header p,
body > div.fl-page > footer p {
	margin-bottom: 0;
}

.fl-page-content a,
.fl-page-content a:hover {
	text-decoration: underline;
}

.fl-page-content p {
	margin-bottom: 2rem;
}

.no-p-space p, .no-space p {
	margin-bottom: 0;
}

.no-link-decoration a,
.no-link-decoration a:hover {
	text-decoration: none;
}

/* buttons */
.fl-button {
	border-radius: 0 !important;
}

/* Ninja Form button */
.nf-form-content input[type=submit] {
	background-color: #00808E !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	transition: none !important;
	padding: 12px 24px;
	height: auto !important;
}
.nf-form-content input[type=submit]:hover {
	background-color: #00808E !important;
	color: #fff !important;
	transition: none !important;
}

.overlay-link {
	background-color: #FDC70C;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding: 8px;
}
.overlay-link a {
	font-family: Catamaran, sans-serif;
	font-weight: 900;
	font-size: 3.6rem;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	display: block;
}
.overlay-link a:hover {
	text-decoration: none;
}
.overlay-link a > span {
	display: block;
	color: #2D9397;
	font-family: "Libre Baskerville",serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.8rem;
	line-height: 1.6;
	text-transform: lowercase;
}

/** 1200 large, 769 medium, 360 small **/
@media (max-width: 1200px) {

}

@media (max-width: 769px) {
	h1 {font-size: 3.4rem;}
}

@media (max-width: 360px) {

}