html {
  position: relative;
  min-height: 100%;
  font-family: sans-serif;
}

body {
  margin: 0 0 200px;
  padding: 0px;
  background-image: linear-gradient(to bottom, black, #001d47);
  background-image: -moz-linear-gradient(top, black, #001d47);
  background-image: -webkit-linear-gradient(top, black, #001d47);
  background-repeat: repeat;
}

p {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 192px;
  width: 100%;
  overflow: hidden;
}

hr {
  border-color: #598CB9;
  background-color: #598CB9;
  color: #598CB9;
  border-style: solid;
}

h1 {
  font-size: 24px;
}

a:link{
  color: #8cd1f2;
}
a:visited{
  color: #8cd1f2;
}
a:hover{
  color: #c8edff;
}
a:active{
  color: #7aa0b3;
}

.button{
  font-size: 0px;
}
.tabbutton {
  text-decoration: none;
}
a.tabbutton:link, a.tabbutton:visited {
    color: #ffffff;
}

.tab {
  background-image: url('NightTab.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 129px;
  height: 40px;
  min-width: 129px;
  min-height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  text-indent: 8px;
  float: right;
  font-weight: bold;
}
#lasttab {
  margin-right: -4px;
}

.maricomlogo {
  vertical-align: middle;
}
.icon {
  vertical-align: middle;
}

.navspace {
  background-image: linear-gradient(to bottom, #4b7ca7, #184c79 50%, #0d2f4d 50%, #092338);
  background-image: -moz-linear-gradient(bottom, #092338, #0d2f4d 50%, #184c79 50%, #4b7ca7);
  background-image: -webkit-linear-gradient(bottom, #092338, #0d2f4d 50%, #184c79 50%, #4b7ca7);
  /* Drop shadow */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 14px;

  padding-left: 60px;
  padding-right: 60px;
}
