/* line 13, CSS-Main.scss */
html {
	scroll-behavior: smooth;
}

body {
	text-align: center;
	font-size: medium;
	background-color: #dbcecb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: normal;
}

/* line 24, CSS-Main.scss */
img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}
ul {
	text-align: left;
}

/* line 29, CSS-Main.scss */
.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	font-size: medium;
	height: 60px;
	line-height: 60px;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #f15f22;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition:
		color 0.25s,
		background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}
/* line 52, CSS-Main.scss */
.BackToTop a:hover {
	color: #ffffff;
	background-color: #ffd602;
}
/* line 58, CSS-Main.scss */
.BackToTop #BackToTop {
	position: relative;
	float: right;
	margin-left: 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}
/* line 66, CSS-Main.scss */
.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* line 73, CSS-Main.scss */
.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.Box-2 {
	width: 50%;
	display: inline-block;
	margin-top: 40px;
	float: left;
}
.Box-2 h3 {
	width: 90%;
}

.Box-2 img {
	margin-bottom: 15px;
}
.Box-2 p {
	text-align: left;
	line-height: 1.75em;
	width: 90%;
	display: inline-block;
}

.Box-3 {
	width: 24%;
	margin-right: 5%;
	display: inline-block;
	margin-top: 90px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 0px 8px rgba(92, 81, 76, 1);
	box-shadow: 0px 0px 8px rgba(92, 81, 76, 1);
	float: left;
	min-height: 566px;
	position: relative;
}
.Box-3 .Button a {
}

.Box-3 p,
ul {
	line-height: 1.5em;
	text-align: left;
}
.Box-3 ul {
	padding-left: 19px;
}

.Box-40 {
	width: 35%;
	display: inline-block;
	margin-left: 5%;
	margin-top: 90px;
	float: left;
}

.Box-60 {
	width: 60%;
	display: inline-block;
	float: left;
	margin-top: 90px;
}
.Box-60 p {
	text-align: left;
	line-height: 1.7em;
}
.Box-80 {
	width: 80%;
	display: inline-block;
}
.Box-80 p {
	line-height: 1.75em;
}

.Button a {
	background-color: rgba(241, 95, 34, 1);
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 8px;
	display: inline-block;
}
.Button a:hover {
	background-color: rgba(135, 46, 25, 1);
}

/* line 82, CSS-Main.scss */
.Container {
	width: 1300px;
	display: inline-block;
	max-width: 90%;
}
.Form {
	text-align: left;
}
.Form i {
	color: rgba(241, 95, 34, 1);
}
.Form input,
.Form textarea {
	width: 90%;
	border-radius: 3px;
	border-left: 1px solid rgba(157, 137, 132, 1);
	border-right: 1px solid rgba(157, 137, 132, 1);
	border-bottom: 2px solid rgba(157, 137, 132, 1);
	border-top: 1px solid rgba(157, 137, 132, 1);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: medium;
	color: rgba(55, 25, 18, 1);
	margin-top: 3px;
}
.Form .input-box {
	margin-bottom: 14px;
}

.Form-Auto input {
	width: auto;
	margin-bottom: 10px;
	max-width: 90%;
}

.Header {
	width: 100%;
	display: inline-block;
}

.Header-Right {
	display: inline-block;
	float: right;
	color: #872e19;
	font-size: 2em;
	font-weight: bold;
	margin-top: 93px;
}
.Header-Right a {
	color: #f15f22;
	text-decoration: none;
}
.Header-Right a:hover {
	color: #f78150;
}
.Header-Right .Button a {
	background-color: #897773;
	color: #ffffff;
	font-size: medium;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
}
.Hero-Text {
	width: 25%;
	display: inline-block;
	margin-right: 5%;
	float: right;
	background-color: rgba(61, 52, 50, 0.78);
	color: rgba(255, 255, 255, 1);
	margin-top: -34%;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 17px;
}

.Logo {
	width: 400px;
	max-width: 100%;
	display: inline-block;
	float: left;
}

/* line 88, CSS-Main.scss */
#Menu {
	width: 100%;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	background-color: rgba(135, 46, 25, 1);
}

/* line 100, CSS-Main.scss */
#Menu a {
	text-decoration: none;
	color: #ffffff;
}

/* line 104, CSS-Main.scss */
#Menu a:hover {
	text-shadow: 0px 0px 8px #f7f4ce;
}

/* line 108, CSS-Main.scss */
#Menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* line 114, CSS-Main.scss */
#Menu ul li:hover > ul {
	display: block;
}

/* line 118, CSS-Main.scss */
#Menu ul ul {
	display: none;
}

/* line 122, CSS-Main.scss */
#Menu ul ul li {
	margin-left: -21px;
	padding-top: 5px;
}
.Nav {
	background-color: #872e19;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Nav a {
	color: #ffffff;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 2%;
	padding-right: 2%;
	border-right: 2px groove #8a493a;
}
.Nav a:hover {
	text-shadow: 0px 0px 8px #fdf7d1;
}

.Page-Container {
	width: 90%;
	display: inline-block;
	max-width: 1600px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px #4e4745;
	box-shadow: 0px 0px 16px #4e4745;
}
.Reputation-Bar {
	width: 100%;
	display: inline-block;
	margin-top: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-width: 1px;
	border-color: #f15f22;
	border-top-style: solid;
	border-bottom-style: solid;
}
.Reputation-Card {
	width: 30%;
	display: inline-block;
}
.Reputation-Card img {
	max-height: 133px;
}

.Right {
	float: right;
}

.Row-Background {
	margin-top: 0px;
	display: inline-block;
	background-image: url(Images-Main/Springfield-MA.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: right top;
	width: 100%;
}
.Row-Background-Text {
	width: 35%;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: rgba(241, 95, 34, 0.88);
	color: rgba(255, 255, 255, 1);
	border-radius: 17px;
	margin-top: 90px;
	margin-bottom: 90px;
	margin-left: 5%;
	float: left;
}

.Row-Contact {
	background-color: #d78f74;
	padding-top: 20px;
	padding-bottom: 80px;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	margin-top: -4px;
}
.Row-Contact a {
	color: rgba(239, 239, 241, 1);
}
.Row-Contact a:hover {
	text-decoration: none;
}

.Row-Contact .Container {
	text-align: left;
}
.Row-Contact input,
.Row-Contact textarea {
	border-radius: 5px;
	background-color: #efeff1;
	margin-bottom: 12px;
	border-left: 1px solid rgba(148, 99, 81, 1);
	border-right: 1px solid rgba(148, 99, 81, 1);
	border-bottom: 2px solid rgba(148, 99, 81, 1);
	border-top: 1px solid rgba(148, 99, 81, 1);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: medium;
	color: rgba(110, 50, 27, 1);
}
.Row-Contact form {
	font-size: small;
}
.Row-Contact form div {
	width: 30%;
	display: inline-block;
	margin-right: 3%;
}
.Row-Contact .Send-Button {
	font-size: 1.3em;
	color: #4f525b;
	padding-right: 15px;
	padding-left: 8px;
}
.Rounded {
	border-radius: 28px;
	-webkit-box-shadow: 0px 0px 8px rgba(69, 62, 59, 1);
	box-shadow: 0px 0px 8px rgba(69, 62, 59, 1);
}

.T1 {
	font-size: 2em;
}

@media screen and (max-width: 1150px) {
	/* line 279, CSS-Main.scss */
	.BackToTop {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		text-align: left;
	}
	/* line 285, CSS-Main.scss */
	.BackToTop a {
		text-align: center;
	}
	/* line 288, CSS-Main.scss */
	.BackToTop #BackToTop {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.Header-Right {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		float: none;
	}
	.Logo {
		float: none;
	}
	.Box-60 {
		width: 100%;
		float: none;
	}
	.Box-40 {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.Box-3 {
		width: 90%;
		float: none;
		min-height: 0px;
	}
	.Row-Background-Text {
		width: 55%;
	}
	.Right {
		float: none;
	}
}

@media screen and (max-width: 375px) {
	/* line 303, CSS-Main.scss */
	.BackToTop a {
		font-size: 0.7em;
	}
}

@media (max-width: 750px) {
	.Row-Contact form div {
		width: 90%;
	}
	.Nav {
		display: none;
	}
	#Menu {
		display: inline-block;
	}
	.Row-Background-Text {
		width: 90%;
		margin-left: 0px;
		float: none;
		margin-top: 120px;
		margin-bottom: 120px;
	}
}

@media (max-width: 1250px) {
	.Hero-Text {
		width: 80%;
		margin-right: 0px;
		float: none;
		margin-top: 20px;
		background-color: rgba(241, 95, 34, 1);
	}
}

@media (max-width: 450px) {
	.Hero-Text {
		font-size: 0.85em;
	}
}

@media (max-width: 950px) {
	.Box-2 {
		width: 100%;
		max-width: 700px;
	}
	.Box-80 {
		width: 100%;
	}
}

/* ==========================================================================
   Premium Footer Section
   ========================================================================== */
.premium-footer {
	background-color: #2c2421;
	color: #efeff1;
	padding: 50px 0 30px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-top: -4px;
	box-sizing: border-box;
}
.premium-footer .footer-container {
	width: 1300px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.premium-footer .footer-col {
	flex: 1;
	min-width: 250px;
	margin-bottom: 30px;
	padding-right: 20px;
	box-sizing: border-box;
}
.premium-footer .footer-col.branding {
	flex: 1.5;
}
.premium-footer h4 {
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #f15f22;
	padding-bottom: 8px;
	display: inline-block;
}
.premium-footer .footer-col.branding h4 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.premium-footer .tagline {
	font-style: italic;
	color: #d78f74;
	margin-bottom: 20px;
	font-size: 0.95em;
}
.premium-footer p {
	line-height: 1.6em;
	margin: 8px 0;
	color: #d1c9c7;
}
.premium-footer a {
	color: #d1c9c7;
	text-decoration: none;
	transition: color 0.2s ease;
}
.premium-footer a:hover {
	color: #f15f22;
}
.premium-footer .contact-info p {
	display: flex;
	align-items: center;
	margin: 8px 0;
}
.premium-footer .contact-info i {
	color: #f15f22;
	width: 20px;
	margin-right: 8px;
}
.premium-footer ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.premium-footer ul li {
	margin-bottom: 10px;
}
.premium-footer ul li i {
	color: #f15f22;
	margin-right: 8px;
}
.premium-footer .footer-bottom {
	width: 1300px;
	max-width: 90%;
	margin: 20px auto 0 auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.premium-footer .footer-bottom p {
	margin: 0;
	font-size: 0.85em;
	color: #a39996;
}
.premium-footer .staff-links {
	font-size: 0.85em;
	color: #5c4f4b;
}
.premium-footer .staff-link {
	color: #8c7b77;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.premium-footer .staff-link:hover {
	color: #f15f22;
}
@media screen and (max-width: 768px) {
	.premium-footer .footer-container {
		flex-direction: column;
	}
	.premium-footer .footer-col {
		width: 100%;
		margin-bottom: 25px;
		padding-right: 0;
	}
	.premium-footer .footer-bottom {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
}
