/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #455900 url('/images/NFFC-logo.png') no-repeat top center;
	font-size: 16px;
	color: #EBE6E3;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FED772;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FED772;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #EBE6E3;
}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
    padding-top: 200px;
}

#header h1, #header p {
	margin: 0;
	color: #FED772;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #FED772;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 460px;
}


.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #7B9418;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li a {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	color: #FED772;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #7B9418;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #7B9418;
	text-align: center;
	font-size: 14px;
}



a.store-link, a.other-link {
  align-items: center;
  appearance: none;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 20px 24px;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

a.store-link:hover, a.other-link:hover {
  background: #f6f9fe5a;
}


a.store-link:hover a, a.other-link:hover a {
  color: #000000;
  
}

a.store-link:active, a.other-link:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

a.store-link:focus, a.other-link:focus {
  outline: none;
}

a.store-link:not(:disabled), a.other-link:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

a.store-link:not(:disabled):hover, a.other-link:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

a.store-link:not(:disabled):focus, a.other-link:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

a.store-link:not(:disabled):active, a.other-link:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

a.store-link:disabled, a.other-link:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* Landing Page Styles */

body.landing-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.landing-page #page {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.landing-page #content {
	width: 100%;
	text-align: center;
	float: none;
}

.landing-images-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.landing-image {
	width: 350px;
	height: auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 8px;
}

.landing-image-link {
	display: inline-block;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.landing-image-link:hover .landing-image {
	transform: scale(1.05);
	box-shadow: 0 8px 16px rgba(254, 215, 114, 0.4);
}

body.landing-page #footer {
	margin-top: auto;
}