/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- General -------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- Fonts ---------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/*---- Font Work Sans ---------------------------------------------------*/

/* Work Sans locally available

  Work_Sans/static/WorkSans-Thin.ttf
  Work_Sans/static/WorkSans-ExtraLight.ttf
  Work_Sans/static/WorkSans-Light.ttf
  Work_Sans/static/WorkSans-Regular.ttf
  Work_Sans/static/WorkSans-Medium.ttf
  Work_Sans/static/WorkSans-SemiBold.ttf
  Work_Sans/static/WorkSans-Bold.ttf
  Work_Sans/static/WorkSans-ExtraBold.ttf
  Work_Sans/static/WorkSans-Black.ttf
  Work_Sans/static/WorkSans-ThinItalic.ttf
  Work_Sans/static/WorkSans-ExtraLightItalic.ttf
  Work_Sans/static/WorkSans-LightItalic.ttf
  Work_Sans/static/WorkSans-Italic.ttf
  Work_Sans/static/WorkSans-MediumItalic.ttf
  Work_Sans/static/WorkSans-SemiBoldItalic.ttf
  Work_Sans/static/WorkSans-BoldItalic.ttf
  Work_Sans/static/WorkSans-ExtraBoldItalic.ttf
  Work_Sans/static/WorkSans-BlackItalic.ttf

*/


@font-face {
  font-family: 'worksans-light';
  src: url('fonts/Work_Sans/static/WorkSans-Light.ttf');
}

@font-face {
  font-family: 'worksans-regular';
  src: url('fonts/Work_Sans/static/WorkSans-Regular.ttf');
}

@font-face {
  font-family: 'worksans-medium';
  src: url('fonts/Work_Sans/static/WorkSans-Medium.ttf');
}

@font-face {
  font-family: 'worksans-bold';
  src: url('fonts/Work_Sans/static/WorkSans-Bold.ttf');
}

@font-face {
  font-family: 'worksans-extrabold';
  src: url('fonts/Work_Sans/static/WorkSans-ExtraBold.ttf');
}

@font-face {
  font-family: 'worksans-black';
  src: url('fonts/Work_Sans/static/WorkSans-Black.ttf');
}

/* Cormorant locally available

Cormorant/static/Cormorant-Light.ttf
Cormorant/static/Cormorant-Regular.ttf
Cormorant/static/Cormorant-Medium.ttf
Cormorant/static/Cormorant-SemiBold.ttf
Cormorant/static/Cormorant-Bold.ttf
Cormorant/static/Cormorant-LightItalic.ttf
Cormorant/static/Cormorant-Italic.ttf
Cormorant/static/Cormorant-MediumItalic.ttf
Cormorant/static/Cormorant-SemiBoldItalic.ttf
Cormorant/static/Cormorant-BoldItalic.ttf

*/


@font-face {
  font-family: 'cormorant-light';
  src: url('fonts/Cormorant/static/Cormorant-Light.ttf');
}

@font-face {
  font-family: 'cormorant-regular';
  src: url('fonts/Cormorant/static/Cormorant-Regular.ttf');
}

@font-face {
  font-family: 'cormorant-medium';
  src: url('fonts/Cormorant/static/Cormorant-Medium.ttf');
}

@font-face {
  font-family: 'cormorant-semibold';
  src: url('fonts/Cormorant/static/Cormorant-SemiBold.ttf');
}

@font-face {
  font-family: 'cormorant-bold';
  src: url('fonts/Cormorant/static/Cormorant-Bold.ttf');
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- Nav -----------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/


.hamburger {
  z-index: 4;
  display: none;
  position: absolute;
}

.blackout {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

/*--- Mobile Nav ---*/
.mob-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;

}

.mob-nav-inner {
  width: 85%;
  margin: 6em auto 0 auto;
}

.mob-nav-link {
  font-family: "cormorant-bold";
  color: #fff;
  display: block;
  font-size: 4rem;
  cursor: pointer;
  pointer-events: all;
  text-align: center;
}

/*--- DT Nav ---*/
.biz-nav {
  padding: 2rem;
  min-width: 100px;
  width: 20%;
  padding: 0 0 0 2rem;
}

.biz-nav-link {
  font-family: "cormorant-bold";
  display: block;
  font-size: 2rem;
  cursor: pointer;
  pointer-events: all;
  color: #8c8c8c;
}

.biz-nav-link span {
  color: #8c8c8c;
  text-decoration: none;
}

.biz-nav-link span:hover, .biz-nav-link span:hover {
  color: #3c3c3c;
}

.link-active span {
  color: #3c3c3c;
}

.mob-nav-inner .link-active span {
  color: #8c8c8c;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- Header --------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/


.header {
  position: relative;
  max-height: 100px;
  padding: 1rem;
}

.header-left {
  width: auto;
}

.header-right {
  width: auto;
}

.site-name {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin-left: 1rem;
  font-family: "worksans-bold";
  font-size: 2rem;
  font-weight: 600;
}

.header-left img {
  display: inline-block;
  margin-left: 1rem;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}

.header-rule {
  width: 95%;
  border-top: 2px dashed #ccc;
  height: 2px;
  margin: 2rem auto;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- Body ----------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

.mob-s {
  display: none;
}

.mob-phone-alt {
  display: none !important;
}

.mob-h {
  display: none;
}

.c-1, .c-2, .c-3, .c-4 {
  display: none;
}

.biz {
  padding-bottom: 6rem;
}

.biz-content {
  float: right;
  font-family: "cormorant-regular";
  font-size: 1.5rem;
  padding: 0 2rem;
  width: 80%;
  border-left: 2px dashed #ccc;
  color: #4d4d4d;
  margin-bottom: 4rem;
}

.headline {
  font-family: "cormorant-bold";
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.experience-title {
  font-family: "cormorant-bold";
  color: #4d4d4d;
  font-size: 1.65rem;
  margin-bottom: .25rem;
  padding: .5rem 0 .5rem 0;
  border-bottom: 2px dashed #ccc;
}

.info-bold {
  color: #3d3d3d;
  font-size: 1.75rem;
  font-family: "cormorant-bold";
}

.company-bold {
  color: #3d3d3d;
  font-size: 1.45rem;
  font-family: "cormorant-bold";
}

.nitty-gritty {
  margin: .25rem 0 3.5rem 0;
}

.contact-link {
  color: #8c8c8c;
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- Footer --------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

.footer {
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 10px;
  background-color: #3d3d3d;
  bottom: 0;
}

.footer a {
  display: inline-block;
  font-family: "worksans-medium";
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #d5d5d5;
}

.footer-link {
  color: #a4a4a4;
}

.div-spacer {
  margin- 0 2rem;
}

.earmuff-l {
  display: inline-block;
  color: #a4a4a4 !important;
  margin: 0 1rem 0 2.5rem;
}

.earmuff-r {
  display: inline-block;
  color: #a4a4a4 !important;
  margin: 0 2.5rem 0 1rem;
}

.footer-icon {
  display: inline-block;
  max-width: 2rem;
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*---- BS Breakpoints ------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

@media (min-width: 320px) {

  .header-left img {
    max-height: 70px;
  }

  .header {
    max-height: 70px;
    padding: 0;
  }

  .header-rule {
    width: 95%;
    border-top: 2px dashed #ccc;
    height: 2px;
    margin: .75rem auto 1.25rem auto;
  }

  .hamburger-box {
    padding-left: .5rem;
    width: 20px;
  }

}

@media (max-width: 890px) {

  .mob-shift-footer-nav {
    display: block;
    margin-bottom: .25rem;
  }

  .mob-h, .footer .mob-h {
    display: none;
  }

  .mob-s {
    display: inline-block;
  }

  .mob-phone-alt {
    display: inline-block !important;
  }

  .hamburger {
    display: block;
  }

  .biz-nav {
    display: none;
  }

  .biz-content {
    width: 90%;
    margin: 0 auto;
    float: none !important;
    border: none;
  }

  .site-name {
    height: 70px;
    line-height: 70px;
    margin-left: .75rem;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .header-left img {
    max-height: 70px;
  }

  .header {
    max-height: 70px;
  }

  .hamburger {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  .footer-nav-spacer {
    color: #d5d5d5;
  }

}

/* @media (max-width: 950px) {

  .biz-nav {
    display: block;
    padding: 2rem;
    min-width: 100px;
    width: 24%;
    padding: 0 0 0 1.5rem;
  }

  .biz-content {
    padding: 2rem;
    width: 76%;
    padding: 0 0 0 1.5rem;
  }

} */
