/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body {
	background:#ffffff;
	font-size: 13px;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}
ol, ul { list-style: none; margin: 0;}
ul li {
	margin: 0;
	padding: 0;
}
h1 { margin-bottom: 10px; color: #111111;}	
a, img {
	outline: none;
	border:none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 1366px;
	margin: auto;
	padding: 2%;
	} 

	#main {
	width: 60%;
	margin-right: 5%;
	float: left;
	text-align: center;
		}		
		
	aside {
		width: 35%;
		float: right;
		}

/* Logo H1 */
header h1 {
	text-align: center;
	font-size: 4em;
	line-height: 1.25;
	}
#footer {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
@media screen and (min-width: 56.25em) {
header h1 {
    font-size: 5em;
    line-height: 1.05;
  }
}
@media only screen and (max-width: 1290px) {
   .box2 .boxInner2 {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: auto;
   }
}
@media screen and (max-width: 480px) {
header h1 {
	text-align: center;
    font-size: 2.5em;
    line-height: 1.125;
  }
}

		
/* Nav */
nav {
	height: 40px;
	width: 100%;
	background: #2C3539;
	font-size: 11pt;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	position: relative;
	border-bottom: 2px solid #283744;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 600px;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
nav a {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #283744;
}
nav li a {
    border-right: 1px solid #382F2B;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav a:active {
    background-color: #382F2B;
}
nav a#pull {
    display: none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Banner */			
#banner {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}
		
	#banner p {
		text-align:center
		}
	
.wrap {
	overflow: hidden;
	width: 100%;
}
.box {
	float: left;
	position: relative;
	width: 50%;
	padding-bottom: 50%;
}
.box2 {
	float: left;
	position: relative;
	width: 65%;
	padding-bottom: 50%;
	padding-left: 2%;
}
.box3 {
	float: left;
	position: relative;
	width:33%;
	padding-bottom: 50%
}
.box4 {
	float: left;
	position: relative;
	width: 65%;
	padding-bottom: 50%;
	padding-left: 2%;
	text-align:right
}
boxInner2 {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
}
boxInner3 {
	position: absolute;
	text-align: right;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
}
.boxInner {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
}
.boxInner h1 {
	text-align: left;
	font-size: 4vw;
	line-height: 1.25;
	padding-top: 15px;
	}
.boxInner img {
	height: 100%;
}
.dropcap {
	font: 5em/.85em "Times New Roman", Times, serif;
	color: #D4D8F2;
	float: left;
	padding-right: 0.1em;
}
@media screen and (max-width: 1600px) {
.boxInner h1 {
	text-align: left;
	font-size: 4.75vw;
	line-height: 1.25;
	}
}
@media screen and (max-width: 1400px) {
.boxInner h1 {
	text-align: left;
	font-size: 5.5vw;
	line-height: 1.25;
	}
}
@media screen and (max-width: 1200px) {
.boxInner h1 {
	text-align: left;
	font-size: 6.5vw;
	line-height: 1.25;
	}
}
@media screen and (max-width: 1000px) {
.boxInner h1 {
	text-align: left;
	font-size: 7.25vw;
	line-height: 1.25;
	}
}
@media screen and (max-width: 800px) {
.boxInner h1 {
	text-align: left;
	font-size: 7.75vw;
	line-height: 1.25;
	}
}
@media screen and (max-width: 600px) {
    nav { 
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #382F2B;
        border-right: 1px solid #382F2B;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #2C3539;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
   .box {
      width: 100%;
      padding-bottom: 100%;
   }
   .boxInner img {
	width: 100%;
	height:auto;
   }
   .box2 {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
   }
   .box2 .boxInner2 {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: auto;
   }
   .box3 {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%
   }
   .box4 {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	padding-left: 2px;
   }
   .box4 .boxInner3 {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: auto;
   }
   .boxInner h1 {
	text-align: left;
	font-size: 15vw;
	line-height: 1.25;
	}
}
@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #382F2B;
    }
}
/* Media Queries */
@media screen and (max-width: 480px) {

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #efefef;
			display: block;
			margin-bottom: 3px;
			}
			header nav a {
				display: block;
				padding: 10px;
				text-align: center;
				}
}
