#pageWrap {
  margin-left: 5vh;
  margin-right: 5vh;
}

#headerWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 2%;
}

.headerListItem a,
.companyNameLink {
  color: inherit;
  text-decoration: none;
}

.headerListItem a:hover {
  color: blue;
  text-decoration: underline;
}



#contentWrap {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  text-align: center;
  width: 100%;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.headerList {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}

body {
  background-color: rgba(0, 0, 0, 0.12);
}

#mainInfo {
  margin: 1rem;
}

.flexboxCenter {
  display: flex;
  justify-content: center;
}

.companyName,
.companyNameFooter {
  font-family: "Gloria Hallelujah", cursive;
}


p,
th,
tr,
h1,
h2 {
  font-family: "Comfortaa", Arial, sans-serif;
  line-break: auto;
}

footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  text-align: center;
}

nav {
  width: 50%;
}

@media (max-width: 768px) {
  #pageWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  nav {
    width: 100%;
  }

  #contentWrap {
    width: 100%;
  }

  .companyName {
    display: none;
  }
}

* {
  box-sizing: inherit;
}
