html{
    font-family: "Helvetica Neue", Gotham, Helvetica, Arial, "sans-serif";
    background-color: #222222;
    color: white;
    background-image: url("../img/background/background10p.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
	scroll-behavior: smooth;
}

body{
    height: 100%;
    overflow-x: hidden;
}

.container{
    max-width: 1500px;
    margin: 0 auto;
}

a{
    color: white;
}

b{
    font-weight: bold;
}

.Show400{
    display: none;
}

.Separator{
    margin-top: 10px;
    background-color: white;
    border-radius: 10px
}

header{
    text-align: center;
    min-height: 275px;
}

.Page-Title{
    padding-top: 20px;
}

.MovieNight{
    font-size: 23px;
    font-weight: bold;
    margin: 15px 0px;
}

.PageTitle{
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0px;
}

.SubTitle{
    font-size: 17px;
    font-style: italic;
    padding: 10px 0px;
}

nav{
    margin: 0 auto;
    max-width: 500px;
    display: flex;
    justify-content: space-around;
    padding: 10px 0 ;
}

.MovieListingWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.MovieTitle{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.MoviePoster{
    width: 33%;
}

.MoviePoster img{
    height: 750px;
    width: 450px;
    box-shadow: 0px 0px 10px black;
}

.MovieDetails{
    width: 33%;
    font-size: 18px;
}

span{
    font-weight: bold;
    font-size: 20px;
}

.Detail{
    margin-bottom: 20px;
}

.Actors{
    margin-top: 5px;
    margin-bottom: 5px;
}

.Actors p{
    margin-top: 3px;
    margin-bottom: 3px;
}

.Plot{
    max-width: 400px;
}

.Plot P{
    margin-top: 15px;
}

.Reviews{
    text-align: left;
    margin-top: 30px;
    max-width: 475px;
}

.ReviewHeader{
    text-align: center;
}

.Reviews p{
    margin-top: 15px;
    margin-bottom: 15px;
}

.Watched{
    margin-top: 50px;
    margin-bottom: 50px;
}

.Links p{
    margin-top: 10px;
    margin-bottom: 15px;
}

.MovieTrailer{
    width: 33%;
    text-align: center;
}

.TrailerPlaceHolder{
    background-color: gray;
    height: 253px;
    width: 450px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px black;
}

.MovieTrailerEmbed{
    margin-top: 10px;
}

/* Media Queries */

@media (max-width: 1400px){
    .container{
        max-width: 1400px;
        margin: 0 auto;
    }

    .MoviePoster img{
        height: 625px;
        width: 375px;
        box-shadow: 0px 0px 10px black;
    }
    
    .MovieDetails{
        width: 25%;
        font-size: 18px;
    }
}

@media (max-width: 1080px){
    .container{
        max-width: 1080px;
        margin: 0 auto;
    }

    .MoviePoster{
        width: 25%
    }

    .MoviePoster img{
        height: 500px;
        width: 300px;
        box-shadow: 0px 0px 10px black;
    }
    
    .MovieDetails{
        width: 25%;
        font-size: 18px;
        padding: 10px;
        margin-left: 30px;
    }
}

@media (max-width: 900px){

    .container{
        max-width: 900px;
    }

    .MoviePoster{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .MoviePoster img{
        height: 708px;
        width: 425px;
    }

    .MovieDetails{
        width: 100%;
        margin-top: 30px;
        margin-left: 290px;
    }

    .Detail{
        width: 300px;
    }

    .MovieTrailer{
        width: 100%;
        margin-top: 30px;
        margin-left: -28px;
    }

    hr{
        margin-top: 25px;
        margin-left: -70px;
    }

    .Reviews{
        max-width: 90%;
        margin-left: 70px;
    }
}

@media (max-width: 750px){

    .container{
        max-width: 750px;
        margin-left: 20px;
    }

    .MoviePoster{
        width: 100%;
        margin-left: 24px;
    }

    .MoviePoster img{
        height: 708px;
        width: 425px;
    }

    .MovieDetails{
        width: 100%;
        margin-top: 30px;
        margin-left: 150px;
    }

    .MovieTrailer{
        width: 100%;
        margin-top: 30px;
        margin-left: -10px;
    }

    .Reviews{
        width: 550px;
        margin-left: 40px;
    }
}

@media (max-width: 500px){

    .MovieTrailerEmbed{
        display: none;
    }

    .MovieDetails{
        margin-left: 20px;
    }

    .Mob{
        display: none;
    }

    .Show400{
        display: block;
        margin-left: 36px;
    }
}



@media (max-width: 400px){

    .container{
        max-width: 400px;
        margin: 0 auto;
    }

    .MovieTitle{
        margin-left: 70px;
        margin-top: 20px;
    }

    .MoviePoster{
        width: 100%;
        margin-left: 30px;
    }

    .MoviePoster img{
        width: 300px;
        height: 500px;
    }

    .MovieDetails{
        width: 100%;
        margin-top: 30px;
        margin-left: 50px;
    }

    .MovieTrailerEmbed{
        display: none;
    }

    .Show400{
        margin: 0;
    }

    .Reviews{
        margin-top: 30px;
        width: 300px
    }

    hr{
        margin-left: -47px;
    }

    nav{
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 10px 0 ;
    }

    .Separator{
        margin-top: 10px;
        background-color: white;
        border-radius: 10px;
        width: 500px;
    }
    
    header{
        text-align: center;
        min-height: 275px;
        margin-left: 50px;
    }

    .MovieNight{
        font-size: 18px;
    }

    .PageTitle{
        font-size: 36px;
    }

    .SubTitle{
        font-size: 18px;
    }
}