/*  Chase Kimball Last Edit 4/12/2022 */
:root {
  --bs-primary-rgb: 137, 207, 240;
  --bs-secondary-rgb: 246, 225, 197;
}
a {
  display: block;
  padding: 0.5rem 1rem;
  color: #89CFF0;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
h2 {
  color: #FFFFFF;

}
body {
  font-family: Verdana, sans-serif;
  background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../images/img/scroll.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.header {
  background-color: #000000;
  top:0px;
  right:0px;
  left:0px;
  height: 100px;
  z-index: 2;
  postion: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.mainbody {
  top:160px;
  right:0px;
  left:0px;
  bottom: 50px;
  z-index: 2;
  position:absolute;
 }
.footer {
  background-color: #000000;
  position: fixed;
  left: 0 ; right: 0; bottom: 0;
  height:60px
  z-index:999;
  color: #FFFFFF;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  z-index:999;
}
