/* Website Template by freewebsitetemplates.com */
@font-face {
	font-family: 'poller_oneregular';
	src: url('../fonts/pollerone/pollerone-webfont.eot');
	src: url('../fonts/pollerone/pollerone-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/pollerone/pollerone-webfont.woff') format('woff'),
		 url('../fonts/pollerone/pollerone-webfont.ttf') format('truetype'),
		 url('../fonts/pollerone/pollerone-webfont.svg#poller_oneregular') format('svg');
}
@font-face {
	font-family: 'leckerli_oneregular';
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot');
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.woff') format('woff'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.ttf') format('truetype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.svg#leckerli_oneregular') format('svg');
}

/* Ensures the html and body take full height */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Flexbox setup for the body to grow and allow the footer to stay at the bottom */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden; /* Prevents horizontal scroll due to overflow */
}

p {
	color: #252525;
	line-height: 24px;
	margin: 0;
	padding: 0;
}


p a {
	color: #252525;
	text-decoration: underline;
}

p a:hover {
	color: #898989;
}

#header {
	margin: 0 auto;
	padding: 4px 0 8px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header a.logo {
	display: inline-block;
	width: 140px;
	margin-left: 20px; /* Ensures the logo is left-aligned */
}

#header a.logo img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#navigation-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#navigation {
	list-style-type: none;
	display: flex;
	gap: 20px; /* Adjust spacing between nav items */
}

#navigation li {
	display: inline-block;
}

#navigation li a {
	color: #252525;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li:last-child a {
	padding-right: 20px; /* Add padding to the right of the last item */
}

#navigation li a:hover, #navigation li.selected a {
	color: #0ba39c;
}

/* Make the main content area flexible to take up available space */
#body {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
	flex: 1; /* Allows body content to grow and fill available space */
}

#body h1 {
	color: #fff;
	display: inline;
	font-family: poller_oneregular;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#body h1 span {
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}

#body > div {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#body > div img {
	border: 2px solid #292929;
	margin: 24px 0 0;
	padding: 0;
}

#body > div .article {
	margin: 0 auto;
	padding: 30px 30px 0;
	width: 560px;
}

#body > div .article h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
}

#body > div .article h3 {
	color: #252525;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#body > div .article h4 {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 8px 27px 10px;
}

#body > div .article p {
	margin: 0 0 30px;
}

#body div ul {
	margin: 0;
	padding: 24px 10px 0;
	width: 940px;
}

#body div ul li {
	border: 2px solid #1a1a1a;
	display: block;
	list-style: none;
	margin: 0 0 13px;
	overflow: hidden;
	padding: 0;
}

#body div ul li .figure {
	border-right: 2px solid #1a1a1a;
	float: left;
	margin: 0;
	padding: 0;
	width: 376px;
}

#body div ul li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}

#body div ul li .figure:hover img {
	opacity: 1;
}

#body div ul li div {
	float: left;
	margin: 0;
	padding: 63px 0 20px;
	width: 558px;
}

#body div ul li div h3 {
	color: #252525;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#body div ul li div p {
	padding: 30px 30px 18px;
}

#body div ul li div a.more {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

#body div ul li div a.more:hover {
	color: #252525;
	background: #fff;
	border: 2px solid #252525;
}

#body #featured {
	margin: 0 0 13px;
	padding: 0;
	position: relative;
	width: 100%;
}

#body #featured img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#body #featured div {
	position: absolute; /* Ensure the div stays over the image */
	bottom: 0; /* Anchors the div to the bottom of the image */
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end; /* Right-align for desktop */
	align-items: flex-end; /* Aligns the button to the bottom of the div */
	padding-right: 20px; /* Fine-tune the right alignment on desktop */
}

#body #featured div a {
	background: #0ba39c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px; /* Adjusts how close the button is to the bottom of the div */
	margin-right: 20px;
}

#body #featured div a:hover {
	background: #1fc3bc;
}

#body > ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 24px 0 0;
	width: 960px;
}

#body > ul li {
	display: block;
	float: left;
	margin: 0 10px 20px;
	padding: 0;
	width: 300px;
}

#body > ul li a {
	color: #000;
	display: block;
	font-family: poller_oneregular;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#body > ul li a img {
	border: 2px solid #1a1a1a;
	display: block;
	margin: 0;
	padding: 0;
	opacity: .8;
	transition: 0.5s ease-in-out;
}

#body > ul li a:hover img {
	opacity: 1;
}

#body > ul li a span {
	display: block;
	margin: 0;
	padding: 33px 0 0;
}

/* Style adjustments to form fields */
#body form {
	margin: 0 auto;
	padding: 24px 0 0;
	width: 620px;
}

/* Updated input and textarea styling */
#body form input, #body form textarea {
	border: 2px solid #252525;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 37px;
	padding: 20px 10px;
	width: 596px;
	text-align: left;
	text-transform: none; /* Removes uppercase transformation */
}

#body form textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}

#body form #send {
	background: #252525;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding: 20px 28px;
	width: auto;
}

#body form #send:hover {
	background: #fff;
	color: #252525;
	cursor: pointer;
}

/* Footer styling, ensures it stays at the bottom */
#footer {
	background: #252525;
	margin: 0;
	padding: 36px 0 42px;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0;
	flex-shrink: 0; /* Prevents the footer from shrinking */
}

#footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#footer div p {
	color: #fff;
	float: left;
	line-height: 44px;
	margin: 0 0 0 10px;
	padding: 0;
}

#footer div ul {
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 256px;
}

#footer div ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	width: 44px;
}

#footer div ul li a {
	background: url(../images/icons.jpg) no-repeat 0 0;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 44px;
}

#footer div ul li #twitter {
	background-position: 0 0;
}

#footer div ul li #twitter:hover {
	background-position: -44px 0;
}

#footer div ul li #facebook {
	background-position: 0 -44px;
}

#footer div ul li #facebook:hover {
	background-position: -44px -44px;
}

#footer div ul li #googleplus {
	background-position: 0 -88px;
}

#footer div ul li #googleplus:hover {
	background-position: -44px -88px;
}

#footer div ul li #pinterest {
	background-position: 0 -132px;
}

#footer div ul li #pinterest:hover {
	background-position: -44px -132px;
}
