@charset "utf-8";
/* CSS Document */

body {
    background-image: url("../images/saw_palmetto_bkgnd.png");
    background-size: cover; /* Ensures image covers entire viewport */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    height: 100vh; /* Full viewport height */
}
.coltext {
    font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	background:white;
	opacity: 65%;
	padding:15px;
}
.maparea {
	background:white;
	text-align:center;
	opacity: 100%;
	padding:15px;
}
.parh1 {
	font-weight: bold;
	font-size: 1.5em;
}