
/* -------------some coomon style for all the three pages-------------- */

#logo_image a img{
    width: 50px;
    height: 50px;
    margin: 1rem;
}
#logo_image a img:hover{
    opacity: 0.7;
}

/* --------------------Home Page------------------------- */
#home_page{
    background: url(./static/new.gif) no-repeat fixed;
    background-size: cover;
}

#searchBtn{
    border: none;
    background: transparent;
}

#uoList{
    padding-left: 0px;
}

#uoList li{
    list-style: none;
    background-color: rgb(2, 8, 41);
    color: white;
    border-bottom: 1px solid rgb(216, 216, 216);
    font-size: 17px;
    padding-left: 15px;
    border-radius: 5px;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    width: 75%;
}

#suggestion-div{
    position: absolute;
    left: 22%;
    top: 61px;
    width: 59%;
    z-index: 2;
}

#movieContainer{
    height: auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2%;
}

#forImage img{
    height: 400px;
    width: 300px;
    margin: 2%;
}

#forContent{
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
}

#myFavDiv a{
    text-decoration: none;
    color: white;
}

#myFavDiv a:hover{
    text-decoration: underline;
}

/* ----------------------Movie Page-------------------------------- */

#moviePage{
    background-image: url(./static/home_back.jpg);
}

/* ---------------------Favourite Page-------------------------- */
#profileIcon img{
    width: 50px;
    height: 50px;
    margin: 1rem;
}

#profileIcon img:hover{
    opacity: 0.7;
    cursor: pointer;
}

.favPageImage{
    height: 50px;
    width: 50px;
    margin: 5px;
}

#myFavPage{
    background-color: darkslategray;
}
