/***************************************************/
/*                 CSS GUIDELINES:                 */
/*                                                 */
/*  Avoid shorthand usage of the font properties   */
/*     Always use relative units -- 1em = 20px     */
/*    Do align all values across all properties    */
/*          Build from smallest screen up          */
/*          No "max-width" media queries           */
/*  Specify groupings before individual elements   */
/*    Use the appropriate file for declarations    */
/*                                                 */
/***************************************************/
/* @include media-query(max-width) {} */
/* @include calc(property, value) */
/* TYPOGRAPHY */
body {
  font-family: proxima-nova, "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5 {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 1.5rem 0;
  text-transform: uppercase;
}

h1,
h2,
h4 {
  color: #f05b40;
  font-weight: 900;
}

h3,
h4,
h5 {
  margin: 0;
}

h3,
h5 {
  color: #009aa4;
  font-weight: 300;
}

h1 {
  font-size: 8em;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 2em;
}

h4,
h5 {
  font-size: 1em;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.pagetitle {
  border-bottom: 0.075em solid #009aa4;
  line-height: 0.8333;
  margin: 0 0 0.075em;
  overflow: hidden;
}

p,
ul {
  margin: 0 0 1.5em;
}

p {
  max-width: 32em;
}

a,
a:link {
  color: rgb(0, 110.8695652174, 112.5);
  display: inline-block;
  margin: 0 -0.35em;
  padding: 0 0.35em;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: #f05b40 !important;
}

a:visited {
  color: rgb(71.625, 192.1032608696, 193.875);
}

a:focus {
  outline: 0.15em solid rgb(0, 161.1304347826, 163.5);
}

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

li,
li p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

strong,
.capital {
  text-transform: uppercase;
}

.unlist li {
  float: left;
  margin-right: 1.5rem;
}

.unlist li:last-child {
  margin-right: 0;
}

/* Smaller header:body ratios on smaller screens */
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 6em;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 474px) {
  body {
    font-size: 13.5px;
  }
  h1 {
    font-size: 3.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
}
/* LAYOUT */
body {
  margin: 1.5em 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

main,
.row {
  text-align: left;
}

main {
  min-height: 61.33vh;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1439px;
}

/* 5 columns wide on $large and larger */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 2% 1.5rem;
  position: relative;
  vertical-align: top;
}

.col-1 {
  width: 16%;
}

.col-2 {
  width: 36%;
}

.col-3 {
  width: 56%;
}

.col-4 {
  width: 76%;
}

.col-5 {
  width: 96%;
}

/* 3 columns wide on $small through $medium*/
@media screen and (max-width: 767px) {
  .col-1 {
    width: 29.333%;
  }
  .col-2,
  .col-3 {
    width: 96%;
  }
  .col-4,
  .col-5 {
    width: 96%;
  }
}
/* 2 columns wide on anything smaller */
@media screen and (max-width: 474px) {
  .col-1 {
    width: 46%;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    width: 96%;
  }
}
/* OBJECTS */
header > nav[role=navigation] {
  margin-bottom: 4.5em;
}

body > footer.row {
  margin: 1.5em auto;
}
body > footer.row article {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 2% 0;
}

header {
  margin-bottom: 0 !important;
}

aside .col-1 {
  margin-bottom: 1.5em !important;
}

.designers {
  margin-top: 4.5em;
}

.grid {
  margin-top: 1.5em;
}

.grid-item {
  height: 0;
  padding-bottom: 22%;
  text-align: center;
}
.grid-item h5 {
  line-height: 1;
  margin-top: calc(100% + .667em);
  margin-bottom: 1.5em;
}
.grid-item a,
.grid-item a:link {
  margin: 0;
  padding: 0;
  width: 100%;
}
.grid-item a:focus {
  outline: none;
}
.grid-item a:hover .circle:before,
.grid-item a:focus .circle:before {
  content: "";
  border-radius: 50%;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.circle {
  border-radius: 50%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: absolute;
  width: 100%;
}

.grey {
  background: #eee;
  height: 100%;
  position: absolute;
  width: 100%;
}

.contact,
.project {
  float: left;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.meta {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.meta ul {
  width: 50%;
}

.portrait-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 160%;
  width: 100%;
}

.content img {
  margin: 1.5em 0 0;
}

.pattern {
  background-blend-mode: multiply;
  height: 11em;
  margin-top: -11em;
  width: 100vw;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .meta ul {
    float: none;
    width: 96%;
  }
  .grid-item {
    padding-bottom: 26%;
  }
}
@media screen and (max-width: 767px) {
  .grid-item {
    padding-bottom: 46%;
  }
  .portrait-wrapper {
    margin-top: -4em;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 474px) {
  .grid-item {
    padding-bottom: 62%;
  }
}

/*# sourceMappingURL=main.css.map */