* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#homehome {
  display: none; }

body {
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-family: "Work Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-rendering: optimizeLegibility; }

a.active {
  color: #B00000; }

hr.title-middle {
  display: inline-block;
  border: none;
  border-top: 2px solid #B00000;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 2px;
  width: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.75em; }

body > div#logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  font-weight: 400;
  line-height: 4em;
  width: 100%; }
  body > div#logo > h1.title1 {
    color: #444;
    text-transform: none;
    display: block;
    text-align: center; }
    body > div#logo > h1.title1 > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      body > div#logo > h1.title1 > div.title-top {
        font-size: 2em;
        font-weight: 300;
        line-height: 1em;
        margin-top: 0.5em;
        margin-left: -0.075em; }
      body > div#logo > h1.title1 > div.title-bottom {
        font-size: 1em;
        font-weight: 300;
        line-height: 2em; }

body > div#navToggle {
  background-color: rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  padding: 0 50%; }
  body > div#navToggle:hover {
    background-color: rgba(0, 0, 0, 0.1); }
    body > div#navToggle:hover > a {
      color: white; }
  body > div#navToggle > a {
    color: rgba(255, 255, 255, 0.85);
    color: #444;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding: 1rem 2.5rem;
    text-decoration: none;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    text-align: center; }

header {
  background-color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  header > .menuUp {
    -webkit-box-shadow: none;
    box-shadow: none; }
  header > nav {
    background-color: white;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: 300ms all ease;
    -ms-transform: 300ms all ease;
    transform: 300ms all ease;
    display: none; }
    header > nav#navhome {
      background-color: white;
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-transform: 300ms all ease;
      -ms-transform: 300ms all ease;
      transform: 300ms all ease; }
  header nav > ul {
    list-style-type: none; }
    header nav > ul > li {
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      position: relative; }
  header nav > ul > li:last-of-type {
    border-bottom: none; }
  header nav > ul > li#portfolio {
    border-top: 1px dotted rgba(0, 0, 0, 0.1); }
  header > nav > ul > li > nav {
    display: none; }
  header > nav > ul > li > a, header > nav > ul > li > div > a {
    display: block;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    padding: 1.5rem 0;
    text-decoration: none;
    -webkit-transition: 250ms all ease;
    -o-transition: 250ms all ease;
    transition: 250ms all ease;
    text-align: center; }
  header > nav > ul > li > nav > ul > li > a {
    display: block;
    color: rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 400;
    padding: 1.5rem 0;
    text-decoration: none;
    -webkit-transition: 250ms all ease;
    -o-transition: 250ms all ease;
    transition: 250ms all ease;
    text-align: center; }
  header > nav > ul > li:hover > a, header > nav > ul > li:hover > div > a {
    color: black;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  header > nav > ul > li > nav > ul > li:hover > a {
    color: black;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

/* DESKTOP SIZE */
@media all and (min-width: 768px) {
  #homehome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  hr.title-middle {
    margin-top: 0; }
  body > div#navToggle {
    display: none; }
  body > div#logo {
    font-weight: 400;
    margin-top: 2em; }
    body > div#logo > h1 {
      color: black;
      display: none; }
    body > div#logo > img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    body > div#logo > h1.title1 > div.title-top {
      font-size: 3em;
      font-weight: 300;
      line-height: 1.5em;
      margin-left: 0; }
  header {
    background-color: white;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 3em;
    padding: 0.5em 0 0 0;
    position: relative;
    text-align: left;
    width: 100%; }
    header > nav {
      background-color: transparent;
      display: block; }
      header > nav > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    header nav > ul > li {
      border-bottom: none; }
      header nav > ul > li#portfolio {
        border-top: none; }
    header nav > ul > li > a {
      padding: 0 1.25rem; }
    header nav > ul > li > div > a span.caret {
      border-bottom: 4px solid transparent;
      border-top: 4px solid rgba(0, 0, 0, 0.65);
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-radius: 1px;
      content: "";
      display: inline-block;
      height: 0;
      margin: 0 0 0 .25rem;
      -webkit-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      transition: 250ms all ease;
      width: 0;
      vertical-align: middle; }
    header nav > ul > li:hover > div > a span.caret {
      border-top-color: #B00000;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    header nav ul li nav ul li {
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      position: relative; }
    header > nav > ul > li > nav {
      display: none;
      background: transparent; }
    header > nav > ul > li > div > a {
      padding: 0 20px; }
    header > nav > ul > li:hover > nav {
      background-color: white;
      border-radius: 0.25em;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
      display: block;
      overflow: hidden;
      position: absolute;
      right: -25%;
      width: 150%;
      z-index: 100; }
    header > nav > ul > li > nav > ul > li > a {
      display: block;
      color: rgba(0, 0, 0, 0.65);
      background-color: white;
      font-weight: 400;
      padding: 1.5rem 0;
      text-decoration: none;
      -webkit-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      transition: 250ms all ease;
      text-align: center;
      line-height: 0.25em; }
  div#logo {
    -webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.2); } }
