@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	/* [disabled]max-width: 100%; */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 420px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
.twoply {
	width:100%;
	padding-top: 21px;
	height:75px;
	padding-bottom:20px;
	background-color: #e0ded8;
	font-family: ChunkFiveRegular;
	color: #646464;
	text-align:center;
	z-index:99;
	position:absolute;
	max-width:1232px;
}
.twoply_text{
	margin-left: -.4em;
	font-size:2.6em;
}
.twoply_logo{
	width:20%;
	margin-right:2%;
	padding-top:22px;
}
.nav_buttons {
	margin-top:15px;

}
.nav_icons{
	position: absolute;
	width:40px;
	height:40px;
	right:12.5%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.nav_icon2{
	position: absolute;
	width:40px;
	height:40px;
	right:12.5%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity:0;
	z-index:2000;
}
.navigation{
	background-color:#c5c1b7; 
	width:100%; 
	height:117px;
	text-align: center;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index:0;
	vertical-align:central;
}
.name{
	font-family:ChunkFiveRegular;
	font-size:1.8em;
	color:#fbf8ef;
}
.links{
	font-family:CapsuulaRegular;
	font-size:1.5em;
	color:#646464;
}
.main_text{
	font-size:1.4em;
	text-align:center;
	color:#646464;
	display:block;
	padding:24px 15% 24px 15%;
}
.menu {
}
.unhidden{
	padding:12px 0 0 0;
}
.content {
	text-align:center;
	float:left;
	width:100%;
}
.footer {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:.8em;
	text-align:center;
	padding-top:24px;
	padding-bottom:24px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

@media only screen and (min-width: 300px) {
.gridContainer {

}
.twoply {
	font-size:46px;
}
.twoply_text{
	font-size:.7em;
}
.twoply_logo{
	width:28%;
	margin-right: auto;
	padding-top:0px;
	padding-bottom:6px;
}
.name{
}
.links{

}
.main_text{
	padding:24px 15% 24px 15%;
}
.nav_buttons {
	margin-top:25px;
}
.menu {
}
.content {

}
.footer {

}
.zeroMargin_mobile {

}
.hide_mobile {

}
}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 421px) {
.gridContainer {

}
.twoply {
	font-size:46px;
}
.twoply_text{
	font-size:1em;
}
.twoply_logo{
	width:126px;
	margin-right: auto;
	padding-top:0;
}
.name{
}
.links{

}
.main_text{
	padding:24px 15% 24px 15%;
}
.nav_buttons {
	margin-top:0px;
}
.menu {
}
.content {

}
.footer {

}
.zeroMargin_mobile {

}
.hide_mobile {

}
}
/* Tablet Layout: 524px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 525px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
.twoply_text{
	margin-left: -.2em;
}
.name{
	font-size:2em;
}
.links{
	font-size:1.6em;
}
.main_text{
	padding:24px 25% 24px 25%;
}
.nav_buttons {
	margin-top:-10px;

}
.nav_icons{
	width:50px;
	height:50px;
}
.nav_icon2{
	width:70px;
	height:70px;
}
.menu {
}
.footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 78.6666%;
	max-width: 1232px;
	padding-left: 0.6666%;
	padding-right: 0.6666%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.name{
	font-size:2.4em;
}
.main_text{
	padding:24px 25% 24px 25%;
}
.links{
	font-size:1.8em;
}
.twoply {
	width:78.6666%;
	font-size: 60px;
}
.nav_buttons {
	margin-top:-20px;
	right:20%;
}
.nav_icons{
	width:50px;
	height:50px;
}
.nav_icon2{
	width:50px;
	height:50px;
}
.twoply_logo{
	padding-bottom:14px;
}
.menu {
}
.unhidden{
}
.content {
	width: 100%;
	margin: auto;
	float: none;
}
.footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 1200px) {
.main_text{
	padding:24px 35% 24px 35%;
}	
.unhidden{
	padding:12px 12px 0 12px;
}
.content {
	width: 100%;
}
.nav_buttons {
	margin-top:-30px;
}
.nav_icons{
	width:70px;
	height:70px;
}
.nav_icon2{
	width:70px;
	height:70px;
}
}
