/*
Theme Name: SeaCrest Real Estate
Version: 2022.04.19.1
Author: 2K Web Group
template: bb-theme
*/

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

h1 {font-size: 3rem;}
h2 {font-size: 2.2rem;}
h3 {font-size: 2rem; text-transform: none;}
h4 {font-size: 1.8rem; text-transform: none;}
h1, h2, h3, h4 {line-height: 1.2; letter-spacing: 2px;}

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 {
	margin-bottom: 0;
}

/* Ninja Form button */
.nf-form-content input[type=button] {
	background-color: #002744 !important;
	color: #fff !important;
	transition: none !important;
}
.nf-form-content input[type=button]:hover {
	background-color: #12629D !important;
	color: #fff !important;
	transition: none !important;
}


/** 992 tablet, 768 mobile **/
@media (max-width: 768px) {

}