@charset "UTF-8";



#home-banner { width:100%; position:relative; }
#banner_logo { position: absolute; bottom:50px; right:50px;}
#banner_logo img { height:40vh;}

.font-fenway {
	font-family: "fenway-park-jf", sans-serif;
	font-weight: 400;
	font-style: normal;
}


h3.bocce { font-family: "trade-gothic-next", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:32px;
	color:#95b09d;
}





.bocceHeader h2{ 
	font-family: "cubano", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#ce6140;
	font-size:32px;
}

.bocceHeader p {
	font-size:20px;
	color:#3c4349;
	font-family: "trade-gothic-next", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.bocceHeader .cta {
	font-family: "trade-gothic-next", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:18px;
}

.bocceHeader p strong { font-weight:700; }

.bocceHeader .rounded-xl {
	font-size:20px;
	font-family: "cubano", sans-serif;
	font-weight: 400;
	font-style: normal;
}


#homepage-cta h4 {
	font-size:36px;
}



/* POSTS  */

article { padding-bottom:30px; }

main { 
	margin-top:50px;
	background-color:#fff;
	border-radius:10px;
	margin-bottom:50px;
}

main h2 {
	font-weight: 700;
	font-style: normal;
	font-size:32px;
	color:#95b09d;
	margin-top:30px; 
	padding-bottom:15px;
}

main h3 {
	font-weight: 700;
	font-style: normal;
	font-size:22px;
	color:#000;
	margin-top:20px; 
	padding-bottom:10px;
}

main p {
	margin-bottom:20px;
}

aside p {
	margin-bottom:0;
}




.bWhite { color: #fff; }

.bg-bOrange { background-color:#ce6140; }
.bOrange { color: #ce6140; }

.bg-bGreen { background-color:#95b09d; }
.bGreen { color:#95b09d}

.bg-bBlue { background-color:#437598; }
.bBlue { color:#437598; }

.bg-bGold { background-color:#dba050; }
.bGold { color: #dba050; }

.bg-bTan { background-color:#bba98f; }
.bTan { color: #bba98f; }

.bg-bGray { background-color:#3c4349; }
.bGray { color:#3c4349; }