/* -----------------------------------------------------------
Base Styles 
------------------------------------------------------------*/
body,
button,
input,
textarea {
  color: #000;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  line-height: 1.8
}

body {
  background-color: #EDEDED;
  margin: 0;
  font-family: 'Asap', sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}


footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 1.5em;
  font-size: .8em;
}

footer a {
  text-decoration: none;
  color: rgb(128, 218, 143)
}

header {
  background-color: black;
}

.sidebar-right {
  background-color: #EDEDED;
  color: white;
}

h1 {
  color: red;
  margin: 0;
}

p {
  margin: 0;
}

.widget {
  border-radius: 15px;
  box-shadow: 5px 5px rgba(27, 160, 67, 0.2);
}

nav {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1120px) {
  .content-area {
    display: flex;
  }

  .sidebar-right {
    flex: 0 0 320px
  }
}

/* -----------------------------------------------------------
Start Header Styles 
------------------------------------------------------------*/

.site-header {
  height: 450px;
  display: flex;
  flex-flow: column;
}

.site-info {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
}

.logo img {
  width: 150px;
  flex-basis: 1;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

.thisSite {
  flex-basis: 2
}

.site-title {
  margin: 0;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.site-description {
  text-align: center;
  color: rgb(0, 246, 41);
  font-size: 1.2em;
  margin-top: -.8;
  font-style: italic;
}

.main-menu {
  padding: .4em .4em;
  color: black;
  background-color: #85d64f;
  text-align: center;
  font-weight: bolder;
  font-size: x-large;
  display: flex;
  flex-flow: column;
}

.menu_buttons {
  flex-basis: 1;
  font-size: .8em;
}

.menu_buttons a {
  text-decoration: none;
}

.ph_number {
  flex-basis: 1
}

.secondary-menu {
  padding: 1em 1em;
  color: rgb(250, 247, 247);
  background-color: #7baf59;
  text-align: center;

}

/* menu styles */
.menu-section {
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;

}

.main-menu li a {
  text-decoration: none;
  color: black;
  font-size: 1.1em;
  padding: .6em 1em;
  display: block;
  transition: all .5s ease;

}

.main-menu li a:hover {
  background-color: black;
  color: #85d64f
}




@media screen and (min-width: 810px) {
  .main-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .main-menu ul li {
    flex-grow: 1;
    flex-basis: auto;
    flex-shrink: 0;
    text-align: center;
  }


}


@media screen and (min-width: 1120px) {
  .site-title {
    font-size: 4em;
  }

  .logo img {
    width: 250px;
  }
}

/* -----------------------------------------------------------
End Header Styles
------------------------------------------------------------*/

/* -----------------------------------------------------------
START THE POSTS STYLES
------------------------------------------------------------*/

.main-content-area {
  padding: 2em;
}

img {
  border-radius: 15px 15px 0 0;
}

.post {
  background-color: white;
  margin-bottom: 1em;
  border-radius: 15px;
}

.post a {
  color: black;
  text-decoration: none;
}

.post-content {
  padding: 20px 40px 0 20px;
  text-align: justify;
}

.post-content p {
  margin-bottom: 15px;
}

.post-content h2 {
  background-color: #85d64f;
  color: black;
  padding: 20px;
  text-align: center;
  margin: 0 -40px 30px;
}

@media screen and (min-width: 810px) {


  .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


  }

  .post {
    flex-basis: 49%;
    box-shadow: 5px 5px rgba(136, 136, 136, .20);
  }
}

@media screen and (min-width: 1120px) {

  .post-one-third {
    flex-basis: 32%;
    height: 450px;
  }

  .post-half {
    flex-basis: 49%;
  }

  .post-full {
    flex-basis: 100%
  }

}

/* -----------------------------------------------------------
End the post styles
------------------------------------------------------------*/
/* -----------------------------------------------------------
START WATCH SECTION STYLES
------------------------------------------------------------*/

.section-header {
  color: black;
  font-size: 3em;
  text-align: center;
}

.watch-card {
  margin-bottom: 1 em;
}

.watch-content {
  background-color: black;
  color: white;
  padding: 3em;
}

.watch-content h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  text-transform: capitalize;
}

.movie-info {
  font-weight: bold
}

.movie-info span {
  padding-right: 1.5em;
}

.movie-story {
  margin: 1em 0;
}

.watch-content a {
  color: white;
  font-weight: bold;
}

@media screen and (min-width: 810px) {
  .watch-card {
    display: flex;
  }

  .watch-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .img-right {
    order: 2;
  }

}

/* -----------------------------------------------------------
End watch section styles
------------------------------------------------------------*/

/* -----------------------------------------------------------
START SECTION DOWNLOAD STYLES
------------------------------------------------------------*/

.download-card {
  margin-bottom: 1em;

}

.download-content {
  background-color: white;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-wrap: wrap;


}


.download-content a,
.download-rating {
  display: flex;
  background-color: black;
  color: white;
  padding: 1em 2em;
  text-decoration: none;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}

.download-genre {
  margin-bottom: 10px;
}

.download-genre,
.download-cast {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.download-content a i {
  font-size: 2.5em
}

.download-info {
  padding: 1em 2em;
  display: flex;
  flex-flow: column;

}

.download-info h4 {
  margin: 0;
  flex-basis: 20%;
}

.download-info p {
  margin: 0;
  font-size: .9em;
}

.download-cast {
  display: flex;
  flex-wrap: wrap;
}

.download-cast img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.download-rating {
  background-color: #85d64f;
  padding: 1em 2em;
  color: black;
  font-size: .9em;
}

.download-rating .rate {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: -.25em;
}

@media screen and (min-width: 810px) {
  .download-content {
    display: flex;
    flex-flow: row;
  }

  .download-content a,
  .download-rating {
    flex-grow: 1;
  }

  .download-info {
    flex-grow: 2;
  }
}

/* -----------------------------------------------------------
End section download styles
------------------------------------------------------------*/

/* -----------------------------------------------------------
START SECTION GALLERY STYLES
------------------------------------------------------------*/

.gallery-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  justify-content: space-around;
  padding: 35px;
  gap: 20px;
}

.gallery-img {
  height: 250px;
  flex-grow: 1;
  margin: 0 0 8px 8px;
}

.gallery-img img:hover {
  transform: scale(1.1, 1.1);
  border-style: solid;
  border-width: 3;
  border-color: #000
}

.gallery-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 5px 5px rgba(136, 136, 136, .20);
}


.gallery-img:nth-child(4n+1) {
  flex-basis: 250px;
}

.gallery-img:nth-child(4n+2) {
  flex-basis: 325px;
}

.gallery-img:nth-child(4n+3) {
  flex-basis: 180px;
}

.gallery-img:nth-child(4n+4) {
  flex-basis: 380px;
}



/* -----------------------------------------------------------
End section gallery styles
------------------------------------------------------------*/

/* -----------------------------------------------------------
START SIDEBAR STYLES
------------------------------------------------------------*/

.sidebar-right {
  padding: 2em;
  color: black;
}

.widget {
  background-color: white;
  margin-bottom: 2em;
}

.widget-content {
  padding: .5em 2em;
}

.sidebar-right ul {
  list-style: none;
  padding-left: 1em;
}

.sidebar-right ul a {
  display: block;
  padding-bottom: .4em;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 810px) and (max-width: 1120px) {

  .sidebar-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .widget {
    flex-basis: 48.8%;
  }
}

/* -----------------------------------------------------------
End sidebar styles
------------------------------------------------------------*/

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px 0px;
  text-align: center;
  height: 10%;
  overflow: hidden;
}

.container {
  position: relative;


}

.container:hover .overlay {
  opacity: 1;
  height: 12%;
  transition: .5s ease;
}


.image {
  display: block;
  width: 100%;
  height: auto;

}

.service-blurb {
  padding: 20px;
  margin: 10px;
  font-size: 1em;
  text-align: justify;
}