body
{
	margin:					0px;
}

a
{
	text-decoration:		none;
}

.text
{
	font-family:			'Pragati Narrow', sans-serif;
	font-weight:			bold;
	font-size:				24px;
}

.heading_text
{
	font-family:			'Righteous', cursive;
	font-weight:			bold;
	font-size:				28px;
}

#background_img
{
	position:				fixed;
	
	width:					100%;
	top:					0%;
	bottom:					30%;
	
	background-image:		url('../../img/background.jpg');
	background-size:		auto 100%;
	background-repeat:		no-repeat;
	background-position:	center top;

	overflow:				auto;

	z-index:				19;
}
#background_fader
{
	position:				fixed;
	top:					0px;
	left:					0px;
	right:					0px;
	
	height:					48px;

	z-index:				21;
}
#contact_links
{
	position:				fixed;
	top:					16px;
	right:					0px;

	font-size:				16px;
	text-align:				right;
	
	width:					100%;
	height:					32px;

	z-index:				22;
}
.contact_link
{
	top:					0px;

	width:					48px;
	height:					48px;

	margin-right:			16px;

	float:					right;

	background-size:		100% auto;
	background-repeat:		no-repeat;
	background-position:	center center;

	z-index:				23;
}
#email_address
{
	top:					0px;

	float:					right;
	
	margin-right:			16px;

	font-size:				16px;
	text-align:				right;
	
	height:					32px;

	z-index:				23;
}
#facebook_link
{
	background-image:		url('../img/facebook.png');
}
#insta_link
{
	background-image:		url('../img/insta.png');
}
#slide_show_fade_in
{
	position:				fixed;
	bottom:					30%;
	
	width:					100%;
	height:					3%;

	z-index:				21;
}
#slide_show
{
	position:				fixed;
	bottom:					0%;
	
	width:					100%;
	height:					30%;

	z-index:				21;
}


#title
{
	height:					200px;
	width:					80%;

	margin-left:			auto;
	margin-right:			auto;

	margin-top:				32px;	
	margin-bottom:			32px;	
	
	z-index:				20;
}
#blurb
{
	width:					90%;

	margin-left:			auto;
	margin-right:			auto;

	z-index:				20;

	clear:					both;
}
#bottom_spacer
{
	height:					100px;
}

#title_img
{
	height:					200px;
	width:					20%;

	background-image:		url('../../img/logo.png');
	background-size:		100% auto;
	background-repeat:		no-repeat;
	background-position:	center center;

	float:					left;
}
#title_spacer
{
	height:					200px;
	width:					10%;

	float:					left;
}
#title_txt
{
	height:					100px;
	width:					70%;

	font-family:			'Righteous', cursive;
	font-weight:			bold;
	font-size:				38px;

	padding-top:			32px;	
	padding-bottom:			32px;	

	float:					left;
}

#slide_show_background
{
	position:				absolute;

	top:					10%;
	bottom:					10%;
	width:					100%;

	background-image:		url('../img/snow.gif');
	background-size:		100% 100%;
	background-repeat:		no-repeat;

	z-index:				22;
}
#slide_show_slide_container
{
	position:				absolute;

	top:					10%;
	bottom:					10%;

	z-index:				23;

	animation:				scroll_left 30s infinite linear;
	-webkit-animation:		scroll_left 30s infinite linear;
	transform: 				translate3d(0,0,0);
	-webkit-transform: 		translate3d(0,0,0);
}
@keyframes scroll_left
{
	from
	{
		transform:			translate(0%, 0%);
	}
	to
	{
		transform:			translate(-50%, 0);
	}
}
@-webkit-keyframes scroll_left
{
	from
	{
		-webkit-transform:	translate(0%, 0%);
	}
	to
	{
		-webkit-transform:	translate(-50%, 0%);
	}
}
#slide_show_decorator_top
{
	position:				absolute;

	width:					100%;
	top:					9%;
	height:					7%;

	z-index:				25;
}
#slide_show_decorator_bottom
{
	position:				absolute;

	width:					100%;
	bottom:					9%;
	height:					7%;

	z-index:				25;
}

.slide
{
	height:					100%;
	
	background-size:		auto 100%;
	background-repeat:		no-repeat;
	background-position:	center center;

	z-index:				24;

	float:					left;
}
