body {
  background-image: url("../images/fence.jpg");
  padding-bottom: 3%;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  color: #161616;
  font-size: 18px;
  padding-top: 0;
}

h2 {
  color: #2f4960
}

.box-main {
  padding: 20px 45px;
  color: #161616;

  width: 100%;
  height: 100vh;

  text-align: justify;
  scrollbar-width: none;
}

.nav {
  border: black solid 1px;
  height: 100%;
  background-color: #000000;
  font-size: 20px;
  margin: 10px 0px;
}

.nav>ul {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  list-style-type: none;
  padding-left: 0px;
}

.container {
  min-height: 100vh;
  max-height: 250vh;
  background-image: none;
  background-color: #f5f5f5d3 !important;
  display: flex;
  box-shadow: none;
  border: 1px solid black;
}

.menu {
  min-height: 100%;
  width: 16%;
  font-size: 20px;
  background-color: #000000;
  margin-top: -1px;
  margin-left: -1px;
  text-align: center;
}

.menu>p {
  font-size: 20px;
  padding: 10px;
}

.page {
  text-shadow: 0.5px 0px 1.5px #172939e4;
  margin: auto;
  padding: 0;
  background-image: none;
}

.page>h1 {
  font-size: 35px;
}

.page#favs>h4 {
  text-align: center;
}

.page#favs {
  margin: 0;
}

.page#favs>p {
  padding-top: 5px;
  text-align: justify;
}

.page#favs>details {
  margin-bottom: 15px;
}

.page#favs>details>summary {
  font-size: 20px;
  color: #457dab;
  cursor: pointer;
}

.page#favs>details>summary:hover {
  text-decoration: underline;
}

.page#favs>details>h3 {
  text-align: center;
}

.reel {
  width: 100%;
  height: fit-content;

  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;

  padding: 0px 7px;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.reel::-webkit-scrollbar {
  display: none;
}

.reel-item {
  width: auto;
  height: 100px;
  float: none;
  display: inline-block;
}

.caption {
  font-size: 14px;
  padding: 0;
  color: #23445e;
  margin-top: 1.5px;
  text-align: center;
}

.cd {
  max-height: 140px;
  margin: 0;
  padding: 0;
  max-width: min-content;
}

iframe {
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

iframe#aboutpage {
  scrollbar-width: none;
}

iframe#aboutpage::-webkit-scrollbar {
  display: none;
}

@media (max-width: 800px) {
  .container {
    max-width: none;
  }
}