
* {
  font-family: 'Montserrat', sans-serif;
  scrollbar-color: #175F60 lightgray;
 }

 /* ----------*/
 /*navigation styling*/
 /* ----------*/
.navigation {
  overflow:hidden;
  background-color: #175F60;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.navigation #myLinks {
  display: none;
  text-align: center;
}
.navigation p {
  font-size: 9px;
  margin: 0;
  padding: 0;
}
.navigation a {
  color: #fcb900;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  z-index: 99;
}
.navigation a.icon {
  background: black;
  color: #fcb900;
  display: block;
  position: fixed;
  right: 0;
  top: 8px;
  height: 55px;
  width: 55px;
  text-justify: center;
  text-align: center;
}
.navigation a:hover {
  background-color:#175F60;
  color: white;
}
.active {
  background-color: #fcb900;
  color: white;
} 
/* ----------*/
/*landing page styling*/
/* ----------*/
.container {
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  height: 100%;
}
.heading {
  margin-top: 85px;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #fcb9007e;
  opacity: 70%;
}

h1 {
  padding-left: 30px;
  text-align: center;
}

.movie-block h2 {
  background: antiquewhite;
  width: 280px;
  margin-left: 50px;
  border-radius: 10px;
  text-align: center;
}

.block-img {
  display:flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: auto;
  margin: 10px;
  background-size: cover;
  object-fit: cover;
  object-position: center;
  justify-content: center;
}
.block-img img {
  margin: 15px;
  border-radius: 10px;
}
.block-img img:hover {
  cursor: pointer;
  transform: scale(1.15);
  transform: all 2.0s ease;
}

/* ----------*/
/*content styling*/
/* ----------*/
.container h2 {
  bottom: 10px;
  text-align: center;
}
.flex-box {
  display: flex;
  margin:  20px;
  border: black;
}
.movie-img {
  display: block;
  width: 30%;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
}
.content-box {
  width: 70%;
  padding: 10px;
  background: #175F60;
  font-size: 20px;
  color: #fff;
  z-index: 2;
}
.movie-title {
  width: auto;
  margin: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  border-radius: 10px;
  text-align:left;
}
.synopsis {
  padding: 10px 5px;
  font-weight: lighter;
  text-align: justify;
  text-justify: inter-word;
}

.content-box a {
  background-color:#fcb900e0;
  color: black;
  margin: 15px 40px;
  padding: 10px 15px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.showtimes  {
  font-style: italic;
}
.date-time {
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  background:#33333399;
  border: 1px solid;
  border-radius: 0.2rem;
  font-size: 1.125rem;
  margin: 8px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
#diff-month {
  display:flex;
  position: relative;
  background:#333333;
  border: 1px dotted;
  border-radius: 0.2rem;
  font-size: 1.125rem;
  margin: 8px;
  padding: 5px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 50%;
  font-style: italic;
  font-weight: 50;
}

#student {
  width: 100%;
  height: 50px;
  background-color: #fcb9007e;
  color: #11494a;
  opacity: 50%;
  margin: 5px;
  position: relative;
  bottom: 0;
}

#student p {
  margin-top: 20px;
  padding-top: 12px;
  text-align: right;
  font-size: 12px;
}