/* Text Elements */

h1 span.heading-text-1 {
  color: #ffe9e0;
  font-variant: normal;
}

h1 span.heading-text-2 {
  color: #78bcff;
  font-weight: 700;
}

h1 span.heading-text-3 {
  color: #88b2dc;
}

h1.heading-2 {
  display: block;
  margin: auto;
  width: 40%;
  height: auto;
  text-align: center;
  font-family: Consolas, monaco, monospace;
}

h2.heading-1 {
  color: #ffe9e0;
  text-align: center;
  font-weight: 700;
  font-family: Consolas, monaco, monospace;
}

p.paragraph.paragraph-1 {
  color: #ffe9e0;
  text-align: center;
  font-family: Consolas, monaco, monospace;
}

a.link-text.text-link-1 {
  display: block;
  text-align: center;
}

/* Layout Elements */

body.body-1 {
  background-color: #ed5a2b;
}

.container-grid.container-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 10vh;
}

.container-grid.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 15vh;
}

.container-grid.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  height: 75vh;
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:    -moz-linear-gradient(315deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(315deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:         linear-gradient(135deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}