/*----------------------------*/

section {
  height: 100%
}

.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.page-header,
.page-footer {
  background-color: rgb(75, 70, 74);
  color: #fff;
}

.page-footer {
  padding: 20px;
}

.page-body {
  padding-top: 10px;
  overflow-x: hidden;
  min-height: 100%;
  max-width: 100%;
}

.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(8px); /* blur behind the box */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  overflow: hidden;
  width:100%;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #3b3b3b;
}

.page-header a {
  color: #f2f2f2;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 17px;
} 

/*
.page-header a:hover {
  background-color: rgba(10, 10, 10, 0.7);
}

.page-header a.active {
  background-color: #630042;
  color: white;
}
*/
