body {
	font-size: 20px;
	color: #293136;
	font-family: "Times New Roman", Georgia, Garamond;
}

.page-comingsoon {
	text-align: center;
}
a:hover,
a:focus,
a:active,
a:visited,
a:link {
	color: #81bd59;
}
h1, h2, h3 {
	
}
h1 {
	margin-top: 30px;
	text-align: center;
	color: #7e4240;
	font-style: italic;
	font-size: 55px;
}
h2 {
	text-align: center;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
}
p {
	padding-left: 15px;
	padding-right: 15px;
}
.text-larger {
	font-size: 25px;
}
#content {
	padding: 0 15px;
}
#header {
	padding: 5px 5px 10px 5px;
}
#logo {
	padding: 8px 5px 2px;
	text-align: center;
}
#logo img {
	max-width: 100%;
	max-height: 65px;
}
#md-slider {
	overflow: hidden;
}
#footer {
	padding-bottom: 40px;
	margin-top: 40px;
}
#footer-logo {
	text-align: center;
}
#footer-logo img {
	max-width: 218px;
}
.wider {
	color: #fff;
	background-color: #7e4240;
	margin: 0 -15px;
	font-style: italic;
	text-align: center;
	padding: 40px;
	font-size: 35px;
}
.sub-header {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin: 30px 0 20px;
}
.tick {
	font-size: 35px;
	color: #81bd59;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
.tick-2 {
	font-size: 30px;
	color: #81bd59;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
.btn {
	background-color: #81bd59;
	border-radius: 36px;
	padding: 15px 30px;
	min-width: 100px;
	color: #ffffff !important;
	text-decoration: none !important;
	display: inline-block;
}
.btn .fa {
	color: #293136;
	margin-left: 5px;
}
.btn:hover {
	background-color: #293136;
}
.btn:hover .fa {
	color: #ffffff;
}
.center {
	text-align: center;
}
.center-block {
	max-width: 800px;
	margin: auto;
}
.spaced {
	margin: 7px;
}
.price {
	margin: 10px 0 20px;
}
#toolbar {
	position: fixed;
	margin-left: -72px;
	left: 50%;
	bottom: 0;
	width: 144px;
	height: 38px;
	padding: 2px 2px 0;
	border-radius: 6px 6px 0 0;
	box-shadow: 0 0 15px -5px rgb(74 124 15 / 45%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: #ffffff;
    z-index: 100;
}
#toolbar a {
	font-size: 22px;
}
#toolbar a:hover {
	color: #293136;
}

@media (min-width:1500px) {
	.slide {
		height: 600px !important;
	}
}

@media (max-width:1280px) {
	.slide {
		height: 500px !important;
	}
	h1 {
		font-size: 43px;
	}
}

@media (max-width:767px) {
	.slide {
		height: 400px !important;
	}
}

@media (max-width:500px) {
	.slide {
		height: 300px !important;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 20px;
	}
}