body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0; }

/* .container {
  min-width: 780px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-flow: column;
 } */

ul li {
  display: inline;
  list-style-type: none; }

li a {
  text-decoration: none;
  color: white;
  padding: 1rem 2rem; }

li a:hover {
  background-color: #f4f4f4;
  color: black; }

.header {
  background-color: #000000; }

div.title h1 {
  color: #ffffff;
  text-align: center; }

div.header h1 {
  margin: 0 0 0 5%;
  text-align: center;
  font-size: 5em;
  letter-spacing: 0.2em; }

.navbar {
  display: flex;
  width: 100%;
  justify-content: flex-start; }

.top_banner {
  background-image: url(../img/roll.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 95vh; }

.parallax_section {
  height: 200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative; }

.parallax_image {
  background-image: url(../img/cinema.jpg); }


.row {
  background-color: #c0ad8c;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around; */
  /* margin: 0 0 0 0 !important; */
}

/* img {
  width:15vw;
  border-radius: 15px; } */

/* div.card:hover {
  transform: scale(1.05); } */

.card {
  background-color: #e9eaf4;
  /* max-width: 25vw;
  min-width: 25vw !important; */
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 20px 20px;
  /* transition: all 0.5s; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8); }



.card-body {
 min-height: 40vh !important}

.likes {
  font-weight: bold;
  color: #000000;
  font-size: 1.2em;
  background-color: #efefef; }

.footer {
  background-color: #000000; }

.copy_right {
  text-align: center;
  padding: 1.5px 0 1.5px 0;
  background-color: #000000; }

/*# sourceMappingURL=styles.css.map */
