/* Text Elements */

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

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

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

h3 {
  color: #cfb53b;
  text-transform: none;
  letter-spacing: .1em;
  font-weight: 650;
  font-size: .50em;
  font-family: 'Roboto', sans-serif;
}

h4 {
  color: #cfb53b;
  text-align: left;
  text-transform: none;
  letter-spacing: .1em;
  font-weight: 650;
  font-size: .85em;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}

h5 {
  color: #cfb53b;
  text-align: center;
  text-transform: none;
  letter-spacing: .1em;
  font-weight: 850;
  font-size: 1.05em;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}

h6 {
  color: #cfb53b;
  text-align: center;
  text-transform: none;
  letter-spacing: .1em;
  font-weight: 650;
  font-size: .85em;
  font-family: 'Roboto', sans-serif;
}

h7 {
  color: #cfb53b;
  text-align: center;
  text-transform: none;
  letter-spacing: .1em;
  font-weight: 650;
  font-size: .85em;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}

img {
    border-radius: 5px;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 368px;
  position: inherit;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 50%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: 1.3} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 198px) {
  .text {font-size: 11px}
}

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

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

p.paragraph a.link {
  color: #fff;
}

p.paragraph.paragraph-1 {
  color: #9b9b9b;
  font-size: 1em;
  text-align: center;
}

p.paragraph a.link:hover {
  text-decoration: line-through;
}

span.text-element.img-caption {
  color: #c6c6c6;
  font-size: 1.0625em;
}

span.text-element span.caption-title {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14285714285714285em;
  font-weight: 700;
}

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;
  font-style: oblique;
}

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

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

/* Layout Elements */

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

body > .row.header {
  height: 100%;
  background-color: #000;
  background-image: url('../fllnstrs.gif');
  background-position: center;
  background-repeat: repeat;
  background-size: 50%;
  opacity: .9;
}

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

/* Main Image Element Vert Height */

body > .row > [class*='coffee-span-'].logo-col {
  position: relative;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  height: 100%;
  padding-top:: 123px;
  background-color: rgba(0, 0, 0, .74);

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

body > .row > [class*='coffee-span-'].gallery-column {
  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;
  margin-top: 0;
  padding: 12.5em 3.125em;
  max-height: none;
  height: auto;

  -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.gallery-nav-row {
  height: 50%;
}

body > .row > [class*='coffee-span-'].gallery-nav {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  background-image: url('header-bg3');
  background-position: center center;
  background-size: cover;
}

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 > [class*='coffee-span-'].portfolio-cover:hover {
  border-color: #000;
}

body > .row.contact:hover {
  background-color: #6960EC;
}

div.responsive-picture.logo {
  margin-right: auto;
  margin-left: auto;
  max-width: 65em;
}

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;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

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

a.responsive-picture.gallery-img.portrait {
  max-width: 50em;
}

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

@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: .85em;
  }

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

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

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

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

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 20%;
  position: inherit;
  margin: auto;
}
  
 /* Nav bar Squished Layout Vert Parameters Level 1 */
  
  a.link-text.nav-item {
    float: left;
    padding-right: .125em;
    width: 50%;
    text-align: center;
  }

  a.link-text.about-email-link {
    font-size: 3.75em;
  }

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

  /* Interaction Elements */

  a.link-button.gallery-nav-link {
    font-size: 1.375em;
  }

  a.link-button.portfolio-link {
    padding-top: .4em;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:    -moz-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:     -ms-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:      -o-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    font-size: 1.25em;
    opacity: 1;
  }

  a.link-button.portfolio-link:hover {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:    -moz-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:     -ms-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:      -o-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
  }

  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: .25em;
  }

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

  body > .row > [class*='coffee-span-'].about-cover {
    min-height: 43.75em;
    border-width: 1.5625em;
    border-color: #000;
  }

  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;
       -moz-flex-direction: row;
        -ms-flex-direction: row;
         -o-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
  }

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

  /* Main Pic Responsive Pic Sizing */
  
  div.responsive-picture.logo {
    min-width: 13em;
  }
}

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

  h2 {
    font-size: 1em;
  }

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

  span.text-element.img-caption {
    font-size: .875em;
  }

 /* Nav bar Squished Layout Vert View Level 2 */
  
  a.link-text.nav-item {
    min-height: 0;
    width: 25%;
    font-size: .85em;
  }

  a.link-text.about-email-link {
    font-size: 1.875em;
  }

  /* Interaction Elements */

  a.link-button.gallery-nav-link {
    font-size: 1em;
    line-height: 1.6;
  }

  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-'].portfolio-cover {
    border-width: .9375em;
  }

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

  body > .row > [class*='coffee-span-'].about-cover {
    min-height: 25em;
    border-width: .9375em;
  }

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