@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
	background: url('http://www.geocities.ws/lrconnolly/images/background5.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;}

.jumbotron {
  padding: 1rem 4rem;
  margin-bottom: 0rem;
  background-color: #343A40;
  border-radius: 0.3rem;
}

h1, .h1 {
  font-size: 2.5rem; color: #110D6C
}

h2, .h2 {
  font-size: 2rem; color: #110D6C
}

h3, .h3 {
  font-size: 1.75rem; color: #110D6C
}

h4, .h4 {
  font-size: 1.5rem; color: #110D6C
}

h5, .h5 {
  font-size: 1.25rem; color: #110D6C
}

h6, .h6 {
  font-size: 1rem;
}

