@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,700');

@charset "UTF-8";

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

section {
  border-bottom: 2px solid #eca626;
  float: left;
  width: 100%;
  height: 800px;
}


.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  color: #d6bf94;
  cursor: pointer;
}

.nav-collapse li {
  float: left;
  width: 100%;
  color: #fff;
  cursor: pointer;
}

.nav-collapse a:hover {
	color: #ffc20e;
	font-family:'Roboto Slab', Times, Helvetica, serif;
	font-size: 13pt;
  letter-spacing: 4pt;
	cursor: pointer;
}

.nav-collapse a {
  color: #fff;
  font-family:'Roboto Slab', Times, Helvetica, serif;
  font-size: 13pt;
  letter-spacing: 4pt;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  float: left;
  text-align: center;
}


@media screen and (min-width: 592px) {
  .nav-collapse li {
    width: 15.5%;
    *width: 15.5%; /* IE7 Hack */
    _width: 15.5%; /* IE6 Hack */
  }
  
    .nav-collapse li.big {
    width: 23%;
    *width: 23%; /* IE7 Hack */
    _width: 23%; /* IE6 Hack */
  }

}

@media screen and (max-width: 940px) {
  .nav-collapse a {
    margin: 0;
    padding: 6px 0;
    float: left;
    text-align: center;
    border-bottom: 0;
	font-size: 11pt;
	letter-spacing: 1pt;
  }
  .nav-collapse a:hover {
	  font-size: 11pt;
	  letter-spacing: 1pt;
  }
}

.nav-collapse ul ul a {
  background: none;
  padding-left: 2em;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -100px;
  overflow: hidden;
  width: 100%;
  height: 50px;
  float: right;
}

.nav-toggle:before {
  color: #ffc20e;
  font-family: "icomoon", serif;
  background: none;
  font-size: 25pt;
  position: absolute;
  content: "\e905";
  text-indent: 0;
  text-align: center;
  line-height: 50px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.nav-toggle.active::before {
  font-family: 'icomoon', Times, Helvetica, serif;
  font-size: 25pt;
  color:#ffc20e;
  line-height: 50px;
  content:"\e904";
}

@media only screen and (max-width: 592px) {
.nav-collapse a {
  font-size: 10pt;
  border-bottom: 1px solid #0a7f8d;
  padding: 10px 0;
  background: #0f8895;
}

#menu {
	background: #000;
}
.nav-collapse a:hover{
	font-size: 10pt;
	color:#ffc20e;
}

}



