* {box-sizing: border-box}

h1 {
	font-family: "Bilbo Swash Caps", Helvetica, Arial, Verdana, sans-serif;
	font-size: 38pt;
	font-weight: 400;
	text-align: center;
	color: #f7fad3;
	cursor: default;
	margin: 20px 0 12px;
}

#mobile_menu {
	display: inline;
}

#tablet_menu {
	display: none;
}

.shape_nav #fh_links {
	display: none;
	width: 244px;
	background-color: rgba(229,200,137,1);
	position: absolute;
	top: 44px;
	padding: 0 0;
}

.shape_nav #location_links {
	display: none;
	width: 205px;
	background-color: rgba(229,200,137,1);
	position: absolute;
	top: 35px;
	right: 319px;
	padding: 1px 5px;
	height: 123px;
}

.link_text {
	padding: 5px 5px;
	font-size: 24px;
}

.location_text {
	font-size: 17px;
	height: 40px !important;
	padding-top: 7px;
}

.phone_numbers {
	text-decoration: none;
	color: #F7FAD3;
}

.text_links {
	text-decoration: underline;
	color: #F7FAD3;
}

.link_text a:link {color: #41060D;text-decoration: none;}
.link_text a:visited {color: #41060D;text-decoration: none;}
.link_text a:hover {text-decoration: none;}
.link_text a:active {text-decoration: none; color: white;}

#nav_format_sm a:link {color: #41060D;text-decoration: none;}
#nav_format_sm a:visited {color: #41060D;text-decoration: none;}
#nav_format_sm a:hover {text-decoration: none;}
#nav_format_sm a:active {text-decoration: none; color: white;}

#nav_format_lrg a:link {color: #41060D;text-decoration: none;}
#nav_format_lrg a:visited {color: #41060D;text-decoration: none;}
#nav_format_lrg a:hover {text-decoration: none;}
#nav_format_lrg a:active {text-decoration: none; color: white;}

#location_links a:link {color: #41060D;text-decoration: none;}
#location_links a:visited {color: #41060D;text-decoration: none;}
#location_links a:hover {text-decoration: none;}
#location_links a:active {text-decoration: none; color: white;}

.mobile_icon {
	width: 50px;
	height: 40px;
	position: absolute;
	left: 8px;
	top: 2px;
	border: 2px solid black;
	border-radius: 3px;
	padding-top: 2px
}

.mobile_icon > div {
	width: 35px;
	height: 4.5px;
	border-radius: 2px;
	background-color: #111111;
	margin: 4.5px 5.5px;
}

.main_body {
	margin: 0;
	background-color: #222222;
	background-image: url("./images/background.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

.fh_logo {
	margin-top: 15px;
	text-align: center;
	color: #f7fad3;
	height: 150px;
}
.fh_logo > span {
	font-family: "Alice", serif;
	font-weight: 560;
	font-size: 22px;
}
.home_info {
	margin: 0 1.5%;
	border: 3px solid #ddc5a1;
	padding: 20px !important;
	text-align: center;
	font-family: "Alice", serif;
	font-weight: 560;
	font-size: 22px;
	color: #f7fad3;
}

.home_intro {
	margin: 15px 0;
	text-align: center;
	font-family: "Alice", serif;
	font-weight: 560;
	font-size: 20px;
	color: #f7fad3;
}

.home_bottom {
	margin: 15px 8px;
	text-align: center;
	font-family: "Alice", serif;
	font-weight: 560;
	font-size: 20px;
	color: #f7fad3;
}
.whittier {
	background-color: #41060D;
}
.pico {
	background-color: #063F0D;
}
.manhattan {
	background-color: #600055;
}
.mlogo_size {
	height: 120px;
}
.shape_nav {
	height: 44px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(229,200,137,1) 1%, rgba(188,145,52,1) 10%, rgba(229,200,137,1) 100%);
	box-shadow: 0 5px 5px rgba(68,8,15,.25);
}
.page_footer {
	line-height: 1.5;
	padding: 7px 0;
	background: linear-gradient(to bottom, rgba(229,200,137,1) 1%, rgba(188,145,52,1) 10%, rgba(229,200,137,1) 100%);
	font-family: "Alice", serif;
	text-align: center;
}
@media (min-width: 650px) {
	#mobile_menu {
		display: none;
	}

	#tablet_menu {
		display: inline;
	}
	h1 {
		text-align: left;
	}
	.home_info {
		margin: 3% 1.5% 2% !important;
	}
	.home_bottom {
		text-align: left;
		margin-left: 0px;
		margin-right: 15px;
	}
	.shape_nav {
		height: 35px;
	}
}