/* Text Elements */

h1 span.heading-text-3 {
  color: #f3f879;
}

h1.heading-1 {
  text-align: center;
}

h3 span.heading-text-1 {
  font-weight: 900;
  font-variant: small-caps;
  font-size: 1.6875rem;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

h3.text-shadow {
  color: rgba(128, 50, 128, .8);
  text-align: center;
  font-weight: 600;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h3.h3 {
  text-align: center;
  font-weight: 800;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

h4 strong.heading-text-2 {
  color: #dee80c;
}

h4.card-title {
  color: #e0d6d4;
  text-align: center;
}

p.paragraph.card-text-1 {
  color: #e0d6d4;
  font-size: 17px;
}

/* Interaction Elements */

a.link-button.btn.btn-secondary {
  background-color: #f2df9d;
  color: #030703;
  text-shadow: #06990e 2px 2px 5px;
  font-weight: 700;
  font-style: normal;
  font-variant: small-caps;
  font-size: 20px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  opacity: 1;
  -webkit-filter: brightness(.95) contrast(.97) saturate(1.06) sepia(.09);
          filter: brightness(.95) contrast(.97) saturate(1.06) sepia(.09);

  mix-blend-mode: normal;
}

a.link-button.btn.btn-lg.btn-primary {
  background-color: #3dab09;
}

a.link-button.btn.btn-primary {
  background-color: #369e13;
}

a.link-button span.button-link-text-2 {
  font-weight: 600;
}

a.link-button.btn-1.btn-lg-1.btn-primary-1 {
  color: #1df04c;
}

/* Layout Elements */

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

body > .row > [class*='col-xs-'].column-1 {
  float: none;
}

.container-fluid.btn-group.btn-grp-cmst {
  float: none;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

div.responsive-picture.picture-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-width: .125rem;
  border-style: ridge;
  box-shadow: rgba(41, 35, 35, .5) 6px 5px 10px 0;
}

a.social-image.social-icon-1 {
  background-color: #32349d;
}

a.social-image.social-icon-2 {
  background-color: #35a0cf;
}

a.social-image.social-icon-3 {
  background-color: #ea0909;
}

a.social-image.social-icon4 {
  background-color: #bc0606;
}

.container-fluid.effect-wrapper {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  max-width: 900px;
}

.container-fluid.wrapper-nashville {
  -webkit-filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
          filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

div.responsive-picture.effects-pic {
  position: relative;
  z-index: 1;
  max-width: none;
  -webkit-filter: brightness(.89) contrast(1.38) saturate(.85) invert(.05) hue-rotate(112deg);
          filter: brightness(.89) contrast(1.38) saturate(.85) invert(.05) hue-rotate(112deg);

  mix-blend-mode: lighten;
}

.container-fluid.card-1.card-cstm {
  background-color: #553b0b;
}

div.responsive-picture.picture-1-1 {
  overflow: visible;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
  max-height: none;
  border: .25rem solid #e0d6d4;
  border-radius: 5px;
}

.container-fluid.card-block-1 {
  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;
  padding-right: 1rem;
  padding-left: 1rem;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-fluid.container-inner {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h4.card-title {
    color: #e0d6d4;
  }

  p.paragraph.card-text-1 {
    margin-bottom: 0;
    color: #e0d6d4;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-fluid.btn-group.btn-grp-cmst {
    float: right;
  }

  .container-fluid.card-1.card-cstm {
    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;
    width: 49%;

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

  div.responsive-picture.picture-1-1 {
    overflow: visible;
  }

  .container-fluid.card-block-1 {
    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;
    min-height: 100%;
    max-height: 100%;

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

  .container-fluid.container-inner {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h3 span.heading-text-1 {
    font-size: 1.8125rem;
  }

  .container-fluid.card-1.card-cstm {
    margin-right: 3px;
    margin-left: 3px;
    width: 32.5%;
  }

  div.responsive-picture.picture-1-1 {
    overflow: visible;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h3 span.heading-text-1 {
    font-size: 2.375rem;
  }

  .container-fluid.card-1.card-cstm {
    width: 24.3%;
  }

  div.responsive-picture.picture-1-1 {
    overflow: visible;
  }

  .container-fluid.card-block-1 {
    position: relative;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h3 span.heading-text-1 {
    font-size: 2.9375rem;
  }

  .container-fluid.card-1.card-cstm {
    width: 24.4%;
  }
}