html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #1c1c1c;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}

.page-content {
  padding-top: 0px;
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.normalprint {
  font-weight: normal;
  font-size: 28px;
  width: 80vw;
  max-width: 900px;
}

h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 65px;
  letter-spacing: -5px;
  line-height: 60px;
  text-align: center;

  color: #1c1c1c;
  text-shadow: 0 2px 0 #222;
}

.smallprint {
  display: block;
  padding-left: 10px;
  font-size: 0.75em;
  font-weight: 200;
  font-size: 28px;
}

div {
  background-color: #1c1c1c;
  padding: 20px 5px;
}

div#topBanner {
  background-color: #7ea8c8;
  padding: 5px 0px 5px 0px;
  text-align: center;
}

div#mainContent {
  text-align: center;
}

#mainContent {
  width: fit-content;
  margin: 0 auto;
  /* position: relative;
  margin-top: 230px;
  min-height: 200px; */
  vertical-align: middle;
  color: #7ea8c8;
  font-weight: bold;
  font-style: italic;
}


div#footer {
  position: relative;
  bottom: 10px;
  padding: 0px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* From SW Computing Site Footer */
.sw-footertext,
.sw-footertext div {
  padding: 0px !important;
}

.sw-smalltext,
.sw-footertext {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-size: 12px;
}

.sw-footertext-small {

  font-size: x-small;
  line-height: 1.2em;
  font-weight: 200;
}

.sw-footertext-panel {
  margin-top: 6px;
}

a:link,
a:active {
  color: rgba(255, 255, 255, 0.7);
}

a:visited,
a:hover {
  color: rgba(199, 199, 199, 0.7);
}

.accent-block {
  background-color: #2f70a2;
  padding: 5px;
  text-align: center;
}