/* Text Elements */

h1.heading-1 {
  color: #0d16ff;
  text-align: center;
  font-size: 4em;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

h3 span.heading-text-1 {
  color: #0aff09;
}

h3.heading-2 {
  text-align: center;
}

h4.MyFooter {
  color: #037fcb;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.MyText {
  color: #fff;
  font-variant: normal;
  font-size: 2em;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
  font-style: italic;
  font-variant: normal;
  font-size: 1em;
}

p.paragraph.MyText2 {
  color: #fff;
  font-variant: normal;
  font-size: 1.125em;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span.paragraph-text-2 {
  color: #faff7c;
}

p.paragraph span.paragraph-text-3 {
  color: #fdff7a;
}

p.paragraph span.paragraph-text-4 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-5 {
  text-decoration: underline;
}

a.link-text.MyMenu {
  position: static;
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
  color: #fcff00;
  vertical-align: baseline;
  text-align: center;
  font-variant: normal;
  font-size: 1.125em;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.42;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* Layout Elements */

body.grid-1 {
  background-image: url('../Docs/Stellar.jpg');
}

body > .row.row-1 {
  background-color: #090789;
}

body.grid-2 {
  background-image: url('../Docs/different-color-stars-ftr.jpg');
}

body.grid-3 {
  background-image: url('../Docs/CygnusLoopSupernova2.jpg');
  background-size: cover;
  background-repeat: repeat;
}

body.grid-4 {
  background-image: url('../Docs/CrabNebula.jpg');
  background-size: auto auto;
}

body.grid-5 {
  background-image: url('../Docs/BlackHole2.jpg');
  background-size: cover;
  background-repeat: repeat;
}

li.list-item-1 {
  color: #fff;
  font-family: Georgia, Times, 'Times New Roman', serif;
}