.head {
  background-color: transparent;
}

.comm-desc * {
   font-weight: 200;
}

.comm-desc div {
  text-align: left;
}

.comm-menu p {
  display: block; 
  background-color: black;
  color: white;
  padding: .25em;
  margin-bottom: 0;
  margin-top: 3em;
}

.comm-menu ul {
  list-style-position: inside;
  margin-top: 0;
}

.comm-menu li {
  background-color: aquamarine;
  padding: .25em;
}

.comm-menu {
  text-align: center; 
  line-height: 2em;
  display: flex;
  flex-flow: column wrap;
  align-content: space-evenly;
}

@media (min-width: 768px) {
    .comm-desc {
      grid-column: 2 / 12;
      grid-row: 1 / 2;
    }
}

.navbar-head li:nth-child(4) > a {
    text-decoration: underline; 
}