body {
    flex-direction: column;
    background-color: #1f1d1d;
    background-image: url('https://www.plex.tv/wp-content/uploads/2021/04/plex-splash-screen-04-30-21-new-1440x810.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


#logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome {
    background-color: black;
    border: 3px white;
    color: white;
    border-style: outset;
    border-radius: 12px;
    margin: 10px;
}

#welcome-title {
    text-align: center;
}

.welcome p {
    margin: 15px;
    font-size: 13.5pt;
}

#mainEmbed {
    background-color: #242322;
    display: none;
}

#searchMovieBTN,
#searchRandomBTN,
#wishlistBTN {
    top: -9px;
}

#movieInfo {
    display: none;
    margin-bottom: 30px;
    background-color: rgba(54, 6, 8, .9);
    align-items: flex-start;
}

#movieInfo img {
    margin: 40px 20px 40px 40px;
}

#movieInfo section {
    width: 60%;
    padding: 10px;
    color: white;
    margin: 40px 20px;
}

#AddedMSG {
    color:green;
    display:none;
    font-size:1.3em;
    margin:5px 0px 0px 0px;
}

#password {
    color: white;
}

#movieInfo section h2 {
    margin: 0 0 1.42rem 0;
}

#logo {
    max-height: 4rem;
}

#c1-header {
    color: white;
    font-size: 25pt;
    text-align: center;
}

#c2-header {
    color: white;
    font-size: 25pt;
    text-align: center;
}

#c3-header {
    color: white;
    font-size: 25pt;
    text-align: center;
}

.sandwich-meat {
    align-content: space-between;
    justify-content: space-between;
}

.carousel {
    align-items: center;
    justify-content: center;
    display: block;
    margin: 10px 20px 10px 10px;
    max-width: auto;
    min-width: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, .8);
    border-color: white;
    border: 5px white;
    border-style: outset;
    border-radius: 12px;
}

#mainPageCarousel {
    height: auto;
}

#carousel-3 {
    margin: 10px;
    margin-right: 30px;
}

#carousel-4 {
    margin: 10px;
    margin-right: 30px;
    margin-top: 20px;
}

#carousel-2 {
    margin-right: 20px;
}

.carousel-item {
    display: block;
}

#view-showtimes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    height: 40px;
    width: auto;
    background-color: black;
    border-color: white;
    border-style: outset;
    border-radius: 12px;
    margin-left: 20px;
}

#new-release-list {
    float: right;
    display: flex;
    justify-content:right;
    align-items: center;
    align-content:flex-end;
    height: 40px;
    width: auto;
    background-color:black;
    border-color: white;
    border-style: outset;
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#oscar-list {
    float: right;
    display: flex;
    justify-content:right;
    align-items: center;
    align-content:flex-end;
    height: 40px;
    width: auto;
    background-color:black;
    border-color: white;
    border-style: outset;
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#next-button {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 50px;
    width: auto;
    background-color:black;
    border-color: white;
    border-style: outset;
    border-radius: 12px;
    margin: 15px 0px 15px 15px;
    color: white;  
}

button a {
    display: block;
    flex-direction: column;
    color: white;
}

#searchMovieBTN,
#searchRandomBTN {
    top: -9px;
}

#clearSearchBTN {
    margin-top: 10px;
    margin-bottom: 30px;
}

#searchMovieBTN,
#searchRandomBTN,
#wishlistBTN,
#clearSearchBTN {
    background-color: #555555;
    border-radius: 12px;
}

#logo-container {
    font-family: Copperplate, Papyrus, fantasy;
    text-shadow: 2px 2px 5px white;
    font-size: 45px;
}

nav {
    height: 100%;
    padding: 0px;
    background-color: rgba(54, 6, 8, .9);
}


.nav-wrapper{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*This format is necessary. It will smooth out the header.*/
ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px;
}

li {
    padding: 10px;
}

header {
    height: 100px;
}

#index-2{
    background-color: #1f1d1d;
    background-image: url('https://www.plex.tv/wp-content/uploads/2021/04/plex-splash-screen-04-30-21-new-1440x810.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


#currentWatchlist {
    color: white;
}


#watchListHeader {
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, .65);
    margin: 0;
    padding: 1.52rem 0 0.912rem 0;
}

#currentWatchlist a {
    font-size: 1.3em;
}

#modalTriggerButton {
    display: none;
}


#currentWatchlist {
    color: white;
}