*{
    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;
}
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%;
    animation: Gradient 20s ease infinite;}
@keyframes Gradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    
    100% {
        background-position: 0% 50%;
    }
}
header {
    height: 80px;
}
.container {
    position: relative;
    height: auto;
}
.navigation, .copyright{
   overflow: hidden;
}
.navigation {
    position: relative;
    padding-bottom: 16px;
    z-index: 2;
    /* position: fixed; */
}
.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 .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 .text {
    margin: 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

header .bar {
    width: fit-content;
    height: 80px;
    margin: -100px;
    background: rgb(255, 255, 255);
    opacity: 0.5;
}
.slideshow-container {
    max-width: 1350px;
    position: relative;
}
.slides img {
    vertical-align: middle;
    width: 100%;
    height: 526px;
}
.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;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
#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;
}
h2 {
    color: rgb(255, 255, 255);
}
#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);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    text-align: center;
}
footer {
  
        position: relative;
        /* margin-top: 83% !important; */
        height: 76px;
    
}
.copyright {
    position: relative;
    padding: 0px 0px 20px 0px;
    z-index: 2;
    margin-top: -20px;
    width: 622px;
    padding-top: 20px;
}
.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);
}
.copyright .text {
    margin-top: 28px;
    color: rgb(63, 63, 63);
}
.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;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn{
    margin-top: 20px;
}
.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    padding: 5px 42px;
    margin: 20px 5px 5px 45px;
    width: 160px;
    height: 38px;
    background-color: gold;
    font-weight: bolder;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 4px;
}.fa {
    float: right;
}.fa-search:before {
    content: "\f002";
}.fa-caret-down:before {
    content: "\f0d7";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1 !important;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 45px;
}.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 2px;
    font-weight: bolder;
    font-size: 14px;
}
.dropdown-content a:hover {
     /* background-color: #ddd; */
    background-color: gold;
}form {
    float: right;
}input.input-medium.search-query {
    margin-top: -44px;
    height: 40px;
    margin-right: 55px;
    border: rgb(24, 23, 21);
    border-radius: 4px;
    border-style: double;
    width: 1074px;
    position: relative;
    background-color: gold;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}

.search-container-button button {
    float: right;
    padding: 6px 10px;
    margin-right: 25px;
    background: gold;
    font-size: 20px;
    border: none;
    cursor: pointer;
    right: 38px;
    margin-left: 0px;
    margin-top: -35px;
    margin-bottom: 0px;
    position: absolute;
    font-weight: bolder;
}
.search-container-button button:active {
border:none;
}
#media-carousel-container {
    margin: 10px 40px 40px 40px;
}#media-holder-action, #media-holder-drama, #media-holder-scifi {
    clear: both;
}#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;
}
