html {
    scroll-behavior: smooth;
}

body {
    background-image: url("https://www.colourbox.com/preview/5351999-movie-film-reel.jpg");
    background-repeat: repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: absolute;
    width: 100% !important;
    z-index: 0;
    color: white;
    font-family: 'Cinzel', serif;
    overflow-x: hidden;
    font-size: 1.2vw;
    overflow-x: hidden;
}

.header,
h1,
h5 {
    text-align: center;
    color: white;
    font-family: 'Cinzel', serif;
}

a {
    color: black;
    font-size: 16px;
    font-family: 'Cinzel', serif;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: rgb(104, 104, 104);
}

.modal-main {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    border-radius: 28px;
    border: solid black 6px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.92);
    border-radius: 28px;
    border: solid black 6px;
}

.modal-content {
    background-color: transparent;
    padding: 5%;
    border: 1px solid rgb(104, 104, 104);
    border: solid black 6px;
    width: 70%;
    border-radius: 28px;
}

.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(160, 160, 160);
    text-decoration: none;
    cursor: pointer;
}

.modal-button {
    background: rgb(104, 104, 104);
    border: solid white 2px;
    color: black;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    height: 30px;
    width: 150px;
    font-family: 'Cinzel', serif;
    border-radius: 28px;
}

.card {
    margin-top: 10px;
    /* margin-left: 80px; */
    height: 340px;
    width: 250px;
    border: solid rgb(104, 104, 104) 6px;
    /* overflow-y: scroll; */
}

.about-card {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(104, 104, 104);
    padding: 0 20px 20px 20px;
}

.treecko-logo {
    background-image: "https://images.app.goo.gl/LQ5LZHM8drHSNY4E6";
}

#searchBtn {
    border: solid white 2px;
    background-color: rgb(104, 104, 104);
    color: black;
    /* margin-left: 100px; */
    font-family: 'Cinzel', serif;
    font-size: 16px;
    text-align: center;
    height: 30px;
    width: 200px;
    border-radius: 28px;
}

#searchBtn:hover {
    border: solid black 1px;
    background-color: gray;
}

#resultsDiv {
    background-color: white;
    color: black;
    width: 96%;
    font-family: 'Cinzel', serif;
    margin-left: 20px;
    height: 550px;
    overflow-y: scroll;
    border: solid black 8px;
    /* margin-top: 20px; */
    font-family: 'Cinzel', serif;
    /* padding-bottom: 30px; */
}

#titleSearch {
    border: solid rgb(104, 104, 104) 6px;
    background-color: white;
    color: black;
    /* margin-left: 80px; */
    font-family: 'Cinzel', serif;
    font-size: 16px;
    text-align: center;
    height: 50px;
    width: 250px;
    border-radius: 28px;
}

h1 {
    margin-top: 10px;
    background-color: rgb(104, 104, 104);
    font-family: 'Cinzel', serif;
    color: white;
}

h5 {
    font-family: 'Cinzel', serif;
    background-color: rgb(104, 104, 104);
    color: white;
}

h3 {
    text-align: center;
    font-family: 'Cinzel', serif;
    margin-top: 10px;
    background-color: rgb(104, 104, 104);
    /* font-size: 1.2vw; */
}

h2 {
    color: black;
    font-family: 'Cinzel', serif;
    text-align: center;
    background-color: rgb(104, 104, 104);
    /* font-size: 1.2vw; */
}

.navbar {
    height: 60px;
    background-color: rgb(104, 104, 104);
}

.navbar {
    height: 60px;
}


/*NEW STUFF ALERT - SETH AMENDED THESE THREE favsModals A BIT TO MAKE THEM POP OUT MORE */

#favsModal {
    background-color: white;
    color: black;
    border-radius: 28px;
    border: solid black 6px;
    /* width: 50%; */
}

#favsModal h1 {
    background-color: white;
    color: black;
}

#favsModal h2 {
    background-color: white;
}

#favsModal h3 {
    background-color: white;
}

.ul {
    list-style-type: none;
    background-color: white;
    color: black;
    width: 500px;
    font-family: 'Cinzel', serif;
    /* margin-left: 100px; */
}

li {
    color: black;
    list-style-type: none;
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

.carousel-inner {
    font-size: 50px;
}

.default {
    cursor: default;
}

.top10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border: white;
    border-style: solid;
    width: 50%;
    padding: 10px;
}

#heart {
    color: red;
}

form {
    border: rgb(255, 255, 255);
    border-width: 5px;
    border-style: solid;
    background-color: rgb(104, 104, 104);
    padding-top: 20px;
    background-color: black;
}

.navbar {
    background-color: rgb(104, 104, 104);
}

#favoritesList {
    background-color: white;
    color: black;
    width: 400px;
    height: 800px;
    font-family: 'Cinzel', serif;
    overflow-y: scroll;
}

.button {
    /* margin-left: 100px; */
    border: solid white 2px;
    background-color: rgb(104, 104, 104);
    color: black;
    font-family: 'Cinzel', serif;
    font-size: 10px;
    text-align: center;
    height: 30px;
    width: 200px;
    border-radius: 28px;
}

.button:hover {
    border: solid black 1px;
    background-color: gray;
}

.firstWord {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

#clearFavorites {
    border: solid white 2px;
    background-color: rgb(104, 104, 104);
    color: black;
    font-family: 'Cinzel', serif;
    font-size: 10px;
    /* text-align: center;  */
    height: 30px;
    width: 110px;
    margin-left: 60px;
    border-radius: 28px;
}

#clearFavorites:hover {
    border: solid black 1px;
}

.hide {
    display: none;
}

.movie-list {
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

li img {
    height: 200px;
}

.col-md-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.col-md-9 {
    padding: 0px;
}

@media screen and (max-width: 1024px) {
    .col-md-2 {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .col-md-2 {
        width: 100%;
    }
}

@media print,
screen and (max-width: 600px) {
    .col-md-9 {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #favsModal {
        width: 60%;
        max-height: 400px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .reveal {
        min-height: 0%;
        height: 20%;
    }
}

@media screen and (max-width: 768px) {
    .movie-list {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #resultsDiv {
        max-width: 75%;
        margin-left: 100px;
    }
}

@media screen and (max-width: 768px) {
    #resultsDiv {
        max-width: 95%;
        /* margin-left: auto; */
        margin-right: auto;
    }
}

@media screen and (max-width: 766px) {
    #resultsDiv {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 425px) {
    #resultsDiv {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .top10 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    li img {
        height: 150px;
    }
}

@media screen and (max-width: 425px) {
    li img {
        height: 95px;
    }
}

@media screen and (max-width: 320px) {
    li img {
        height: 85px;
    }
}