@import 'https://fonts.googleapis.com/css?family=Karla:400,700|Roboto';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.0.1
* Docs at http://davidtheclark.github.io/scut
*/
* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #373737;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "San Fransisco", sans-serif;
  color: rgba(0, 0, 0, 0.7); }

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1; }

pre {
  white-space: pre-wrap; }

img {
  max-width: 100%; }

nav {
  background: #FFF; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media only screen and (max-width: 1280px) {
    .container {
      padding: 0 30px; } }
  .container--full-width {
    padding: 0; }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 275px;
  padding: 30px;
  font-size: 1.8em;
  line-height: 1.2;
  text-align: center;
  color: white;
  background-image: url(../images/footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #424242;
  font-family: 'Roboto', sans-serif; }

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  font-family: 'Karla', sans-serif;
  font-weight: 400; }

.menu-logo {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  background: url(/assets/images/logo-black@2x.png);
  background-size: cover; }
  @media only screen and (max-width: 1024px) {
    .menu-logo {
      display: none; } }

.menu-item {
  margin: 0 20px 0 0; }
  .menu-item:last-child {
    margin: 0; }
  @media only screen and (max-width: 1024px) {
    .menu-item {
      font-size: .9em;
      margin: 0 8px; } }

.menu-item-anchor {
  color: rgba(52, 63, 71, 0.5);
  text-decoration: none;
  text-transform: uppercase; }
  .menu-item-anchor--is-active {
    color: #343f47;
    font-family: 'Karla', sans-serif;
    font-weight: 700; }

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3em;
  height: 250px;
  background-image: url(../images/header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #424242; }

.header__title {
  margin: 0 0 .2em 0;
  font-size: 1.8em;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif; }
  @media only screen and (max-width: 1024px) {
    .header__title {
      font-size: 1.6em;
      margin: 0 0 .4em 0;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.header__text {
  max-width: 640px;
  font-size: 1.2em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Roboto', sans-serif; }

section {
  padding: 30px 0; }
  section.is-dark {
    background: #373737; }

.section__title {
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif; }
  .section__title--is-dark {
    color: rgba(255, 255, 255, 0.5); }

.section__subtitle {
  font-size: 1.4em;
  font-family: 'Roboto', sans-serif; }
  .section__subtitle--is-dark {
    color: white; }

.services-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px; }
  @media only screen and (max-width: 1024px) {
    .services-block {
      flex-direction: column;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.services-block-item {
  width: 25%;
  padding: 30px;
  border-right: 1px solid #373737; }
  @media only screen and (max-width: 1024px) {
    .services-block-item {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #373737;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.services-block-item__title {
  margin: 0 100px 15px 0;
  font-size: 1.4em;
  line-height: 1.2;
  color: white;
  font-family: 'Roboto', sans-serif; }

.services-block-item__text {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Karla', sans-serif;
  font-weight: 400; }

.blogposts {
  background: #E9E9E9; }

.blogposts-block {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1024px) {
    .blogposts-block {
      flex-direction: column;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.blogposts-block-item {
  width: 25%;
  padding: 30px 30px 30px 0; }
  .blogposts-block-item:last-child {
    padding: 30px 0; }
  @media only screen and (max-width: 1024px) {
    .blogposts-block-item {
      width: 100%;
      padding: 30px 0;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.blogposts-block-item-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin: 0 0 15px 0;
  padding: 2em;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.2;
  color: white;
  background: #373737;
  background-size: cover;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif; }

.blogposts-block-item-image__layover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.blogposts-block-item-image__title {
  position: relative;
  z-index: 2; }

.blogposts-block-item-text {
  margin: 0 0 15px 0; }

.blogposts-block-item-button {
  display: inline-block;
  padding: 4px 8px;
  font-size: .9em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: #EE7424;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif; }

.instagram-block {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0; }

.instagram-block-item {
  width: 33.333333333%;
  height: 500px;
  background: rgba(255, 255, 255, 0.1); }

.artist-block {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.25s cubic-bezier(1, 0, 0, 1); }
  @media only screen and (max-width: 1024px) {
    .artist-block {
      flex-direction: column;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.artist-block-item {
  width: 25%;
  padding: 30px 30px 30px 0; }
  .artist-block-item:last-child {
    padding: 30px 0; }
  @media only screen and (max-width: 1024px) {
    .artist-block-item {
      width: 100%;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.artist-block-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin: 0 0 15px 0;
  padding: 2em;
  font-size: 1.4em;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  color: white;
  background-color: #444444;
  border-radius: 4px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  font-family: 'Roboto', sans-serif; }

.content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap; }
  .content--is-artists .content-block {
    width: 50%;
    min-height: 70vh;
    border: none !important;
    background-size: cover;
    background-position: center center;
    transition: all 0.25s cubic-bezier(1, 0, 0, 1); }
    .content--is-artists .content-block:nth-child(2n+2) {
      border-right: none; }
    @media only screen and (max-width: 1024px) {
      .content--is-artists .content-block {
        width: 100%;
        transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.content-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  min-height: 50vh;
  overflow: hidden;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.25s cubic-bezier(1, 0, 0, 1); }
  .content-block:nth-child(4n+4) {
    border-right: none; }
  @media only screen and (max-width: 1024px) {
    .content-block {
      width: 100%;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.content-block__title {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  font-size: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-family: 'Roboto', sans-serif; }

.content-block__image img {
  max-width: 150px; }

.content-text {
  width: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .content-text {
      width: 100%;
      padding: 0 20px;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1); } }

.content-text__title {
  padding: 40px 0 20px 0;
  font-size: 1em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif; }

.content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  margin: 0 0 40px 0;
  border-radius: 4px;
  background-size: cover;
  background-position: center center; }
  .content-image .content-text__title {
    font-size: 2em;
    padding: 0; }

.content-text__text {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  font-family: 'Karla', sans-serif;
  font-weight: 400; }

.content-text__text a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.contact {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .contact {
      flex-direction: column;
      text-align: center; }
      .contact > div {
        width: 100% !important; }
      .contact .contact-column {
        padding: 0 0 30px 0; }
        .contact .contact-column:first-child {
          padding: 60px 0 30px 0; } }

.contact-column {
  padding: 60px 0 60px 60px; }
  .contact-column:first-child {
    width: 50%; }
  .contact-column:last-child {
    width: 40%;
    padding: 60px 0 60px 60px; }
    @media only screen and (max-width: 1024px) {
      .contact-column:last-child {
        padding: 0 0 60px 0; } }

.contact-column__title {
  margin: 20px 0;
  font-size: 1.5em;
  color: white;
  font-family: 'Roboto', sans-serif; }
  .contact-column__title:first-child {
    margin: 0 0 20px 0; }

.contact-column__text {
  font-size: 1em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5); }

.contact-column__label {
  display: inline-block;
  width: 90px;
  font-size: .7em;
  line-height: 1.6;
  vertical-align: middle;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    .contact-column__label {
      display: block;
      text-align: center;
      width: 100%; } }

.contact-column__sublabel {
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle; }
  @media only screen and (max-width: 1024px) {
    .contact-column__sublabel {
      margin: 0 0 10px 0; } }
