/* Text Elements */

h4.heading-1 {
  margin-top: 15px;
}

p.paragraph.paragraph-1 {
  display: inline;
}

a.link-text.text-link-1 {
  color: #1779ba;
  font-weight: 600;
  font-size: 20px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-text.text-link-2 {
  color: #ba175a;
  font-size: 18px;
}

a.link-text.text-link-3 {
  color: #14972a;
  font-size: 15px;
}

/* Layout Elements */

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  width: 100%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.container.nav {
  position: fixed;
  z-index: 10;
  display: inline-block;
  overflow: visible;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  background-color: #fff;
}

.container.comments {
  position: relative;
  z-index: auto;
  padding-top: 50px;
  min-height: 1800px;
}

a.glyph.font-icon-link-1 {
  margin-right: 10px;
  color: #166da7;
}

@media screen and (min-width: 40rem) {
  a.glyph.font-icon-link-1 {
    margin-right: 10px;
  }
}

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

  a.link-text.text-link-2 {
    color: #ba1737;
  }

  a.link-text.text-link-3 {
    color: #18e543;
  }

  a.link-text.text-link-1 {
    display: inline-block;
  }

  /* Layout Elements */

  .container.nav {
    position: fixed;
  }

  .container.comments {
    padding-top: 50px;
    min-height: 1800px;
    height: auto;
  }
}