body {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

#home {
  /* background-image: url("/img/terra mater home 2.jpg"); */
  /* Full height */
  width: 100vw;
  height: 100vh;
  /* Center and scale the image nicely */
  margin: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #705954;
}

#logo-container {
  width: 26%;
  margin: 0 auto;
  padding-top: 2%;
}

#logo-video {
  display: block;
  width: 100%;
}

#social-bottom {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

#social-bottom a {
  margin: 0 1%;
}

#social-bottom a img {
  height: 2.6rem;
}

nav#menu {
    text-align: center;
    width: 20%;
    margin: 0 auto;
}

#menu ul {
  padding-inline-start: 0px;
}

li {
    font-size: 2rem;
    list-style: none;
}
