html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

/* #Basic Styles
================================================== */
body {
  font: 16px/1.5em  'Source Code Pro', Garamond, "Times New Roman", serif;
  color: #ffffff;
  font-weight: 400; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-family: 'Source Code Pro';
  font-weight: 600; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none; }

h1 {
  font-size: 32px;
  line-height: 120%;
  margin: 0; }

h2 {
  font-size: 20px;
  line-height: 120%;
  margin: 0; }

h3 {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  text-align: center; }

p, div {
  color: #000;
  font-size: 18px;
  font-family: 'Source Code Pro';
  line-height: 28px;
  font-weight: 600; }

p {
  margin: 0 0 20px; }

/* #Links
================================================== */
a, a:visited {
  color: #fff;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #fff; }

p a, p a:visited {
  line-height: inherit; }

/* #Videos / #Iframes
	================================================== */
iframe {
  border: 1px solid #DDD; }

hr {
  display: block;
  height: 0px;
  background: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  clear: both;
  padding: 0;
  margin: 25px 0; }

*::selection {
  background: #00A8FF;
  /* Safari */ }

*::-moz-selection {
  background: #00A8FF;
  /* Firefox */ }

blockquote {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  margin: 0 0 50px; }
  blockquote p {
    margin: 20px 0 0;
    font-weight: normal; }

.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

section {
  margin: 0;
  display: block;
  position: relative; }
  section.intro {
    padding: 130px 0 640px;
    background: #F05125; }
    section.intro:after {
      background: url(../images/das-vector@2x.png) no-repeat center center;
      background-size: 940px 615px;
      width: 940px;
      height: 615px;
      position: absolute;
      bottom: -60px;
      right: 0;
      z-index: 10;
      display: block;
      content: ''; }
    section.intro h1 {
      background: url(../images/dilworth-artisan-station-white@2x.png) no-repeat center center;
      background-size: 323px auto;
      width: 323px;
      height: 287px;
      text-indent: -50000px;
      margin-right: 60px; }
    section.intro .container {
      display: flex;
      justify-content: space-evenly; }
      section.intro .container .text {
        width: 465px; }
        section.intro .container .text h2 {
          margin: 0 0 20px;
          font-size: 25px;
          line-height: 30px;
          letter-spacing: 1px;
          font-weight: bold; }
        section.intro .container .text p {
          color: #fff;
          font-size: 14px;
          font-weight: normal;
          line-height: 24px; }
    section.intro span#das {
      background: url(../images/das-words@2x.png) no-repeat center center;
      background-size: 338px auto;
      width: 338px;
      height: 81px;
      text-indent: -50000px;
      position: absolute;
      left: calc(50% - 550px);
      bottom: 420px; }
  section.dev {
    padding: 100px 0 120px;
    background: url(../images/squiggle-left.png) no-repeat 0 285px;
    background-size: 205px 285px; }
    section.dev .container {
      max-width: 600px;
      text-align: center; }
    section.dev a.wpp-logo, section.dev a.wpp-logo:link, section.dev a.wpp-logo:visited {
      background: url(../images/white-point-partners@2x.png) no-repeat center center;
      background-size: 247px auto;
      width: 247px;
      height: 135px;
      text-indent: -50000px;
      margin: 0 auto;
      display: block; }
  section.other-projects {
    padding: 50px 0 120px; }
    section.other-projects h3 {
      text-align: center;
      margin: 0 0 30px; }
    section.other-projects ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-content: center; }
      section.other-projects ul li {
        display: block;
        padding: 0;
        margin: 0 30px; }
        section.other-projects ul li a, section.other-projects ul li a:link, section.other-projects ul li a:visited {
          display: block;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 200px 100px;
          width: 200px;
          height: 100px;
          text-indent: -50000px; }
          section.other-projects ul li a.logo-oh, section.other-projects ul li a:link.logo-oh, section.other-projects ul li a:visited.logo-oh {
            background-image: url(../images/logo-optimist-hall.png); }
          section.other-projects ul li a.logo-bw, section.other-projects ul li a:link.logo-bw, section.other-projects ul li a:visited.logo-bw {
            background-image: url(../images/logo-bowers.png); }
          section.other-projects ul li a.logo-sv, section.other-projects ul li a:link.logo-sv, section.other-projects ul li a:visited.logo-sv {
            background-image: url(../images/logo-salt-vinegar.png); }
          section.other-projects ul li a.logo-cb, section.other-projects ul li a:link.logo-cb, section.other-projects ul li a:visited.logo-cb {
            background-image: url(../images/logo-chadbourn.png); }
  section.media {
    padding: 40px 0 120px;
    text-align: center; }
    section.media h3 {
      margin: 0 0 50px; }
    section.media a.btn, section.media a.btn:link, section.media a.btn:visited {
      background: #0CBAB5;
      padding: 0;
      line-height: 58px;
      width: 260px;
      text-align: center;
      color: #fff;
      letter-spacing: 2px;
      font-weight: normal;
      margin: 0 auto;
      font-size: 25px;
      display: block;
      text-transform: uppercase;
      -webkit-transition: all 250ms linear;
      -moz-transition: all 250ms linear;
      -ms-transition: all 250ms linear;
      -o-transition: all 250ms linear;
      transition: all 250ms linear; }
      section.media a.btn:hover, section.media a.btn:link:hover, section.media a.btn:visited:hover {
        background: #000;
        -webkit-transition: all 250ms linear;
        -moz-transition: all 250ms linear;
        -ms-transition: all 250ms linear;
        -o-transition: all 250ms linear;
        transition: all 250ms linear; }
  section.artists .container {
    max-width: 1000px; }
  section.artists ul.artist-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto; }
    section.artists ul.artist-list li {
      flex: 1 0 25%;
      padding: 10px; }
      section.artists ul.artist-list li.no-link h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: center; }
      section.artists ul.artist-list li.no-link .image {
        width: 100%;
        height: 240px;
        margin: 0 0 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        section.artists ul.artist-list li.no-link .image:after {
          display: block;
          opacity: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.8);
          content: 'no website';
          text-transform: lowercase;
          text-align: center;
          line-height: 240px;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 250ms linear;
          -moz-transition: all 250ms linear;
          -ms-transition: all 250ms linear;
          -o-transition: all 250ms linear;
          transition: all 250ms linear; }
      section.artists ul.artist-list li a, section.artists ul.artist-list li a:link, section.artists ul.artist-list li a:visited {
        text-align: center;
        text-decoration: none; }
        section.artists ul.artist-list li a .image, section.artists ul.artist-list li a:link .image, section.artists ul.artist-list li a:visited .image {
          width: 100%;
          height: 240px;
          margin: 0 0 20px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
          section.artists ul.artist-list li a .image:after, section.artists ul.artist-list li a:link .image:after, section.artists ul.artist-list li a:visited .image:after {
            display: block;
            opacity: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            content: 'visit website';
            text-transform: lowercase;
            text-align: center;
            line-height: 240px;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 250ms linear;
            -moz-transition: all 250ms linear;
            -ms-transition: all 250ms linear;
            -o-transition: all 250ms linear;
            transition: all 250ms linear; }
        section.artists ul.artist-list li a h4, section.artists ul.artist-list li a:link h4, section.artists ul.artist-list li a:visited h4 {
          font-size: 16px;
          text-transform: uppercase;
          color: #000;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 18px; }
        section.artists ul.artist-list li a p, section.artists ul.artist-list li a:link p, section.artists ul.artist-list li a:visited p {
          font-size: 13px;
          text-transform: lowercase;
          font-weight: normal;
          letter-spacing: 1px; }
        section.artists ul.artist-list li a:hover .image::after, section.artists ul.artist-list li a:link:hover .image::after, section.artists ul.artist-list li a:visited:hover .image::after {
          opacity: 1;
          -webkit-transition: all 250ms linear;
          -moz-transition: all 250ms linear;
          -ms-transition: all 250ms linear;
          -o-transition: all 250ms linear;
          transition: all 250ms linear; }

footer {
  background: url(../images/das-footer-background.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
  margin: 0;
  position: relative; }
  footer:before {
    background: url(../images/squiggle-right.png) no-repeat right top;
    background-size: 316px 176px;
    width: 316px;
    height: 176px;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block;
    content: ''; }
  footer .container {
    width: 235px;
    background: #FDCE07;
    padding: 50px 20px; }
    footer .container h3 {
      background: url(../images/dilworth-artisan-station-brand@2x.png) no-repeat center center;
      background-size: 160px 142px;
      width: 160px;
      height: 142px;
      text-indent: -50000px;
      margin: 0 auto 20px; }
    footer .container address {
      color: #F05125;
      font-size: 13px;
      letter-spacing: 0;
      text-align: center;
      font-weight: normal;
      line-height: 20px;
      margin: 0; }

#holiday .overlay {
  padding: 50px;
  text-align: center;
  max-width: 760px; }
  #holiday .overlay h2, #holiday .overlay p {
    color: #F05125;
    font-weight: normal; }
  #holiday .overlay h2 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  #holiday .overlay .overlay-badge {
    max-width: 320px;
    height: auto;
    margin: 0 0 50px -50px;
    display: block; }

.lity-close {
  position: absolute;
  background: url(../images/overlay-close.png) no-repeat center center;
  background-size: 34px 34px;
  display: block;
  text-indent: -5000px;
  right: 10px;
  top: 10px;
  z-index: 30000; }
  .lity-close:hover {
    background: url(../images/overlay-close.png) no-repeat center center;
    background-size: 34px 34px; }
  .lity-close:focus {
    top: 10px;
    right: 10px; }

@media (max-width: 1024px) {
  section.other-projects ul li {
    margin: 0; }
  span#das {
    display: none; } }

@media (max-width: 768px) {
  section.intro {
    padding-bottom: 540px; }
    section.intro .container {
      flex-direction: column; }
      section.intro .container h1 {
        margin: 0 auto 40px; }
      section.intro .container .text {
        padding: 0 20px;
        width: 100%; }
        section.intro .container .text h2, section.intro .container .text p {
          text-align: center; }
    section.intro:after {
      background: url(../images/das-vector@2x.png) no-repeat 0 0;
      background-size: 100% auto;
      width: 100%;
      height: 560px; }
  section.dev {
    background-position: 0 280px; }
    section.dev blockquote {
      padding: 0 40px; }
  section.other-projects ul {
    flex-direction: column; }
    section.other-projects ul li {
      margin: 0 auto; }
  section.artists ul.artist-list li {
    flex: 1 0 50%; }
    section.artists ul.artist-list li .image {
      height: 200px; }
      section.artists ul.artist-list li .image:after {
        line-height: 200px; }
  footer:before {
    background-size: 220px auto;
    top: -70px; } }

@media (max-width: 480px) {
  section.intro {
    padding-bottom: 240px; }
    section.intro .container {
      flex-direction: column; }
      section.intro .container h1 {
        margin: 0 auto 40px; }
      section.intro .container .text {
        padding: 0 20px;
        width: 100%; }
        section.intro .container .text h2, section.intro .container .text p {
          text-align: center; }
    section.intro:after {
      background: url(../images/das-vector@2x.png) no-repeat 0 0;
      background-size: 100% auto;
      width: 100%;
      height: 260px; }
  section.dev {
    background-position: -50px 480px; }
    section.dev blockquote {
      padding: 0 40px; }
  section.other-projects ul {
    flex-direction: column; }
    section.other-projects ul li {
      margin: 0 auto; }
  footer:before {
    background-size: 220px auto;
    top: -70px; } }
