* {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  background-color: #0f0f0f;
  color: white;
  font-family: Helvetica;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header {
  width: 100%;
  height: 75px;
  background: linear-gradient(90deg, rgb(133, 0, 27), rgb(220, 20, 60));
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
}

#logo {
  width: 200px;
  aspect-ratio: 25 / 10 auto;
  padding: 8px 5px 5px 7px;
}

h1 {
  color: white;
  font-size: min(7vw, 2.0em);
  text-align: center;
}

.main-container > p {
  margin: 30px 20px;
  font-size: 1.2em;
}

.main-container a {
  color: inherit;
}

.main-container a:visited {
  color: inherit;
}

.main-container a:hover {
  color: crimson;
}

.main-container a:active {
  color: fuchsia;
}

header h1 {
  text-align: center;
  margin: auto;
  display: block;
}

hr {
  height: 2px;
  background-color: white;
  border-color: white;
  width: 50vw;
  max-width: 530px;
  margin: -17px auto 0 auto;
}

.Fuchsia {
  color: fuchsia;
}

.navigation {
  width: 50%;
  max-width: 800px;
  min-width: 700px;
  height: 75px;
  margin: 0 20px 0 auto;
}

.navigation > ul {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  align-items: center;
  padding-inline-start: 0;
}

.navigation > ul > li {
  color: #dfdfe2;
  margin: 0 0.2rem;
  padding: 0.2rem;
  display: block;
  cursor: crossahair;
}

li > a {
  color: inherit;
  text-decoration: none;
}

main {
  padding-top: 90px
}

section {
  width: 80%;
  margin: 2rem auto;
  max-width: 1500px;
  min-width: 300px;
  border-radius: 20px;
  padding: 0.1rem 1rem;
  background-color: #272727;
  width: 55vw;
}

@media only screen and (max-width: 1000px) {
  section {
    width: 100%;
    margin: 2rem auto;
    min-width: 300px;
    border-radius: 20px;
    padding: 0.1rem 1rem;
    background-color: #272727;
    width: 80vw;
  }
}

@media only screen and (max-width: 500px) {
  section {
    margin: 2rem auto;
    min-width: 100px;
    border-radius: 0px;
    padding: 0.1rem 0rem;
    background-color: #272727;
    width: 100vw;
  }
}

h1,
h2 {
  font-family: Calibri, Helvetica, Tahoma;
}

h3 {
  margin-top: 5px;
  padding-left: 0px;
  font-size: 1.375rem;
}

.links {
  list-style: none;
}

#current-page {
  background-color: rgba(0,0,0,0.15);
  margin: -7px 0 0 0;
  padding: 20px 10px;
  border-radius: 10px;
  display: block;
}

#not-current-page {
  background-color: rgba(0,0,0,0);
  margin: -7px 0 0 0;
  padding: 20px 10px;
  display: block;
}

#not-current-page:hover {
  background-color: rgba(0,0,0,0.15);
  color: gold;
  border-radius: 10px;
}

#current-page:hover {
  background-color: rgba(255,255,255,0.15);
  color: gold;
}

.category1 img,
.category2 img,
.category3 img,
.category4 img,
.category5 img {
  width: 100%;
  box-sizing: border-box;
  border: 3px solid rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  border-radius: 10px;
}

.link-grid {
  display: flex;
  margin: 30px auto;
  justify-content: center;
  gap: 50px 20px;
  flex-wrap: wrap;
  max-width: 1000px;
}

.category1,
.category2,
.category3,
.category4,
.category5 {
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  font-size: 1.2rem;
}

.main-container p {
  text-align: center;
  font-size: 1.0rem;
}

.main-container a,
.category img {
    transition: 0.3s;
}

.category1:hover p > a,
.category2:hover p > a,
.category3:hover p > a,
.category4:hover p > a,
.category5:hover p > a {
  color: fuchsia;
}

.category1:hover img,
.category2:hover img,
.category3:hover img,
.category4:hover img,
.category5:hover img {
    box-sizing: border-box;
    border: 3px solid fuchsia;
}

.videos {
  margin: 60px auto 5px auto;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 500px) {
  .videos {
    margin: 60px auto 5px auto;
    text-align: center;
    font-size: 1.2rem;
  }
}

video {
  margin: auto auto;
  display: block;
  border-radius: 15px;
  width: 90%;
}

@media only screen and (max-width: 500px) {
  video {
    margin: auto auto;
    display: block;
    border-radius: 0px;
    width: 100%;
  }
}

.media-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30.9px;
  row-gap: 5px;
  text-align: center;
  font-size: 1.0rem;
  margin: 0px auto -15px auto;
}

@media only screen and (max-width: 1000px) {
  .media-nav {
    display: block;
    text-align: center;
    font-size: 1.0rem;
    margin: 0px auto 0px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .phone-remove {
    display: none;
  }
}

.media-nav a {
  text-decoration: none;
  color: inherit;
}

.media-nav a:hover {
  text-decoration: underline;
  color: fuchsia;
}

.active-page {
  color: fuchsia;
  text-decoration: underline;
}

.active-page a:hover {
  color: white;
}

.italic {
  font-style: italic;
}

.video-data {
  width: 90%;
  max-width: 1500px;
  text-align: left;
  margin: auto auto;
  font-size: 1.1rem;
  color: rgb(167, 167, 167);
}

.video-data-title {
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
}

.video-data-accent {
  color: white;
  font-style: italic;
  font-weight: 800;
}

.description {
  font-size: 0.9rem;
  color: white;
  line-height: 150%;
}

.small-note {
  font-size: 0.6rem;
  color: white;
  line-height: 250%;
}

.next {
  display: flex;
  float: right;
  width: 20%;
  align-items: center;
  margin: 94px 0 0 0;
}

.prev {
  display: flex;
  float: left;
  width: 20%;
  align-items: center;
  margin: 94px 0 0 0;
}

.prev a, .next a {
  width: 100%;
}

.next img {
  width: 75%;
  max-width: 300px;
  margin: 0 25px 0 auto;
  float: right;
  transition: 0.5s;
  border-radius: 20px;
}

.next img:hover {
  width: 85%;
  transition: 0.5s;
  border-radius: 20px;
  max-width: 350px;
}

.prev img {
  width: 75%;
  max-width: 300px;
  margin: 0 auto 0 25px;
  float: left;
  transition: 0.5s;
  border-radius: 20px;
}

.prev img:hover {
  width: 85%;
  transition: 0.5s;
  border-radius: 20px;
  max-width: 350px;
}

/* .next, .prev {
  height: 950px;
} */

/* @media only screen and (max-width: 2600px) {
  .next, .prev {
    height: 900px;
  }
}

@media only screen and (max-width: 2400px) {
  .next, .prev {
    height: 850px;
  }
}

@media only screen and (max-width: 2200px) {
  .next, .prev {
    height: 800px;
  }
}

@media only screen and (max-width: 2000px) {
  .next, .prev {
    height: 725px;
  }
}

@media only screen and (max-width: 1800px) {
  .next, .prev {
    height: 647px;
  }
}

@media only screen and (max-width: 1600px) {
  .next, .prev {
    height: 598px;
  }
}

@media only screen and (max-width: 1400px) {
  .next, .prev {
    height: 549px;
  }
}

@media only screen and (max-width: 1200px) {
  .next, .prev {
    height: 490px;
  }
} */

@media only screen and (max-width: 1000px) {
  .next, .prev {
    display: none;
  }
}