/* Text Elements */

h2.heading-1 {
  color: #fff;
  font-size: 25px;
}

h4.heading-3 {
  color: #0ef5f1;
  font-size: 8px;
}

h4 span.heading-text-2 {
  font-size: 15px;
}

h6 span.heading-text-1 {
  color: #c2bebe;
}

h6.heading-2 {
  color: #0ef5f1;
  font-size: 13px;
}

a.link-text.text-link-1 {
  color: #0ebcf1;
  font-size: 12px;
}

a.link-text.text-link-2 {
  color: #fd5a02;
  font-size: 14px;
}

/* Layout Elements */

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

body > .row > [class*='col-xs-'].column-1 {
  padding-bottom: 5px;
}

body > .row.row-2 {
  padding-bottom: 4px;
}

div.responsive-picture.picture-1 {
  min-width: 150px;
  max-width: 175px;
  width: 50%;
}

.container-fluid.container-1 {
  max-width: 125px;
  max-height: 200px;
}

@media screen and (min-width: 394px) {
  /* Text Elements */

  h2.heading-1 {
    font-size: 26px;
  }

  h6.heading-2 {
    color: #fff;
    font-size: 14px;
  }

  a.link-text.text-link-2 {
    color: #fd5a02;
    font-size: 15px;
  }

  a.link-text.text-link-1 {
    font-size: 14px;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-1 {
    padding-bottom: 5px;
  }

  body > .row.row-2 {
    padding-bottom: 4px;
  }

  .container-fluid.container-1 {
    max-width: none;
    max-height: none;
  }

  div.responsive-picture.picture-1 {
    min-width: 175px;
    max-width: 200px;
  }
}

@media screen and (min-width: 586px) {
  /* Text Elements */

  h2.heading-1 {
    font-size: 27px;
  }

  h4.heading-3 {
    font-size: 9px;
  }

  h4 span.heading-text-2 {
    font-size: 18px;
  }

  h6.heading-2 {
    font-size: 15px;
  }

  a.link-text.text-link-1 {
    font-size: 16px;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-1 {
    padding-bottom: 5px;
  }

  body > .row.row-2 {
    padding-bottom: 5px;
  }

  div.responsive-picture.picture-1 {
    min-width: 185px;
    max-width: 220px;
  }
}

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

  h2.heading-1 {
    color: #fff;
    font-size: 28px;
  }

  h4 span.heading-text-2 {
    font-size: 20px;
  }

  h4.heading-3 {
    font-size: 10px;
  }

  h6.heading-2 {
    color: #0ef5f1;
    font-size: 16px;
  }

  a.link-text.text-link-1 {
    color: #0ebcf1;
    font-size: 17px;
  }

  a.link-text.text-link-2 {
    font-size: 16px;
  }

  /* Layout Elements */

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

  body > .row > [class*='col-xs-'].column-1 {
    padding-bottom: 5px;
  }

  body > .row.row-2 {
    padding-bottom: 5px;
  }

  div.responsive-picture.picture-1 {
    min-width: 200px;
    max-width: 225px;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h2.heading-1 {
    color: #fff;
    font-size: 29px;
  }

  h6.heading-2 {
    color: #0ef5f1;
    font-size: 17px;
  }

  a.link-text.text-link-1 {
    color: #0ebcf1;
    font-weight: 200;
    font-size: 18px;
    font-family: Monaco, Consolas, 'Lucida Console', monospace;
    line-height: 22px;
  }

  /* Layout Elements */

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

  body > .row > [class*='col-xs-'].column-1 {
    padding-bottom: 5px;
  }

  body > .row.row-2 {
    padding-bottom: 5px;
  }

  div.responsive-picture.picture-1 {
    min-width: 225px;
    max-width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h2.heading-1 {
    font-size: 30px;
  }

  h6.heading-2 {
    color: #fff;
  }

  h6 span.heading-text-1 {
    color: #c2bebe;
  }

  a.link-text.text-link-1 {
    font-size: 19px;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-1 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  body > .row.row-2 {
    padding-top: 0;
    padding-bottom: 7px;
  }

  body > .row.row-1 {
    padding-top: 7px;
    padding-bottom: 6px;
  }

  div.responsive-picture.picture-1 {
    min-width: 250px;
    max-width: 280px;
  }
}