* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 0;
  background-color: white;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  background-color: black;
}

.container {
  position: relative;
  height: auto;
}

header {
  height: 80px;
}

header,
footer {
  background: linear-gradient(-45deg, rgb(223, 245, 253), rgb(255, 240, 107), rgb(206, 255, 250), rgb(218, 165, 32));
  background-size: 400% 400%;
  -webkit-animation: Gradient 20s ease infinite;
  -moz-animation: Gradient 20s ease infinite;
  animation: Gradient 20s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

header .bar {
  width: fit-content;
  height: 80px;
  margin: -100px;
  background: rgb(255, 255, 255);
  opacity: 0.5;
}

.navigation {
  position: relative;
  padding-bottom: 16px;
  z-index: 2;
  /* position: fixed; */
}

.navigation,
.copyright {
  overflow: hidden;
}

.navigation .logo {
  width: 80px;
  height: 50px;
  float: left;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navigation .links,
.copyright .links {
  display: block;
  font-size: 17px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align: center;
  margin: 16px 25px 0px 25px;
  float: left;
}

.navigation .text {
  margin: 32px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold
}

.navigation a.text:hover,
.copyright a.text:hover {
  color: #3f3f3f;
  border-bottom: none;
  opacity: 0.5;
}

.navigation a.active,
.copyright a:active {
  color: white;
  font-size: 20px;
}

.navigation input[type=text],
.copyright input[type=text] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 6px;
  margin-top: 8px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
} //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.search-container {
  float: right;
  padding: 16px 0px 16px 16px;
  margin: 0px 25px 0px 25px;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: none;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  /* background: #b5bbfd; */
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.fa-search:before {
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
}

.fa-search:active {
  border: none;
  outline: none;
  border: 0;
  outline: 0 !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.slides {
  display: none;
}

.slides img {
  vertical-align: middle;
  width: 100%;
  height: 526px;
}

/* Slideshow container */

.slideshow-container {
  max-width: 1350px;
  position: relative;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */

.prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}

.body-content {
  margin: 40px;
}

.dropdown-container {
  margin: 40px 0px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown #dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 5px 42px;
  margin: 20px 5px 5px 20px;
  width: 160px;
  background-color: #11121b;
  color: white;
  text-align: left;
}

.fa {
  float: right;
}

.navbar a:hover,
.dropdown:hover #dropbtn,
#dropbtn:focus {
  background-color: red;
}

#dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

#media-carousel-container {
  margin: 10px 40px 40px 40px;
}

#media-holder-action,
#media-holder-drama,
#media-holder-scifi {
  clear: both;
}

.popular-heading {
  border-bottom: 1px solid white;
  margin-top: 50px;
}

#image-container-action,
#image-container-drama,
#image-container-scifi {
  height: 250px;
}

.media-carousel,
.media-carousel-movies {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 10px 5px;
  float: left;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  text-align: center;
}

#no-results {
  display: none;
  text-align: center;
}

footer {
  height: 76px;
  /* bottom: 0px; */
  width: 100%;
  grid-row-start: 2;
  grid-row-end: 3;
}

.copyright {
  position: relative;
  padding: 0px 0px 20px 0px;
  z-index: 2;
  margin-top: -20px;
}

.copyright .links {
  margin-left: 25px;
}

.copyright .text {
  margin-top: 28px;
  color: rgb(63, 63, 63);
}

.copyright .logo {
  width: 62px;
  height: 40px;
  float: left;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form {
  float: right;
}

h2 {
  color: rgb(255, 255, 255);
}
