/***************************
Custom styles
****************************/
@baseline *3-1: 3rem;
@baseline *12: 6rem;
@baseline *3-3: 9rem;
.baseline-box {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #36E5CA;
}
.vertical-increment-box {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #36E5CA;
}
/*! -- Document level -- */
html {
  font-size: 100%;
}
@media all and (max-width: 970px) {
  html {
    font-size: 90%;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*! -- Modules will scale with document -- */
body,
.body {
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'Lora', serif;
  font-weight: normal;
  color: #767676;
}
body,
.body,
.lead,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 3.998rem;
  line-height: 6rem;
}
h2,
.h2 {
  font-size: 2.827rem;
  line-height: 4.5rem;
}
h3,
.h3 {
  font-size: 1.999rem;
  line-height: 3rem;
}
h4,
.h4 {
  font-size: 1.414rem;
  line-height: 2rem;
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}
h6,
.h6 {
  font-size: 0.707rem;
  line-height: 1rem;
}
.lead {
  font-family: 'Lora', serif;
  font-size: 1.414rem;
  line-height: 2em;
  color: #767676;
}
.muted {
  color: #767676;
}
.dark {
  color: #000;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
h6 a,
h6 a:hover,
.h6 a,
.h6 a:hover {
  border-bottom: none;
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.lead a,
p a {
  border-bottom: 4px solid #36E5CA;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.lead a:hover,
p a:hover {
  border-bottom: 4px solid #32CEB6;
}
p a,
p a:hover {
  text-decoration: none;
  color: #767676;
}
.pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-height: 600px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.m-0 {
  margin: 0;
}
.m-8 {
  margin-bottom: 0.5rem;
}
span a {
  text-decoration: none;
}
.header-style-guide {
  height: 21rem;
  width: 100%;
  display: block;
  background-color: #36E5CA;
}
.avatar {
  height: 6.5rem;
  width: 6.5rem;
}
.logo {
  max-height: 4.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.style-guide-description {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.titles {
  margin-bottom: 6rem;
}
type-vibes-base section {
  padding: 0px;
  margin-bottom: 6rem;
}
.color-swatch {
  height: 6.5rem;
  width: 6.5rem;
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
  border: 1px solid #EFEFEF;
}
.brand {
  background-color: #36E5CA;
}
.gray-1 {
  background-color: #EFEFEF;
}
.gray-2 {
  background-color: #767676;
}
.gray-3 {
  background-color: #000;
}
.btn-normal {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
  background-color: #36E5CA;
  color: #000;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}
.btn-normal:hover {
  background-color: #32CEB6;
}
.btn-normal:visited {
  color: #000;
}
.btn-inverse {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.btn-inverse:hover {
  background-color: #383838;
  color: #fff;
}
.btn-inverse:visited {
  color: #fff;
}
.btn-normal,
.btn-inverse {
  margin-bottom: 1.5em;
}
button {
  font-size: inherit !important;
  height: inherit;
  letter-spacing: inherit;
}
.btn {
  border-radius: 0;
  border: none;
}
input[type='text'],
input[type='email'] {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  height: auto;
  padding: 1rem;
  background-color: #EFEFEF;
  color: #000;
  display: inline-block;
  transition: 0.2s;
  font-style: normal;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  margin-bottom: 1.5rem;
}
input[type='text']:focus,
input[type='email']:focus {
  box-shadow: none;
  box-shadow: inset 0 0 1px #000000;
}
input[type='text']::placeholder,
input[type='email']::placeholder {
  color: #767676;
  font-style: normal;
}
.demonstration-box {
  height: 1.5rem;
  width: 100%;
  color: #fff;
}
.drop-shadow-l1 {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.drop-shadow-l2 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.stroke {
  border: 1px solid #EFEFEF;
}
hr {
  border: 1px solid #36E5CA;
  margin: 1rem 0;
}
body {
  margin-bottom: 0;
}
.tv-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/**! 2. Helper Classes **/
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
/**! 1. Hero area **/
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #767676;
}
.imagebg:not(.image--light) .h1,
.imagebg:not(.image--light) .h2,
.imagebg:not(.image--light) .h3,
.imagebg:not(.image--light) .h4,
.imagebg:not(.image--light) .h5,
.imagebg:not(.image--light) .h6,
.imagebg:not(.image--light) i {
  color: #767676;
}
.imagebg:not(.image--light) a,
.imagebg:not(.image--light) span {
  color: #000;
}
.hero-card {
  background-color: #fff;
  margin: 0px auto;
  max-width: 25rem;
  height: 30rem;
  padding: 1rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .hero-card {
    margin-top: 3rem;
  }
}
.hero-card--frame {
  border: 2px solid #50E3C2;
  padding: 1rem;
  height: 100%;
}
.hero-card img {
  max-height: 3rem;
}
.hero-card i {
  font-size: inherit;
}
.scroll-arrow {
  position: absolute;
  bottom: 16px;
  width: 100%;
}
.scroll-arrow a {
  margin: 0px auto;
  height: 2.5rem;
  width: 2.5rem;
  display: block;
}
.scroll-arrow i {
  text-align: center;
  color: #fff;
}
/**! 2. Modals **/
.modal-content.height--natural {
  max-width: 45rem;
}
.modal-container:before {
  z-index: 2;
}
.modal-container .modal-content {
  z-index: 3;
}
.modal-container input[type='email'] {
  width: 50%;
  float: left;
}
.modal-container .btn-normal {
  width: 50%;
  float: left;
}
img + .boxed {
  margin-top: 0;
}
.boxed {
  padding: 6.25rem 3rem 3rem 3rem;
}
.card-1 .card__body p,
.card-2 .card__body p {
  min-height: inherit;
}
/**! 1. Objects **/
.nav-container {
  width: 100%;
  position: absolute;
  height: 4.5rem;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
}
.nav-logo-left {
  float: left;
}
.nav-container.subpages .nav-logo-left img {
  height: 1.5rem;
  margin: 1.5rem 0 0 0;
  vertical-align: middle;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .nav-container.subpages .nav-logo-left img {
    display: none;
  }
}
.nav-container ul {
  float: right;
  display: table;
}
@media all and (max-width: 767px) {
  .nav-container ul {
    float: none;
    margin: 0px auto;
  }
}
.nav-container ul li {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (max-width: 767px) {
  .nav-container ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.nav-container ul li a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  line-height: 72px;
  transition: 0.2s;
  border-bottom: 4px solid rgba(80, 227, 194, 0);
}
.nav-container.subpages ul li a {
  color: #000;
}
.nav-container ul li.active a,
.nav-container ul li a:hover {
  border-bottom: 4px solid #50e3c2;
}
/**! 1. Footer **/
footer {
  background-color: #36E5CA;
}
.copyright {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 6rem;
}
.copyright__logo {
  height: 24px;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: top;
}
footer p {
  margin-bottom: 0;
  font-size: 11px;
}
.text-dark {
  color: #000 !important;
}
footer input[type='email'] {
  width: 50%;
  float: left;
}
footer .btn-inverse {
  width: 50%;
  float: left;
}
/**! Filter section **/
.filter-group {
  margin-bottom: 3rem;
}
/**! Style filters **/
.tabs-container .tabs {
  margin-bottom: 3rem;
}
.tabs-4.tabs-container .tabs li.active .btn {
  background-color: #36E5CA;
}
ul.style-filter-container li {
  display: inline-block;
  margin: 0 0.5rem;
}
ul.style-filter-container li.active .style-filter-preview-pic {
  background-color: #36E5CA;
  color: #000;
}
.style-filter-preview-pic {
  background-color: #EFEFEF;
  width: 6rem;
  height: 6rem;
  color: #767676;
  text-align: center;
  line-height: 6rem;
  font-size: 1.999rem;
  font-weight: bold;
}
.sans-serif {
  font-family: 'Roboto', sans-serif;
}
.serif {
  font-family: 'Playfair display', serif;
}
.slab-serif {
  font-family: 'Roboto Slab', serif;
}
.script {
  font-family: 'Permanent Marker', serif;
}
.mono {
  font-family: 'Roboto Mono', serif;
}
.style-filter-description h5 {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #767676;
}
ul.style-filter-container li.active .style-filter-description h5 {
  color: #000;
}
/**! Vibe filters **/
.filter-vibes-group {
  text-align: center;
}
.filter-vibes-group li {
  display: inline-block;
  cursor: pointer;
}
.filter-vibes-group li.active {
  color: #000;
}
.filter-vibes-group li:not(:last-child):after {
  content: '/';
  margin: 0px 1rem;
  cursor: text;
  opacity: 0.5;
}
.filter-vibes-group li {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .floating-nav .filter-vibes-group li.lead {
    line-height: 5rem;
  }
}
/**! Vibe cards **/
.vibe-card {
  margin-bottom: 2rem;
}
.vibe-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.vibe-card__img {
  margin: 0;
}
.vibe-card__content {
  padding: 1.5rem;
  background-color: #fff;
}
.vibe-card__content p {
  margin: 0;
}
/**! Vibe nav **/
.floating-nav {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  display: none;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
.floating-nav--reveal {
  display: block;
}
/**! Blog **/
.blog-post-card {
  margin-bottom: 2rem;
}
/**! General Layout **/
section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.modal-container .modal-content {
  width: 700px;
  position: relative;
  overflow: visible;
}
.modal-content__avatar {
  position: absolute;
  z-index: 9999;
  width: 104px;
  height: 104px;
  top: -52px;
  left: 50%;
  margin-left: -52px;
}
.btn--loading {
  border-radius: none;
}
.modal-container .modal-content {
  padding: 0;
}
@media all and (max-width: 767px) {
  .modal-container .btn-normal {
    width: 100%;
  }
  .modal-container input[type='email'] {
    width: 100%;
  }
}
.page-head {
  padding-top: 6rem;
}
.medium-wrapper {
  background-color: #fff;
  padding: 3rem;
  margin-bottom: 3rem;
}
.medium-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
#medium-content figure figcaption {
  text-align: center;
  margin-bottom: 3rem;
}
/*# sourceMappingURL=type-vibes-styles.css.map */