/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ============================================================
  HTML & BODY
============================================================ */
body {
  color: #646464;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background:#111 url(../img/wood.jpg) repeat;
}
img {
	max-width:100%;
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}



.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.content {
  padding: 0 40px;
}
h1,h2 {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.3);
  font-size:24px;
  line-height:1.8;
  	margin-bottom:20px;
}
h1 {
	 color:#FDFDFD;
}
h2 {
	color:#feba46;
}
p, .services li {
	line-height:1.8;
	font-size:16px;
	color:#EBEBEB;
}
p {
	margin-bottom:16px;
}
.services li {
	list-style:circle;
}
a {
  text-decoration: underline;
  color: #feba46;
}

a:hover {
  color: #FFF;
}
footer {
	clear:both;
	margin:80px 0;
	text-align:center;
}
footer p {
	font-size:10px;
}
/* ============================================================
  TILE NAVIGATION BY CALL ME NICK MOD BY PICCANTE
============================================================ */
/* nav styles */
nav.cmn-tile-nav {
  display: none;
}
nav.cmn-tile-nav.open {
  display: block;
}
nav.cmn-tile-nav ul {
  list-style: none;
}
nav.cmn-tile-nav li {
  display: block;
  overflow: hidden;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-size:18px;
}
nav.cmn-tile-nav a {
  display: block;
  padding: 20px;
  color: #fff;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  -moz-transition: background 0.3s, -moz-transform 0.3s;
  -o-transition: background 0.3s, -o-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  border:1px solid #FFF;
  text-decoration:none;
 
}
nav.cmn-tile-nav a:hover {
}
nav.cmn-tile-nav li {
  background-color: rgba(0,0,0,0.8);
}
nav.cmn-tile-nav a:hover {
	background-color: #FFF;
	transform: 0.3s;
	box-shadow: inset 0px 0px 0px 2px #FEBA46;
	color:#FEBA46;
	text-shadow: -1px 1px rgba(0, 0, 0, 0.1);
}
nav.cmn-tile-nav li.active {
	background-color: rgba(0,0,0,0.9);
}

/* smoother transitions */
nav.cmn-tile-nav li,
nav.cmn-tile-nav a {
/*styles*/
}

/* media queries */
@media all and (min-width: 480px) {
  nav.cmn-tile-nav {
    display: block;
  }
  nav.cmn-tile-nav li {
    width: 50%;
    float: left;
  }
}
@media all and (min-width: 768px) {
  nav.cmn-tile-nav li {
    width: 25%;
	border: 1px solid rgba(0,0,0,0.5);
  }
  nav.cmn-tile-nav a {
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
  nav.cmn-tile-nav a:hover {
   /*styles*/
  }
}
@media all and (min-width: 1024px) {
  nav.cmn-tile-nav li {
    overflow: visible;
    width: 25%;
	border: 1px solid rgba(0,0,0,0.5);
  }
  nav.cmn-tile-nav a {
    padding: 20px 20px 20px 20px;
  }
  nav.cmn-tile-nav a:hover {
    /*styles*/
  }
}
/* ============================================================
  NAVIGATION TOGGLE
============================================================ */
a.nav-toggle {
  display: block;
  padding: 20px;
  background-color: #FEBA46;
  color: #646464;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
}
a.nav-toggle:hover {
  background-color: #FDFDFD;
}

@media all and (min-width: 480px) {
  a.nav-toggle {
    display: none;
  }
}


