/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    background-color: rgb(234, 237, 238);
    color: black;
    cursor: pointer;
    text-transform: uppercase; }
    /*#nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }*/
    #nav-trigger span:hover {
      background-color: rgb(234, 237, 238); }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav#nav-main {
  background-color: rgb(234, 237, 238);margin-top:1px; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px rgb(171, 175, 176);
    padding: 0px 0px;
    height:66px;
    margin:0px !important;
  }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: black;
    padding: 23px 15px;
    color:#231f20;
    font-size:16px !important;
  }
    nav#nav-main a:hover {
        text-decoration:none;
      background-color:#e6e2e2;
      color: #231f20; }

nav#nav-mobile {
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgb(234, 237, 238); }
  nav#nav-mobile li {
    display: block;
    padding: 0px 0;
    margin: 0 5px;
    border-bottom: solid 1px rgb(171, 175, 176); }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: black;
    font-size:16px !important;
    padding: 15px 30px; }
    nav#nav-mobile a:hover {
        text-decoration:none;
      background-color:#e6e2e2;
      color: #231f20;  }

/* =Sections
-------------------------------------------------------------- */
section h1 {
  margin-bottom: 10px; }

section p {
  margin-bottom: 30px; }
  section p:last-child {
    margin-bottom: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } }

