body {
  margin: 0px;
  background-color: lightgray;
}
img {
  max-width: 75vw;
}
.navDiv {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 105px;
  padding-left: 0px;
  margin-top: 0px;
  float: left;
  height: 100vh;
  z-index: 0;
}
.navBut {
  border: none;
  padding: 10px;
  text-align: right;
  float: right;
}
.homeNavBut {
  border: none;
  padding: 10px 0px;
  text-align: center;
}
.content {
  margin-left: 105px;
  padding: 5px;
  margin-bottom: 80px;
}
.headlineImage {
  display: flex;
  max-width: 25%;
  max-height: 25%;
  justify-self: center;
}
.smallImageFloatLeft {
  max-width: 200px;
  max-height: 200px;
  float: Left;
}
.smallImageFloatRight {
  max-width: 200px;
  max-height: 200px;
  float: right;
}
.footer {
  display: flex;
  position: fixed;
  bottom: 0px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60px;
  margin-left: 85px;
  padding: 5px;
  z-index: 0;
  background-color: lightgrey;
}
#footerLinksLeft {
  display: flex;
  width: 40vw;
  justify-content: space-between;
}
#footerLinksRight {
  display: flex;
  width: 10vw;
  justify-content: center;
}
#dashboardLink a {
  text-decoration: none;
}
#homePageFaceImage {
  width: 100px;
  height: 100px;
  float: left;
}
.footImg {
  width: 42px;
  height: 42px;
}
