html {
  font-size: 18px;
  box-sizing: border-box;
  background: #000;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 26px;
  font-family: "GillSansMTStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  text-shadow: none;
}

::selection {
  background: #ccc;
  text-shadow: none;
}

a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: underline;
  font-family: "GillSansMTPro-BoldExtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  transition: color .2s;
}

.intro {
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.intro-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: auto;
}

.header,
.section,
.footer {
  padding: 78px 0;
  background: #000;
  position: relative;
}

.header {
  margin-top: 100vh;
}

.header a {
  text-decoration: none;
}

.container {
  padding: 0 26px;
}

.container:first-child + .carousel-wrapper {
  margin-top: 26px;
}

.carousel {
  overflow: hidden;
}

.portfolio .heading .fake-link {
  cursor: text;
}

.portfolio .list-unstyled li,
.portfolio .list-unstyled li a:not(:hover) {
  color: #777;
}

.heading {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.is-grey {
  color: #777;
}

p {
  margin: 0 0 26px 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

.transition-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  transition: .5s opacity;
}

.transition-overlay.view-in {
  opacity: 0;
}
