@charset "utf-8";
/* CSS Document */
.flm-header {
	background-color: #7C2F2E;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* free centers the header images on cell phone */

.free {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

li a {
	color: black;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;	
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}

.flm-nav {
	
	background-color: #316666;
	
	
}

.nav-link {
	
	color: #FCFCFC !important;
	
}

.flm-footer {
	background-color: #316666;
	color: #FBFBFB;
	margin-top: 20px;
}

.mainbutton {
	text-decoration: none;
	border-radius: 12px;
	background-color: #F18B3F;
	color: #FCF9F9;
	min-height: 60px;
	max-width: 500px;
	min-width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: x-large;
	font-style: normal;
	
}

.navbutton {
	border-radius: 12px;
	background-color: #F18B3F;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	margin-top: 3px;
	
}

.container-color {
	background-color: #7C2F2E;
	color: #FFFFFF;
	display: block;
	margin-top: 49px;
	border-radius: 18px;
}

