/* Text Elements */

h1 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.gallery-heading {
  margin: 0;
  max-width: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.875em;
  line-height: 1.2;
}

h1.heading-4 {
  color: #ab0206;
  text-align: center;
  font-size: 1.875em;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
}

h4.heading-3 {
  margin: .4166666666666667em 0;
  max-width: none;
  color: #cfc0c0;
  text-align: center;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
}

h6.heading-2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
}

p.paragraph {
  margin-top: .4117647058823529em;
  padding-left: 1.7647058823529411em;
  max-width: 29.41176470588235em;
  color: #9b9b9b;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.copyright {
  margin-top: .8823529411764706em;
  margin-bottom: .5882352941176471em;
  max-width: none;
  color: #9b9b9b;
  text-align: center;
  font-size: 1em;
}

p.paragraph.paragraph-2 {
  margin: 0 auto;
  padding-bottom: .11764705882352941em;
  padding-left: .11764705882352941em;
  min-height: 2.2941176470588234em;
  max-width: 20.58823529411765em;
  width: auto;
  border-width: 0;
  border-color: #fb0404;
  text-align: center;
  text-indent: 0;
  line-height: 1.67;
}

p.paragraph span.paragraph-text-1 {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  font-size: 2.3529411764705883em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.76;
}

p.paragraph.paragraph-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

span.text-element.gallery-author {
  margin-top: 0;
  margin-bottom: 10.714285714285714em;
  color: #9c9c9c;
  letter-spacing: .07142857142857142em;
}

span.text-element {
  font-family: 'Roboto', sans-serif;
}

span.text-element.contact-text {
  color: #9b9b9b;
  font-size: 1.0625em;
}

span.text-element.contact-text.light {
  margin-bottom: 1.1764705882352942em;
  color: #fff;
}

a.link-text.nav-item {
  padding-top: .35714285714285715em;
  padding-bottom: .35714285714285715em;
  padding-left: 0;
  border-bottom: .07142857142857142em solid rgba(255, 255, 255, .16);
  color: #fff;
  text-align: right;
  font-size: 1em;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text {
  font-weight: 400;
  font-size: .875em;
  font-family: 'Roboto', sans-serif;
}

a.link-text a.text-link-text-1 {
  color: #fff;
}

a.link-text.nav-item:hover {
  padding-right: .7142857142857143em;
  padding-bottom: .35714285714285715em;
  color: #0f7467;
  font-weight: 600;
  font-variant: normal;
  font-size: 1.125em;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

/* Interaction Elements */

a.link-button.flickr_button {
  display: block;
  margin: 0 auto .3125em;
  padding-top: .625em;
  max-width: 10.625em;
  width: auto;
  background-color: #777;
  font-family: 'Roboto', sans-serif;
}

input[type=email].email-field {
  margin-top: 0;
  margin-bottom: 1.1764705882352942em;
  padding: 0 0 .29411764705882354em;
  max-width: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-bottom-width: .058823529411764705em;
  border-bottom-style: solid;
  border-left-width: 0;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

input[type=email].email-field:focus {
  border-bottom-color: #fff;
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

textarea.textarea {
  margin-bottom: 1.1764705882352942em;
  height: 8.823529411764707em;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-bottom-width: .058823529411764705em;
  border-bottom-style: solid;
  border-left-width: 0;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

textarea.textarea:focus {
  border-bottom-color: #fff;
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* Layout Elements */

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

body > .row.header {
  height: 100%;
  background-color: #000;
  background-image: url('../LadyOf25thStreet2_pe1024.jpg');
  background-position: center center;
  background-size: cover;
}

body > .row.nav-row {
  position: fixed;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 600;
  min-width: 0;
  max-width: 9.375em;
  height: 100%;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].logo-col {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  height: 100%;
  background-color: rgba(0, 0, 0, .74);

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

body > .row > [class*='coffee-span-'].nav-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding-left: 0;
  height: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

body {
  background-color: #000;
}

body > .row > [class*='coffee-span-'].text-col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: .5em;
  height: auto;
  border: 1.875em solid #000;
  text-align: center;
}

body > .row.gallery-row {
  max-width: none;
  width: auto;
  height: auto;
}

body > .row > [class*='coffee-span-'].gallery-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 0;
  padding: 12.5em 3.125em;
  max-height: none;
  height: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

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

body > .row > [class*='coffee-span-'].contact.text-col {
  border-color: #1f1f1f;
}

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

body > .row.row-1 {
  margin-top: .4375em;
  margin-bottom: .375em;
}

body > .row > [class*='coffee-span-'].column-1 {
  padding-left: .5em;
}

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

body > .row.contact:hover {
  background-color: #1f1f1f;
}

a.responsive-picture.close-gallery-bt {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 6.25em;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.responsive-picture.gallery-img {
  margin-top: 0;
  margin-bottom: .625em;
  max-width: 75em;
}

button.contact-bt {
  margin: 0 auto;
  padding: .375em 1.25em;
  border-radius: 0;
  background-color: #1d94b8;
  font-family: 'Roboto', sans-serif;
}

div.responsive-picture.picture-1 {
  margin: .9375em auto;
  max-width: 31.25em;
  max-height: 27.75em;
}

.row > [class*='coffee-span-'] .html-element.html-element-2 {
  min-width: 1.5625em;
  min-height: 3.125em;
}

a.responsive-picture.close-gallery-bt:hover {
  opacity: .4;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

button.contact-bt:hover {
  background-color: #004bff;
}

@media screen and (max-width: 50em) {
  /* Text Elements */

  h1.gallery-heading {
    font-size: 1.375em;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.125em;
  }

  p.paragraph {
    font-size: .9375em;
  }

  span.text-element.gallery-author {
    margin-bottom: 7.142857142857143em;
  }

  span.text-element.contact-text.light {
    font-size: .9375em;
  }

  span.text-element.contact-text {
    font-size: .9375em;
  }

  a.link-text.nav-item {
    float: left;
    padding-right: .625em;
    width: 25%;
    text-align: center;
  }

  a.link-text.nav-item:hover {
    padding-right: .625em;
  }

  /* Interaction Elements */

  input[type=email].email-field {
    border-bottom-width: .13333333333333333em;
    font-size: .9375em;
  }

  textarea.textarea {
    border-bottom-width: .13333333333333333em;
    font-size: .9375em;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].gallery-column {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  body > .row > [class*='coffee-span-'].text-col {
    border-width: 1.5625em;
  }

  body > .row.nav-row {
    position: absolute;
    max-width: none;
    height: auto;
  }

  body > .row > [class*='coffee-span-'].logo-col {
    background-color: rgba(0, 0, 0, .75);
  }

  body > .row > [class*='coffee-span-'].nav-col {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  a.responsive-picture.close-gallery-bt {
    min-width: 0;
    max-width: 3.125em;
  }
}

@media screen and (max-width: 28.125em) {
  /* Text Elements */

  h1.heading-4 {
    font-size: 1.375em;
  }

  h2 {
    font-size: 1em;
  }

  h4.heading-3 {
    font-size: 1.0625em;
  }

  p.paragraph.copyright {
    font-size: .75em;
  }

  span.text-element.gallery-author {
    margin-bottom: 3.5714285714285716em;
    margin-left: 0;
  }

  a.link-text.nav-item {
    min-height: 0;
    width: 50%;
    font-size: .9375em;
  }

  /* Interaction Elements */

  a.link-button.flickr_button {
    font-size: .875em;
  }

  input[type=email].email-field {
    border-bottom-width: .06666666666666667em;
  }

  textarea.textarea {
    border-bottom-width: .06666666666666667em;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].gallery-column {
    margin-top: 0;
    padding: 3.125em .9375em;
  }

  body > .row > [class*='coffee-span-'].text-col {
    border-width: .9375em;
  }

  a.responsive-picture.gallery-img {
    margin-bottom: 0;
  }

  div.responsive-picture.picture-1 {
    max-width: 23.125em;
    max-height: 20.5625em;
  }
}

@media screen and (max-width: 14.625em) {
  /* Text Elements */

  h1.heading-4 {
    font-size: 1em;
  }

  h2.heading-5 {
    font-size: .875em;
  }

  h4.heading-3 {
    font-size: .75em;
  }

  h6.heading-2 {
    font-size: 1.3125em;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.8666666666666667em;
  }

  p.paragraph.copyright {
    font-size: .625em;
  }

  p.paragraph.paragraph-1 {
    font-size: .8125em;
  }

  p.paragraph.paragraph-2 {
    font-size: .875em;
  }

  /* Interaction Elements */

  a.link-button.flickr_button {
    font-size: .8125em;
  }

  div.responsive-picture.picture-1 {
    max-height: 26.5625em;
  }
}