@font-face {
  font-family: "HelveticaNeueLT Std Blk";
  src: url("/assets/fonts/helvetica-neue-black.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "HelveticaNeueLT Std Blk", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #000;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  color: #000;
}

h1 {
  margin: 0;
  font-size: 1em;
  line-height: 1rem;
}

h1 a {
  border-bottom: none;
}

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0.3px;
  text-align: left;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Header */
.site-header {
  padding: 18px 0 0 30px;
}

.site-branding {
  float: left;
  width: 220px;
}

.site-navigation {
  float: left;
  width: 300px;
}

.site-header::after {
  content: "";
  display: table;
  clear: both;
}

.main-navigation {
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  float: left;
  padding-right: 45px;
  letter-spacing: 0.4px;
}

.main-navigation a {
  display: block;
  border-bottom: 2px solid #fff;
  line-height: 1rem;
  font-size: 0.8rem;
}

.main-navigation li:hover > a,
.main-navigation li:focus-within > a {
  border-bottom-color: #000;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  border-bottom-color: #000;
}

.menu-toggle {
  display: block;
  float: right;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
  bottom: 4px;
}

.menu-toggle:focus {
  outline: 0;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

/* Content */
.site-content {
  transition: opacity 0.4s ease;
}

.site-content.is-loading {
  opacity: 0;
}

.entry-content,
.page-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 130px 30px 0;
}

/* Clients */
.client-list {
  width: 100%;
  text-align: center;
  font-size: 22px;
}

.client-name {
  padding-bottom: 8px;
  line-height: 22px;
}

/* Contact */
.km-contact {
  text-align: center;
  text-transform: uppercase;
  padding-top: 120px;
}

.km-contact a {
  border-bottom: none;
}

/* Home slider */
.hero-slider {
  position: relative;
  margin: 0 0 60px;
  background: #fff;
}

.hero-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.hero-slider .slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.hero-slider img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media screen and (max-width: 1300px) {
  .entry-content,
  .page-content {
    max-width: 730px;
    padding: 90px 30px 0;
  }
}

@media screen and (max-width: 37.5em) {
  .site-branding {
    width: 190px;
  }

  .site-header {
    padding: 15px 20px 0;
  }

  .site-navigation {
    width: 100%;
  }

  .main-navigation a {
    line-height: 1.4rem;
    font-size: 1rem;
  }

  .main-navigation ul.toggled {
    display: block;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .main-navigation ul.toggled li {
    width: 100%;
    text-align: left;
  }

  .main-navigation li:hover > a,
  .main-navigation .current-menu-item > a {
    border-bottom-color: #fff;
    color: #999;
  }

  .entry-content,
  .page-content {
    padding: 50px 20px 0;
  }

  .client-list {
    font-size: 0.9rem;
  }

  p {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .km-contact {
    padding-top: 60px;
  }
}
