

/* Larger font size for desktop screens */

body {
	background-color: fafaf2;
	font-family: "lato", Helvetica, Arial, "Lucida Grande",sans-serif;
	color: 2f4f4f;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.4;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


h1 {
	display: block;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 0 0;
	text-align: center;
}


h2 {
	display: block;
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0 0 0;
}

h3 {
	display: block;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 0 0;
}

h4 {
	display: block;
	font-size: 0.7em;
	font-weight: 200;
	margin: 0 0 0 0;
}


h5 {
	display: block;
	font-size: .7em;
	font-weight: 600;
	margin: 0 0 0 0;
}


h6 {
	display: inline;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 0 0;
}


		
/* Menu Lists */

ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
}

li {
	padding: 8px;
	font-size: .8em;
	margin-bottom: -10px;
	text-align: left;
	max-width: 90%;
}

ul li::marker {
  content: "•";
}

.smalltext {
	padding: 8px;
	font-size: .8em;
	margin-bottom: -10px;
	text-align: left;
	max-width: 90%;
}



.topnav-sticky {
	background-color: #f8c1a8;
	font-size: .6em;
	font-weight: 500;
	height: 80;
}


.topnav-sticky a {
	color: #2f4f4f;
}

.topnav-sticky a:hover {
	background: #eecbbc;
	color: 31696e;
}

.active2 {
	background: #eecbbc;
	color: 31696e !important;
}


.herobg {
	background-color: #f8c1a8;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20 50;
	align-items: flex-start;
	margin: auto;
}

.hero {
	width: 60%;
	height: 80%;
}

.tour {
	width: 60%;
	height: 80%;
	justify-content: center;
}

.bodybg {
	background-color: #f8c1a8;
}

.blog-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20 50;
	align-items: flex-start;
	width: 70%;
	margin: auto;
	font-size: .9em;
}



/* Mobile View */
@media (max-width: 800px) {


	body {
		font-size: 1.7em;
		font-weight: 300;
		line-height: 1.3;
	    max-width: 100%;
	}


	h1 {
		display: block;
		font-size: 2.2em;
		font-weight: 400;
		margin: 0 0 0 0;
	}


	h2 {
		display: block;
		font-size: 2em;
		font-weight: 400;
		margin: 0 0 0 0;
	}

	h3 {
		display: block;
		font-size: 1.4em;
		font-weight: 400;
		margin: 0 0 0 0;
	}

	h4 {
		display: block;
		font-size: 0.6em;
		font-weight: 200;
		margin: 0 0 0 0;
	}

	h5 {
		display: block;
		font-size: 1.4em;
		font-weight: 600;
		margin: 0 0 0 0;
	}


	h6 {
		display: inline;
		font-size: 1.2em;
		font-weight: 400;
		margin: 0 0 0 0;
	}


	.hero {
		width: 90%;
		height: 80%;
	}


}

