						/* a little reset *//
html {
    min-height: 100%;
	min-width: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a {
    margin: 0;
	padding: 0;
	border-width: 0;
}
table {
    border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
	font-weight: inherit;
}
del,ins {
    text-decoration: none;
}
li {
    list-style: none;
}
caption,th {
    text-align: left;
}

						/* And now some typographical considerations */
@font-face {
	font-family: stretch;
	src: url('../css/05003_Blaimim_.ttf');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { text-rendering:auto; }
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
h1, h2, .thumbCaption {
    font-family: stretch;
	font-size: 14px;
}
h1 {
	padding: 0 0 6px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 24px;
}
h2 {
	padding: 6px 0 0;
	border-top: 1px solid #CCC;
	margin-top: 24px;
}
h3 {
	font-size: 14px;
	margin-bottom:6px;
}
p {
	margin-bottom: 6px;
}
.indent {
	padding-left: 1.5em;
}
a:hover {
	cusror: pointer;
}
.animateStates {
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

						/* Page layout and window dressing */
html {
	background: #AAA;
}
#page {
	position: relative;
	width: 968px;
	min-height: 100vh;
	background-image: linear-gradient(to right,#FFF,#EEEEE6);
	padding: 0 9px; 	/* must match :pseudo width */
	overflow: hidden;
	margin: 0 auto;
}
#page:before,
#page:after {
	content: " ";
	position: absolute;
	top: 0;
	width: 9px; 		/* must match #page padding */
	height: 100%;
}
#page:before {
	left: 0;
	background-image: linear-gradient(to right, #AAA, #999);
}
#page:after {
	right: 0;
	background-image: linear-gradient(to left, #AAA, #999);
}
header {
	background: url('../images/jrfa_banner01.jpg') no-repeat left top;
	display: flex;
	justify-content: space-around;
	min-height: 196px;
	padding: 0 0.6rem
}
#main {
	display: flex;
	justify-content: space-around;
	padding: 0 0.5rem 54px;
}
footer {
	position: absolute;
	bottom: -0.2em;
	height: 54px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	background: transparent url("../images/landing/BARN_1.jpg") no-repeat 30% 65%;
	background-size: 115%;
}
.actual-body,
#landingSlide {
	flex: 0 1 46%;
    margin: 2% 1%;
}
#landingSlide iframe {
	width: 100%;
	height: 360px;
}

						/* The Header Content */
.nav.site-home {
	text-decoration: none;
	padding: 2rem 0 0 5rem;
	color: #fff;
}
.header-title {
    font-family: stretch;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
.header-sub {
    font-family: stretch;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-right: 2px;
}

						/* Main Navigation, both header and footer */
nav {
	display: flex;
	align-self: flex-end;
}
nav .menu-item {
	color: rgba(255,255,255,0.7);
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-decoration: none;
	padding: 2rem 2.15rem 0.75rem;
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8));
}
nav .menu-item:hover {
	color: rgba(255,255,255,1);
	text-shadow: 1rem 0.5rem 0.75rem #666, 
				1rem -0.5rem 0.75rem #666, 
				-1rem 0.5rem 0.75rem #666, 
			   -1rem -0.5rem 0.75rem #666;
}
nav .menu-buffer {
	width: 20px;
}
nav .menu-buffer:first-child {
	background-image: linear-gradient(110deg, rgba(0,0,0,0.0), rgba(0,0,0,0.7));
}
nav .menu-buffer:last-child {
	background-image: linear-gradient(-110deg, rgba(0,0,0,0.0), rgba(0,0,0,0.7));
}
footer nav {
	margin-right: 1.8rem;
}
footer nav .menu-item {
	padding: 1.25rem 2.2rem 1rem;
}


@media (max-width: 968px) {
	#page {
		width: 100%;
		padding: 0;
	}
	#page:before,
	#page:after {
		display: none;
	}
	header {
		flex-direction: column;
		justify-content: space-between;
		min-height: auto;
		background-size: 114%;
		background-position: 30% bottom;
		padding: 0;
	}
	.nav.site-home {
		width: 300px;
		padding: 3vw 8vw 0;
	}
}
@media (max-width: 700px) {
	header {
		background-size: 140%;
	}
	nav .menu-item {
		padding: 1.25rem 1.25rem 0.75rem;
	}
}
@media (max-width: 530px) {
	#main {
		flex-direction: column;
		margin-top: 3%
	}
	.actual-body {
		padding: 0;
	}
	header {
		background-size: 200%;
		background-position: 70%top;
	}
	.nav.site-home {
		width: 100%;
		padding: 8vw 5vw 3vw;
		line-height: 2em
	}
	nav .menu-item {
		padding: 3vw 5vw;
	}
}





