@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:72px;
	background:#fff;
	text-align: left; 
	color: #F15B4F;
	margin:20px 20px 20px 20px;
	height:100%;
}

::selection {
	background: #fff; /* Safari */
	color:#000;
	}
::-moz-selection {
	background: #fff; /* Firefox */
	color:#000;
}

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

#super-container {
	min-height:100%;
}
	
#header-cover {
	float:right;
	position:fixed;
	z-index:99999;
	background:#fff;
	height:112px;
	width:20px;
	top:0;
	right:0;
}

#top-header-cover {
	position:fixed;
	z-index:99999;
	background:#fff;
	height:20px;
	width:100%;
	top:0;
	right:0;
}


#header {
	width:100%;
	height:37px;
	position:fixed;
	background:#333;
	top:20px;
	left:20px;
	text-align:center;
	font-size:30px;
	color:#eee;
	font-family: 'Amatic SC', cursive;
	padding:24px 0 25px 0;
	border-bottom:4px solid #eee;
}

#back-home {
	float:left;
	padding:0 0 0 15px;
	display:none;

}

#header-container {
	width:1000px;
	margin:0 auto 0 auto;
	position:relative;
	padding:0 40px 0 0;
}

#header-tagline {
	float:right;
	position:relative;
}

#logo {
	background:url(../images/mitten-united/header/mitten-united-header-logo.png) no-repeat;
	position:relative;
	width:191px;
	height:98px;
	float:left;
	margin-top:-19px;
	margin-left:15px;
/*    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/
	
}
/*#logo:hover {    
	-webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
}
*/
#container {
	width: 1000px;  
	margin:140px auto 100px auto;
	text-align: left; 
	height:100%;
	text-transform:uppercase;
	display:block;
	padding-left:28px;
	padding-bottom: 400px;
	overflow:hidden;
}
 
#page-title {
	color:#333;
	font-size:32px;
	width:100%;
	border-bottom:1px dotted #333;
	padding:20px 0 10px 0;
	margin-left:-15px;
}

#page-title-2 {
	color:#333;
	font-size:32px;
	width:100%;
	border-bottom:1px dotted #333;
	padding:40px 0 10px 0;
	margin-left:-15px;
}

#sites {
	margin:20px 0 0 0;
}

#sites li {
	list-style-type:square;
}

#sites li a {
	background:#fff ;
	display:block;
	padding-left:10px;
	width:935px;
	/* FADE GIMMICK */ transition: background .7s ease-in-out, color .7s ease-in-out; -moz-transition: background .7s ease-in-out, color .7s ease-in-out; -webkit-transition: background .7s ease-in-out, color .7s ease-in-out;
}

#sites li a:hover {
	background:#333;
	color:#eee;
}

#footer {
	width:100%;
	height:400px;
	background:#222;
	position:relative;
	margin-top:-400px;
	clear:both;
}

#footer a:hover {
	text-decoration:underline;
	color:#F15B4F;
}

#footer-content {
	width:1000px;
	margin:0 auto 0 auto;
	font-size:30px;
	font-family: 'Amatic SC', cursive;
	color:#eee;
	text-align:center;
}

#copyright {
	padding-top:180px;
}

#mu-tag { position:fixed; right:40px; bottom:40px; }
	#mitten-united { margin:0 0 0 0; position:relative; float:right; background:url(../images/mitten-united/footer/mitten-united.png) no-repeat 0 -27px; width:52px; height:27px;     -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
	#mitten-united:hover { margin:0 0 0 0; position:relative; float:right; background: url(../images/mitten-united/footer/mitten-united.png) no-repeat; /* GIMMICK OF ALL GIMMICKS */
	-webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
} 
	
/*@media only screen and ( max-width: 1000px ) {
	
	#page-title {
		font-size:28px;
	}
	
	#page-title-2 {
		font-size:28px;
	}
}

@media only screen and ( min-width: 768px ) and ( max-width: 1000px ) {
	
	#header-tagline {
		font-size: 24px!important;
	}
	
	#header-container {
		width:768px!important;
		margin-top:5px!important;
	}
	
	#container {
		width:768px!important;
		font-size:60px!important;
	}
	
	#logo {
		margin-top: -24px!important;
	}
	
	#footer-content {
		width:768px!important;
	}
	
}

@media only screen and ( max-width: 767px ) {
	
	#header-container {
		width: 440px!important;
		padding:0!important;
	}
	
	#container {
		width:440px!important;
		font-size:34px!important;
	}
	
	#header-tagline {
		display:none!important;
	}
	
	#logo {
		margin:-19px auto 0 auto!important;
		float:none!important;
	}
	
	#footer-content {
		width:440px!important;
		font-size: 22px!important;
	}
}


@media only screen and ( max-width: 479px ) {
	
	#header-container {
		width:280px!important;
		padding:0!important;
	}
	
	#container {
		width:280px!important;
		padding-left:0!important;
		font-size:20px!important;
		margin:140px auto 40px auto!important;
	}
	
	#sites li a {
		padding-left:5px!important;
	}
	
	#page-title {
		margin:0!important;
		font-size:20px!important;
	}
	
	#page-title-2 {
		margin:0!important;
		font-size:20px!important;
	}
	
	#footer-content {
		width: 280px!important;
		font-size:26px!important;
	}
}*/