/* Text Elements */

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.copyright {
  margin-top: 10px;
  margin-bottom: 7px;
  padding-top: 15px;
  color: #424242;
  font-size: 13px;
}

p.paragraph.portfolio-description {
  max-width: 1080px;
  width: 100%;
  color: #c2b59b;
  text-align: left;
  font-size: 18px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  line-height: 2.5;
}

p.paragraph span.paragraph-text-1 {
  color: #c2b59b;
}

p.paragraph.project-description {
  margin-top: 10px;
  padding-top: 0;
  width: auto;
  color: #c2b59b;
  text-align: left;
  font-size: 14px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  opacity: 1;
}

p.paragraph span.paragraph-text-2 {
  font-size: 14px;
}

p.paragraph a.paragraph-text-3 {
  color: #955a2d;
}

p.paragraph span.paragraph-text-4 {
  font-size: 12px;
}

p.paragraph span.paragraph-text-5 {
  color: #424242;
}

ul.unorder-list {
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
}

a.link-text.text-link-1 {
  margin-right: auto;
  margin-bottom: -4px;
  margin-left: auto;
  width: 100%;
  color: #424242;
  text-align: center;
  font-size: 18px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

/* Interaction Elements */

a.link-button {
  margin-right: 0;
  margin-left: 0;
  background-color: transparent;
  color: #555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.button-link-2 {
  margin: 0 auto;
  padding: 0;
  min-width: 150px;
  min-height: 140px;
  max-width: 400px;
  width: 100%;
  background-image: url('../Images/JS_Resume_Button.png');
  background-attachment: local;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

a.link-button:hover {
  color: #8d8d8d;
  text-decoration: none;
}

a.link-button.button-link-2:hover {
  background-image: url('../Images/JS_Resume_Button_hover.png');
}

/* Layout Elements */

body > .row {
  max-width: none;
  width: auto;
  background-image: none;
}

body {
  height: 100%;
}

body > .row.footer {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  background-color: #fff;
}

body > .row.narrow-row {
  padding-top: 100px;
  max-width: 1200px;
}

body > .row.heading-row {
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  min-height: 50px;
  max-width: none;
  max-height: none;
  width: auto;
  height: 100%;
  background-image: url('../Images/JS_website_heroimage.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
}

body > .row > [class*='coffee-span-'].footer-col {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: transparent;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row.narrow-row.portfolio-description {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 110px;
  max-width: none;
  background-color: #000;
}

body > .row > [class*='coffee-span-'].column-1 {
  position: fixed;
  bottom: auto;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  min-height: 50px;
  max-height: 100px;
  height: 100%;
  background-color: rgba(97, 101, 89, .89);
  vertical-align: top;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
     -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
       -o-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
     -moz-align-content: flex-start;
      -ms-align-content: flex-start;
       -o-align-content: flex-start;
          align-content: flex-start;
}

body.grid-1 {
  background-color: #000;
}

body > .row > [class*='coffee-span-'].column-2 {
  padding-right: 40px;
  padding-left: 40px;
}

body > .row > [class*='coffee-span-'].column-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  text-align: center;
}

body > .row > [class*='coffee-span-'].column-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  box-shadow: none;
  text-align: center;
}

body > .row > [class*='coffee-span-'].column-5 {
  position: static;
}

body > .row.row-1 {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

body > .row > [class*='coffee-span-'].column-6 {
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
  height: 100%;
}

body > .row.row-2 {
  position: relative;
  min-height: 100px;
  max-width: none;
  width: auto;
  height: 100%;
  background-image: url('../Images/KBBR_Vinyl_Mockup.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: content-box;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.row-3 {
  background-image: none;
}

body > .row.row-2.row-3.row-4 {
  background-image: url('../Images/KBBR_ShowFlyer_Mockup.jpg');
}

body > .row.row-2.row-3.row-4.row-5 {
  background-image: url('../Images/EricVon_Logo_Mockup.jpg');
}

body > .row.row-2.row-3.row-4.row-6 {
  background-image: url('../Images/Shipwrecked_tshirt_Mockup.jpg');
}

body > .row.row-2.row-3.row-6.row-7 {
  min-height: 50px;
  background-image: url('../Images/TeeShirtMonsters_Logo_Mockup.jpg');
}

body > .row.row-2.row-3.row-6.row-8 {
  background-image: url('../Images/LarkoWit_Postcard_Mockup.jpg');
}

body > .row.row-2.row-3.row-6.row-9 {
  background-image: url('../Images/JaredStahl_Logo_Creation_Mockup.jpg');
}

body > .row.row-10.row-2.row-3.row-6 {
  background-image: url('../Images/ModOp_Catalog_Mockup.jpg');
}

body > .row.row-10.row-11.row-2.row-3 {
  background-image: url('../Images/BikeAThon_shirt_mockup.jpg');
}

body > .row.row-10.row-11.row-12.row-2 {
  background-image: url('../Images/Hindenburg_Ink_Portfolio.jpg');
}

body > .row.row-10.row-11.row-13.row-2 {
  background-image: url('../Images/Photography_Cutter_Portfolio.jpg');
}

body > .row.row-10.row-11.row-14.row-2 {
  background-image: url('../Images/Woman_Sketch_Mockup.jpg');
}

body > .row.row-10.row-11.row-15.row-2 {
  background-image: url('../Images/Fifty50_MardiGras_shirt_mockup.jpg');
  background-size: cover;
}

body > .row > [class*='coffee-span-'].live_view {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  float: none;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 0;
  min-height: 50px;
  max-height: none;
  height: 100%;
  background-color: transparent;
  background-clip: padding-box;
  white-space: normal;
  opacity: 0;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
      -ms-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row.row-2.row-3 {
  background-image: url('../Images/Willow_LN_Mockup.jpg');
}

body > .row.row-10.row-11.row-16.row-2 {
  background-image: url('../Images/ModelWoman_Photoshop_Mockup.jpg');
}

body > .row > [class*='coffee-span-'].column-main {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
  background-color: rgba(0, 0, 0, .65);
}

body > .row > [class*='coffee-span-'].live_view:hover {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 30px;
  height: 100%;
  border-width: 3px;
  border-style: none;
  background-color: transparent;
  vertical-align: bottom;
  opacity: 1;

  -webkit-align-content: flex-start;
     -moz-align-content: flex-start;
      -ms-align-content: flex-start;
       -o-align-content: flex-start;
          align-content: flex-start;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
}

body > .row > [class*='coffee-span-'].live_view:active {
  opacity: 0;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
  margin-right: auto;
  margin-left: auto;
  max-height: none;
}

.subgrid > .row.subgrid-row-1 {
  max-width: 1200px;
  max-height: 220px;
  text-align: center;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-2 {
  margin-right: auto;
  margin-left: auto;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-3 {
  margin-right: auto;
  margin-left: auto;
}

li {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.row > [class*='coffee-span-'] > .container.footer_contact {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  margin-top: 15px;
  margin-bottom: -3px;
  margin-left: 0;
  min-height: 75px;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-content: center;
     -moz-align-content: center;
      -ms-align-content: center;
       -o-align-content: center;
          align-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

a.responsive-picture.toc-thumbnail {
  overflow: auto;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, .34) 0 2px 5px 0;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .7s;
     -moz-transition-duration: .7s;
      -ms-transition-duration: .7s;
       -o-transition-duration: .7s;
          transition-duration: .7s;

  -webkit-align-self: auto;
     -moz-align-self: auto;
      -ms-align-self: auto;
       -o-align-self: auto;
          align-self: auto;
}

a.responsive-picture.picture-link-1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: block;
  overflow: auto;
  margin: 0;
  min-width: 25px;
  max-width: 100px;
  max-height: none;
  vertical-align: baseline;

  -webkit-align-self: flex-start;
     -moz-align-self: flex-start;
      -ms-align-self: flex-start;
       -o-align-self: flex-start;
          align-self: flex-start;
  -webkit-flex: 0;
     -moz-flex: 0;
      -ms-flex: 0;
       -o-flex: 0;
          flex: 0;
  -webkit-order: 1;
     -moz-order: 1;
      -ms-order: 1;
       -o-order: 1;
          order: 1;
}

a.responsive-picture#backtotoparrow {
  position: fixed;
  right: 10px;
  bottom: 0;
  float: right;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 70px;
  opacity: .6;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.responsive-picture.picture-link-2 {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  background-clip: padding-box;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);

  -webkit-align-self: auto;
     -moz-align-self: auto;
      -ms-align-self: auto;
       -o-align-self: auto;
          align-self: auto;
  -webkit-order: 0;
     -moz-order: 0;
      -ms-order: 0;
       -o-order: 0;
          order: 0;
}

a.responsive-picture.picture-link-2 > picture {
  margin: 0;
}

div.responsive-picture.picture-1 {
  overflow: visible;
  margin: 0 auto;
  max-width: 400px;

  -webkit-align-self: baseline;
     -moz-align-self: baseline;
      -ms-align-self: baseline;
       -o-align-self: baseline;
          align-self: baseline;
}

a.link-button-image.button-link-1 {
  margin: 0 auto;
  padding: 1px;
  background-color: transparent;
}

a.responsive-picture.toc-thumbnail > picture {
  margin: 0;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, .68);
  opacity: 1;
}

div.responsive-picture.picture-2 {
  float: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  min-width: 180px;
  max-width: 220px;
  max-height: 200px;
  vertical-align: middle;
}

div.responsive-picture.picture-3 {
  float: none;
  margin-right: auto;
  margin-left: auto;
  min-width: 180px;
  max-width: 220px;
  max-height: 200px;
  width: 75%;
}

div.responsive-picture.picture-2 > picture {
  margin: 0;
}

a.responsive-picture.picture-link-1.picture-link-social {
  top: 0;
  right: 10px;
  left: auto;
  margin-top: 25px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  max-width: 45px;
}

a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2 {
  right: 65px;
  margin-right: 0;
}

a.responsive-picture.picture-link-1.picture-link-social-2.picture-link-social-3 {
  margin-right: 1%;
}

a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-3 {
  right: 120px;
  margin-right: 0;
}

a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-4 {
  right: 175px;
  margin-right: 0;
}

li.list-item-2 {
  color: #424242;
  font-size: 18px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

a.responsive-picture.picture-link-3 {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 250px;
}

a.responsive-picture.picture-link-1.picture-link-home {
  top: 0;
  right: 0;
  bottom: auto;
  left: 110px;
  margin-top: 29px;
  padding-top: 0;
  min-width: 25px;
  max-width: 39px;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-1.subgrid-2 {
  opacity: 1;
}

a.responsive-picture.toc-thumbnail:hover {
  box-shadow: none;
  opacity: .63;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
      -ms-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scale(1) translateY(0px) rotate(0deg) skewX(0deg) skewY(0deg);
     -moz-transform: scale(1) translateY(0px) rotate(0deg) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1) translateY(0px) rotate(0deg) skewX(0deg) skewY(0deg);
       -o-transform: scale(1) translateY(0px) rotate(0deg) skewX(0deg) skewY(0deg);
          transform: scale(1) translateY(0px) rotate(0deg) skewX(0deg) skewY(0deg);
}

a.responsive-picture#backtotoparrow:hover {
  opacity: 1;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.responsive-picture.picture-link-1:hover {
  border-width: 6px;
  border-style: none;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-1:hover {
  opacity: 1;
}

a.responsive-picture.picture-link-3:hover {
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  /* Layout Elements */

  body > .row.heading-row {
    max-width: 1024px;
    background-attachment: scroll;
    vertical-align: baseline;
  }

  body > .row > [class*='coffee-span-'].live_view {
    max-height: none;
  }

  body > .row.row-2 {
    max-width: 1024px;
    max-height: 768px;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 768px) {
  /* Text Elements */

  p.paragraph.portfolio-description {
    font-size: 14px;
    line-height: 2;
  }

  /* Interaction Elements */

  a.link-button.button-link-2 {
    max-width: 350px;
  }

  /* Layout Elements */

  body > .row.heading-row {
    position: static;
    overflow: hidden;
    margin-top: 75px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    min-width: 100px;
    min-height: 500px;
    max-width: 768px;
    max-height: 500px;
    width: auto;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
  }

  body > .row.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }

  body > .row.narrow-row.portfolio-description {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    background-color: #020202;
  }

  body > .row > [class*='coffee-span-'].column-1 {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 75px;
    max-height: 75px;
  }

  body > .row.row-1 {
    background-color: #000;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.grid-1 {
    background-color: #000;
  }

  body > .row.narrow-row {
    padding-top: 75px;
  }

  body > .row.row-2 {
    position: static;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    min-width: 100px;
    min-height: 500px;
    max-width: 768px;
    max-height: 500px;
    width: auto;
    height: 100%;
    background-image: url('../Images/KBBR_Vinyl_Mockup.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: content-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
  }

  body > .row.row-2.row-3 {
    background-image: url('../Images/Willow_LN_Mockup.jpg');
  }

  body > .row.row-2.row-3.row-6.row-7 {
    margin-right: 0;
    margin-left: 0;
    min-height: 500px;
    max-width: 768px;
    max-height: 500px;
    background-clip: content-box;
  }

  body > .row > [class*='coffee-span-'].live_view {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: none;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 8px;
    min-height: 475px;
    max-height: 600px;
    height: 100%;
    background-color: transparent;
    background-clip: content-box;
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }

  body > .row > [class*='coffee-span-'].column-main {
    display: none;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    padding-top: 10px;
  }

  body > .row > [class*='coffee-span-'].live_view:hover {
    background-color: transparent;
    opacity: 0;
  }

  a.responsive-picture.toc-thumbnail {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 600px;

    -webkit-flex: auto;
       -moz-flex: auto;
        -ms-flex: auto;
         -o-flex: auto;
            flex: auto;
  }

  .row > [class*='coffee-span-'] > .container.footer_contact {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 75px;
    max-width: 75px;
    max-height: 75px;
  }

  a.responsive-picture.toc-thumbnail > picture {
    margin: 0;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-4 {
    right: 175px;
    margin-top: 12px;
    min-width: 25px;
    max-width: 45px;
    max-height: 75px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-3 {
    right: 120px;
    margin-top: 12px;
    min-width: 25px;
    max-width: 45px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2 {
    right: 65px;
    margin-top: 12px;
    min-width: 25px;
    max-width: 45px;
  }

  a.responsive-picture.picture-link-1.picture-link-social {
    top: 0;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin-top: 12px;
    min-width: 25px;
    max-width: 45px;

    -webkit-order: 1;
       -moz-order: 1;
        -ms-order: 1;
         -o-order: 1;
            order: 1;
  }

  a.responsive-picture.picture-link-1.picture-link-home {
    left: 83px;
    margin-top: 21px;
    max-width: 35px;
  }
}

@media screen and (max-width: 580px) {
  /* Interaction Elements */

  a.link-button.button-link-2 {
    min-height: 115px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 50px;
  }

  body > .row.row-2.row-3.row-6.row-7 {
    min-height: 400px;
    max-width: 580px;
    max-height: 400px;
    background-attachment: scroll;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='coffee-span-'].live_view {
    padding: 0;
    min-height: 350px;
    max-height: 600px;
    height: auto;
  }

  body > .row.row-10.row-11.row-15.row-2 {
    min-height: 400px;
  }

  body > .row.row-10.row-11.row-14.row-2 {
    min-height: 400px;
  }

  body > .row.row-10.row-11.row-13.row-2 {
    min-height: 400px;
  }

  body > .row.row-10.row-11.row-12.row-2 {
    min-height: 300px;
  }

  body > .row.row-10.row-11.row-2.row-3 {
    min-height: 400px;
  }

  body > .row.row-10.row-2.row-3.row-6 {
    min-height: 400px;
  }

  body > .row.row-2.row-3.row-6.row-9 {
    min-height: 400px;
  }

  body > .row.row-2.row-3.row-6.row-8 {
    margin-right: 0;
    margin-left: 0;
    min-height: 400px;
    max-width: 580px;
    max-height: 400px;
  }

  body > .row.heading-row {
    min-height: 400px;
    max-width: 580px;
    max-height: 400px;
  }

  body > .row.narrow-row.portfolio-description {
    padding-top: 10px;
  }

  body > .row.row-2.row-3.row-4.row-6 {
    min-height: 400px;
    max-width: 580px;
    max-height: 400px;
  }

  body > .row.row-2 {
    margin-right: 0;
    margin-left: 0;
    min-height: 400px;
    max-width: 580px;
    max-height: 400px;
  }

  div.responsive-picture.picture-1 {
    min-width: 170px;

    -webkit-flex: auto;
       -moz-flex: auto;
        -ms-flex: auto;
         -o-flex: auto;
            flex: auto;
  }

  a.responsive-picture.toc-thumbnail {
    float: left;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-4 {
    right: 175px;
    max-width: 45px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-3 {
    right: 120px;
    max-width: 45px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2 {
    right: 65px;
    max-width: 45px;
  }

  a.responsive-picture.picture-link-1.picture-link-social {
    max-width: 45px;
  }
}

@media screen and (max-width: 414px) {
  /* Text Elements */

  p.paragraph.portfolio-description {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.75;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].live_view {
    min-height: 300px;
  }

  body > .row.row-2.row-3.row-4.row-6 {
    min-height: 275px;
    max-width: 4145px;
    max-height: 275px;
    background-size: cover;
  }

  body > .row.row-2.row-3.row-4.row-5 {
    min-height: 275px;
  }

  body > .row.row-2.row-3.row-4 {
    min-height: 275px;
    max-height: 275px;
  }

  body > .row.row-2.row-3 {
    min-height: 275px;
    max-height: 274px;
  }

  body > .row.row-2 {
    min-height: 275px;
    max-width: 414px;
    max-height: 275px;
    width: auto;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.heading-row {
    min-width: 300px;
    min-height: 325px;
    max-height: 325px;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
  }

  body > .row.row-2.row-3.row-6.row-7 {
    min-height: 275px;
    max-width: 414px;
    max-height: 275px;
  }

  body > .row.row-2.row-3.row-6.row-8 {
    min-height: 275px;
    max-width: 414px;
    max-height: 275px;
  }

  body > .row.row-2.row-3.row-6.row-9 {
    min-height: 275px;
    max-height: 275px;
  }

  body > .row.row-10.row-2.row-3.row-6 {
    min-height: 275px;
    max-height: 275px;
  }

  body > .row.row-10.row-11.row-2.row-3 {
    min-height: 275px;
    max-height: 275px;
  }

  body > .row.row-10.row-11.row-12.row-2 {
    min-height: 275px;
  }

  body > .row.row-10.row-11.row-13.row-2 {
    min-height: 275px;
  }

  body > .row.row-10.row-11.row-14.row-2 {
    min-height: 275px;
  }

  body > .row.row-10.row-11.row-15.row-2 {
    min-height: 275px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-4 {
    right: 145px;
    margin-top: 17px;
    max-width: 40px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2.picture-link-social-3 {
    right: 100px;
    margin-top: 17px;
    max-width: 40px;
  }

  a.responsive-picture.picture-link-1.picture-link-social.picture-link-social-2 {
    right: 55px;
    margin-top: 17px;
    max-width: 40px;
  }

  a.responsive-picture.picture-link-1.picture-link-social {
    margin-top: 17px;
    max-width: 40px;
  }
}

@media screen and (max-width: 315px) {
  /* Text Elements */

  p.paragraph.portfolio-description {
    font-size: 12px;
    line-height: 1.75;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  a.responsive-picture.picture-link-1.picture-link-social {
    display: none;
  }
}