/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.supercontainer.header
{width: 100%; min-height:20em; 
border-top:#FCA234 solid 2px;
border-bottom:#efefef solid 15px;
background:url(../images/Grads.jpg)no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:10px 0 20px;}
 
 .supercontainer.second-header
{width: 100%;
border-top:#FCA234 solid 2px;
border-bottom:#efefef solid 15px;
  margin:10px 0 20px;}
   
.supercontainer.middle
{width: 100%; min-height:4em; 
background:#FFCF8D;
  margin:20px 0;}
  
    .supercontainer.footer
{width: 100%; min-height:6em; 
background:#CCC;
  margin-top:10px;
  padding:20px 0;
  border-top:1px solid #999;}
  
.for-mobile {display:none;}
nav {
  float: right;
    font-size: 17px;
    font-weight:bold;
	}
	nav a {margin:0 10px; text-decoration:none; padding:7px;}
	nav a:hover{ color:#FDA134;}
.footer a {margin: 0 5px;}
.footer a:hover{color:#ddd;}
.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}	
/* #Page Styles
================================================== */
.color {color: #fda134;
    font-size: 1.3em;}
	.boxed { background:#EFEFEF; width:80%; padding:10% 10% 3% 10%; border-radius:8px; border:1px solid #ccc;}
	
	/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {.for-mobile {display:block;}
	.six.columns.for-desktop{display:none;}
	nav {
	float:none;
	}}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.for-mobile {display:block} 
	.six.columns.for-desktop{display:none;}
	nav {
	float:none;
	}}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/