body {
  margin: 0;
  text-align: center;
  background-color: #522785;
  z-index: 0;


}


h1 {
  font-size: 7em;
  color: #29abe2;
  text-align: center;
  font-family: 'Gloria Hallelujah';
  text-shadow: 5px 3px black;
  margin-top: 40px;
  font-weight: bold;
}

p {
  color:#29abe2;
  text-align: center;
  font-size: 3em;
  margin: 0;
  text-shadow: 3px 3px black;
  font-weight: bold;
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}

h2 {
  color: #faa739;
  font-family: 'Gloria Hallelujah';
  font-size: 1.75em;
  text-shadow: 2px 2px black;
}
li
{
  padding-bottom: 10px;
  padding-top: 10px;
}
h3
{
  color: #faa739;
  font-size: 1.75em;
  text-shadow: 2px 2px black;
}

h4
{
  padding-top: 20px;
  text-align: center;
  color: #faa739;
  font-size: 1.25em;
  text-shadow: 2px 2px black;
}

.footer {
  position:relative;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  text-align: center;
  background-color: #522785;
    font-size: 5px;
}

/* unvisited link */
a:link {
  color: #1C769C;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* visited link */
a:visited {
  color:  #29abe2;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* mouse over link */
a:hover {
  color: #2EC1FF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* selected link */
a:active {
  color: #29abe2;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.NextButton {
  font-size: 2em;
  text-align: center;
  color: #29abe2;
  padding-bottom: 50pxpx;
  padding-top: 50px;
  display: inline-block;


}



.icplogo {
  height: 200px;
}



.Guides {
  margin: 30px;
  font-size: 1.5em;
  font-family: 'Gloria Hallelujah';
}

.Guide {
  font-family: 'Merriweather', serif;
  color:  #29abe2;
  line-height: 190%;
  font-size: 1.5em;
  width: 100%;
  text-shadow:  2px 2px black;
  background:#371b59;
  padding-bottom: 30px;
  padding-top: 30px;


}

.list {
  color: #29abe2;

  text-align: left;
}

.background {
  position:absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  z-index: -1;
}

.navbar-nav .nav-link
{
  color: black;
}
.navbar-nav .dropdown-menu
{
  background-color: black;
}
