body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url("images/cyber-watermark.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: white;
  font-family: Verdana, sans-serif;
}

section.header {
  padding-top: 3em;
  padding-bottom: 5em;
  width: 100%;
  text-align: center;
}

div.info {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  top: calc(40% - 250px);
  margin-bottom: auto;
  margin-top: auto;
}

.index-table-inner {
  width:75%;
  margin-left:auto;
  margin-right:auto;
}

.index-table-inner ul {
  list-style-type: none;
  padding-left: 0;
}

.index-table-inner ul li a {
  padding-left: 1em;
}

.index-table-inner ul li h2 {
  border-top: 2px solid #777;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-size: 21px;
}

.index-table-inner ul li:not(:first-child) > h2 {
  margin-top: 3em;
}

.index-table-inner ul li h3 {
  margin-bottom: 0.5em;
}

.index-table-inner a,
.index-table-inner a:active,
.index-table-inner a:visited {
  color: red;
}

.index-table-inner a:hover,
.index-table-inner a:focus {
  color: #555;
}

section.footer {
  height: 15%;
  width: 100%;
  text-align: center;
}

div.copyright {
  color: #777;
  font-size: 16px;
  width: 100%;
  position: relative;
  top: calc(50% - 8px);
  margin-bottom: auto;
  margin-top: auto;
}

div.copyright a,
div.copyright a:link,
div.copyright a:active,
div.copyright a:visited {
  color: #cc0000;
  text-decoration: none;
}

div.copyright a:hover,
div.copyright a:focus {
  color:red;
}
