
  .parallax-home {
	background: url('../images/home_collage.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -2;
	width:100%;
}

@media only screen and (min-width: 1930px) { .parallax-home { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.just_pattern { 
	/*background-image: url(../images/parallax_pattern.png);*/ 
	background-color: #675947;
	position: absolute; 
	opacity: 0.5; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: -1; 
}

#home-parallax h1, #home-textvideo h1 {
	font-family: "felt-tip-roman", caflisch, script, serif;
	font-weight:400;
	color: #FFF;
	font-size: 55px;
	text-shadow: 4px 4px 4px rgba(25,25,25,1.0);
	text-align: center;
}
#home-parallax h1 span {
	display: block;
	margin: -200px 0 10px 0;
}
#home-parallax h1 span.lead {
	font-size: 100px;
}
body.md #home-parallax h1, body.md #home-textvideo h1 {
	font-size: 32px;
}
body.sm #home-parallax h1, body.sm #home-textvideo h1 {
	font-size: 26px;
}
body.md #home-parallax h1 span.lead {
	font-size: 57px;
}
body.sm #home-parallax h1 span.lead {
	font-size: 30px;
}
#home-parallax h1 span.hilite {
	color: #ffcb05;
	display: inline;
}
#home-parallax #key-image {
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: -1;
	width: 25%;
}
body.sm #home-parallax #key-image, body.md #home-intro #key-image {
	width: 250px;
	position: relative;
	bottom: auto;
	left: auto;
}
body.sm #home-parallax {
	padding-bottom: 0;
}


.flippy {
position: relative;
}
.flippy > * {
position: absolute;
opacity: 0;
width:100%;
top:-100px;
}
.flippy > *:first-child {
opacity: 1;
top: 0;
}
body.sm ul.flippy li {
	font-size: 42px;
	line-height: 30px;
}