*

{
  box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}
.bkgrImage {
  background-image: url("images/Mantis.GIF");
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.dzBkgrImage {
  background-image: url("images/jargon.jpg");
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.pkBkgrImage {
  background-image: url("images/nz11.png");
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover;
}

.bioBkgrImage {
  background-image: url("images/arpLandingPoster.jpeg");
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* Style the side navigation */
.sidenav {
  height: 100%;
  width: 77px;
  position: fixed;
  z-index: 1;
  top: 1;
  left: 0;
  background-color: rgba(255, 145, 242, 0.90);
  overflow-x: hidden;
    
}

/* Side navigation links */
.sidenav a {
  color: rgb(0, 119, 119);
  padding: 16px;
  text-decoration: none;
  display: block;
}

/* Change color on hover */
.sidenav a:hover {
  background-color: rgba(224, 188, 213, 0.88);
  color: #ffff00;
}

/* Style the content */
.content {
  color: hotpink;
  width: 81%;
  position: relative;
  left: 88px;
  background-color: rgba(64, 64, 64, 0.90);
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
    
.content:hover {
  background-color: rgba(20, 136, 140, 0.85);
  color: rgba(240, 248, 255, 0.93);
}

.content2 {
  text-align: right;
  color: hotpink;
  width: 81%;
  position: relative;
  left: 88px;
  background-color: rgba(64, 64, 64, 0.90);
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content2:hover {
  background-color: rgba(20, 136, 140, 0.85);
  color: rgba(240, 248, 255, 0.911);
}

.content2 a {
  color: hotpink;
}

.content2 a:hover {
  color: rgba(240, 248, 255, 0.93);
}

.content2 div {
  width: 100%;
  border: 0px;
  position: relative;
  display: inline-block;
}

.spacer {
  width: 81%;
  position: relative;
  height: 16px;
  left: 88px;
}

.picRight {
  position: relative;
  float: right;
  padding-left: 16px;
}

.contentTable {
  width: 100%;
}

.vidTableCell {
  align-items: start;
  padding: 1%;
}