@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300);

:root {
  --poster-height: 225px;
  --poster-width: 150px;
}

.fixed-top-2 {
    margin-top: 56px;
    z-index: 1;
}

.sm {
  display: none;
}

@media only screen and (max-width:640px) {
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .md {
      display: none;
  }
  .sm {
      display: inline;
  }
  :root {
    --poster-height: 180px;
    --poster-width: 120px;
  }
}

body {
  background-color: #ebebeb;
  padding-top: 105px;
  position: relative;
}

h6 {
  color:#929292;
}

.title {
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
}

.card-img-left {
  float: left;
  padding-right: 1em;
  margin-left: -1.25em;
  margin-top: -1.25em;
  margin-bottom: -1.25em;
}

.container-fluid {
  max-width: 1920px;
}

.container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.poster img {
  height: var(--poster-height);
  width: var(--poster-width);
}

.card {
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 10px;
  background-clip: padding-box;
  overflow: hidden;
}

.background {
  opacity: .90;
  background: #000000;
}

.movie_card {
  max-height: var(--poster-height);
}

.about_us {
  background: #151A24;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.carousel-item {
  max-height: 512px;
  height: 512px;
  overflow: hidden;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next{
    align-items: flex-end;; /* Aligns it at the top */
}

/* Attribute Badge 
-------------------------------------------------- */
.attribute {
    line-height: 1;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 10px;
    color: #666;
    border-color: #666;
    padding: 2px;
}

.attribute { border:1px solid; border-color:#e5e5e5 #dbdbdb #d2d2d2; -webkit-box-shadow:rgba(0,0,0,.5) 0 1px 2px; -moz-box-shadow:rgba(0,0,0,.5) 0 1px 2px; }
div ~ .attribute { border-width:0; *border-width:1px; } /* reset for safari3, and resetting that reset for IE7 */
@-moz-document url-prefix() { div ~ .attribute { border-width:1px; } } /* FF2 reset for the above */
.attribute:nth-child(1n) { border:none; } /* reset for smart browsers */
.attribute { border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -khtml-border-radius:3px; }

/* Buttons
-------------------------------------------------- */

/* Buy Ticket Hover 
-------------------------------------------------- */
.buy-ticket {
  width: 6em;
  margin-bottom: 5px;
}

/*
.buy-ticket:hover span {
  display: none;
}
.buy-ticket:hover:before {
  content: "Buy";
}
*/

.times {
    font-weight: bold;
}

.navbar-brand {
  font-size: 1.5em;
  font-family: 'Alegreya Sans', sans-serif;
}

/* Responsive Text Sizes
-------------------------------------------------- */

/* Sticky footer style and color
-------------------------------------------------- */
footer {
  padding-top: 15px;
  background-color: #292c2f;
  color: #bbb;
  font-family: 'Alegreya Sans', sans-serif;
}

footer a {
  color: #999;
  text-decoration:none;
}
