.contact {
    font-family: 'Inter Tight', sans-serif;
    text-align: center;
    font-size: 14px;
}
#contact-container {
    padding-top: 50px;
}
/*#mode {*/
/*    inline-size: 110px;*/
/*    overflow-wrap: break-word;*/
/*    transform: translateY(20px) translateX(0px);*/
/*    padding-bottom: 20px;*/
/*    height: 42px;*/
/*}*/
#loading {
    margin-top: 3em;
    font-family: 'Inter Tight', sans-serif;
    color: grey;
}

#output-container{
    margin-top: 10px;
    background-color: rgb(250,250,250);
    border-radius: 5px;
    padding-top: 7px;
    min-height: 250px;
}
.img {
    transform: translateY(20px) translateX(-120px);
    padding: 0;
    margin: 0;

    height: 55px;
}
.fa-regular {
    padding-right: 10px;
    color: gold;
    font-size: 21px;
}

.text-color {

}

nav {
    max-width: 1250px;
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    padding: 0;
    border-radius: 0px;
}
#favorites {

}

nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);*/
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.14) 25%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    /*border: solid #1e1d1d;*/
}

nav ul li {
    display: inline-block;
    cursor: pointer;
}

nav ul li a {
    padding: 35px;
    /*font-family: 'Inter Tight', sans-serif;*/
    font-family: 'Inter Tight', sans-serif;
    text-transform:uppercase;
    /*color: black;*/
    /*color: white;*/
    font-size: 18px;
    text-decoration: none;
    display: block;
}

nav ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: black;
}


html, body
{
    margin: 0!important;
    padding: 0;
    height: 100%;
    width: 100%;
    /*background-color: ghostwhite;*/
    /*background-color: #1f1e1e;*/

}
#cssContainer {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
}




#output {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.date {
    font-family: 'Inter Tight', sans-serif;
    text-align: center;
    /*color: black;*/
}
.content-to-hide {
    display: none;
}
.img-sm {
    height: 325px;
    width: 225px;
    border-radius: 5px;
}

.movie-card {
    max-width: 255px;
    margin: .5em;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.movie-card:hover{
    transform: scale(1.08);
    z-index: +1;
}

.img-lg {
    height: 450px;
    width: 300px;
    border-radius: 5px;
}
.img-lg-container {
    display: flex;
}

.movie-card-lg {
    max-width: 1200px;
}
.movie-details {
    margin-left: 50px;
    font-weight: lighter;
}
.movie-card-lg div {
    font-family: 'Inter Tight', sans-serif;
    padding: 10px;
    font-size: 16px;
}
.title {
    font-size: 30px!important;
    text-align: center;
    padding-top: 0!important;
}
.category {
    padding-right: 10px;
    font-weight: bold;
}




.searchTitles {
    margin: 2em 0 0 0;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.search-results {
    color: white;
    font-family: 'Inter Tight', sans-serif;
    font-style: italic;
    width: 140px;
    transform: translateY(-20px) translateX(150px);
}
#back-container {
    height: 20px;
    display: flex;
    justify-content: start;
}

.back {
    transform: translateY(-20px) translateX(250px);
    /*width: 300px;*/
    width: 55px;
    font-style: italic;
    /*transform: translateY(0px) translateX(-200px);*/
    font-family: 'Inter Tight', sans-serif;
    text-decoration: underline;
    cursor: pointer;
}
.back:hover {
    color: blue;
}

.search {
    width: 350px;
    position: relative;
    display: flex;
    justify-content: center;
}

.searchTerm {
    width: 79%;

    border: 3px solid lightgrey;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #2c2c2c;
    font-size: 16px;
    font-family: 'Inter Tight', sans-serif;
}

.searchTerm:focus{
    color: black;

}

.searchButton {
    /*width: 30px;*/
    height: 36px;
    border: 1px solid lightgrey;
    background: lightgrey;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}
.searchButton:hover {
    color: black;
}

/*Resize the wrap to see the search bar change!*/
/*.wrap{*/
/*    width: 30%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

#addToFavorites {

}

/*<!-- HTML !-->*/
/*<button class="button-13" role="button">Button 13</button>*/
.btn-container {
    margin: 25px 0 25px 0;
    display: flex;
    justify-content: start;
}
.button-13 {
    background-color: #fff;
    /*background-color: green;*/
    border: 2px solid #d5d9d9;
    /*border: 2px solid green;*/
    /*font-weight: bold;*/
    border-radius: 8px;
    /*box-shadow: rgba(231, 35, 35, 0.5) 0 2px 5px 0;*/
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 15px;
    /*line-height: 29px;*/
    padding: 5px;
    /*position: relative;*/
    text-align: center;
    /*text-decoration: none;*/
    /*user-select: none;*/
    /*-webkit-user-select: none;*/
    touch-action: manipulation;
    /*vertical-align: middle;*/
    width: 200px;

}

.button-13:hover {
    background-color: #f7fafa;
}

/*.button-13:focus {*/
/*    border-color: #008296;*/
/*    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;*/
/*    outline: 0;*/
/*}*/




@media screen and (max-width: 60em){
    .img-lg-container {
        display: revert;
    }
    .movie-details {
        margin-left: 0;
    }
    .img-lg-container2 {
        display: flex;
        justify-content: center;
    }
    .img {
        display: none;
    }
    nav ul li a {
        padding: 30px 20px 20px 20px;
        font-size: 16px;
    }
    .img-lg {
        height: 350px;
        width: 250px;
        border-radius: 5px;
    }
    .btn-container {
        margin-top: 25px;
        display: flex;
        justify-content: center!important;
    }
    nav ul li a:active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        color: black;
    }
    nav ul li a:hover {
        box-shadow: none!important;
        background: none!important;
    }
    .searchTitles {
        margin-bottom: 20px;
    }
    #back-container {
        justify-content: center;
        height: 40px;
    }
    .back {
        margin: 0px 0 0 0;
        text-align: center;
        transform: translateY(0px) translateX(0px);
    }
    .search-results {
        text-align: center;
        transform: translateY(0px) translateX(0px);
    }
    .movie-card {
        max-width: 255px;
        margin: .5em;
        transition: none;
    }
    .movie-card:hover{
        transform: none;
        z-index: 0;
    }

    
}

@media screen and (max-width: 34em) {
    #favorites {
        width: 305px !important;
        border-bottom: solid 1px dimgrey;
    }
    .search {
        width: 85%;
    }
    .searchTerm {
        text-align: start;
    }
    body {
        /*min-height: 70em;*/
    }
    .mobile-nav {

    }
    .img-sm {
        height: 225px;
        width: 150px;
        border-radius: 5px;
    }


}




