/* Text Elements */

h1.heading-1 {
  padding-bottom: 20px;
  font-size: 30px;
}

h4.heading-2 {
  font-size: 25px;
}

/* Interaction Elements */

a.link-button.btn.waves-effect.waves-light {
  margin: 4px 10px;
}

/* Layout Elements */

body.body-1 {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
}

.container-grid.fixed-action-btn {
  right: 24px;
  bottom: 45px;
}

a.glyph.btn.btn-floating.btn-large.magenta {
  font-size: 20px;
}

a.glyph.btn.btn-floating.btn-large.magenta i {
  font-size: 20px;
}

.container-grid.tap-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

  h1.heading-1 {
    font-size: 35px;
  }

  h4.heading-2 {
    font-size: 28px;
  }

  /* Interaction Elements */

  a.link-button.btn.waves-effect.waves-light {
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-grid.tap-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

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

  h1.heading-1 {
    font-size: 40px;
  }

  h4.heading-2 {
    font-size: 32px;
  }
}

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

  h1.heading-1 {
    font-size: 45px;
  }

  h4.heading-2 {
    font-size: 32px;
  }

  p.paragraph span.paragraph-text-1 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-2 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-3 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-4 {
    font-style: normal;
  }

  .container-grid.comments {
    margin-top: 30px;
  }
}