/*Common Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html {  height: 100%; } /* always display scrollbars */
body { height: 100%; font-size: 69.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { 
	text-decoration: none; 
	color: #000; 
}
a:hover { 
	text-decoration: none;
	color: #f99d32; 
}

.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }

*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* IE 6/7 */
.clearfix { zoom: 1; }

/*Custom Text Styles*/
h1, h2, h3, h4 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;
}


h1 {
	font-weight: 400;
	font-size: 29px;
	text-transform: uppercase;
}

h2 {
	font-weight: 700;
	font-size: 24px;

}

h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

h4 {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

/*Container Styles*/
#Body { 
	background: #FFF;
}

/*Nav Styles*/
#Nav {
	display: block;
	float: left;
	width: 18%;
	padding: 0 2%;
	background: #252525;
	color: #fff;
}

#Nav .contain {
	padding: 0 0 30px;
}

#Nav a {
	color: #fff;
}

#Nav .module {
	padding: 30px 0 0;
	overflow: hidden;
}

#Nav address,
#Nav p,
#Nav li {
	font-size: 1.3em;
	line-height: 1.5em;
}

#Nav h3 {
	padding-bottom: 5px;
	text-shadow: 1px 1px #000;
	border-bottom: 1px solid #FFF;
}

#Nav h4 {
	margin: 15px 0 10px;
}

#Nav li {
	font-size: 1.1em;
}

#Nav li .under-info {
	font-size: .8em;
}

#Nav li span {
	display: block;
	float: right;
}

#Nav a.schedule-button {
	display: block;
	border: 1px solid #FFF;
	margin: 10px 0;
	padding: 10px 15px;
	text-align: center;
	transition: all 0.5s;
	text-transform: uppercase;
}

#Nav a.schedule-button:hover {
	background: #FFF;
	color: #000;
}

/*Main Content Styles*/
#Main {
	display: block;
	float: left;
	width: 82%;
	padding: 0 2%;
}

#Main .contain {
	padding: 20px 0;
}

#Main .photo-box {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#Main .photo-box:hover {
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
}

/*Responsive*/

@media only screen and (min-width: 0px) {
  /* 320 =================================================== */
  #Nav, #Main {
	float: none;
	width: 100%;
  }

  #Nav {
  	margin-top: 30%;
  }

  #Header {
  	width: 90%;
  	position: absolute;
  	top: 10px;
  	left: 10px;
  }
}

@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  #Nav, #Main {
	float: left;
  }
	
  #Nav {
  	width: 48%;
  	margin: 0;
  }

  #Main {
  	width: 52%;
  }

  #Header {
  	width: 100%;
  	position: static;
  }

}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */

  #Nav {
  	width: 30%;
  }

  #Main {
  	width: 70%;
  	
  }
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */

}