
header {
    display: inline-block;

}
#randMovie {
    box-shadow: 0em 0.5em 0.2em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}
.posters {
    width: 100%;
    float: left;
}
.navbar-burger{
    margin-left: 0;
    color: #FFFFFF!important;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar {
    background-color: #69001B;
    color: #FFFFFF;
}

a.navbar-item h1 {
    color: #FFFFFF;
    display: inline;
}

a.navbar-item .fa-film {
    font-size: 32px; 
    margin-right: 7px;
    margin-top: 3px;
}

a.navbar-item {
    color: #FFFFFF;
}

a.navbar-item:hover {
    color: #800000;
}

a.navbar-item:hover h1{
    color: #800000;
}
.navbar-menu.is-active {
    background-color: #69001B;
}

h1 {
    font-size: 2em;
    font-family: 'Playfair Display SC', serif;
}
.content {
    text-align: center;
}

.genre-choice-button{
    border-color: #AD7382;
    color: #800020;
    font-weight: 600;
    /* font-family: 'Playfair Display SC', serif; */

}
.genre-choice-button:hover {
   
    border-color: #800020;
    background-color: #BA274A;
    color: #FFFFFF!important;     
    /* font-family: 'Playfair Display SC', serif; */

  }

  .genre-choice-button:active {
    border-color: #800020;
    background-color: #800020;
    color: #FFFFFF!important;     
  }

  img {
      margin: 10px;
  }

  .card-header {
      background-color: #121F2A;
      color: #FFFFFF;
  }

  .card-header h1 {
      color: #FFFFFF;
  }
.is-horizontal-center{
    justify-content: center;
}
#submit-genre-button {
    border-color: #2A0C4E;
    color: #2A0C4E;
    font-family: 'Playfair Display SC', serif;
}
#submit-genre-button:hover {
    border-color: #2A0C4E;
    background-color: #2A0C4E;
    color: #FFFFFF;  
    font-family: 'Playfair Display SC', serif;
}

footer {
    text-align: center;
    font-family: 'Playfair Display SC', serif;
    background-color: #D3D6D8!important;
}

.genre-chosen {
    background-color: #800020;
    color: #FFFFFF!important;
    margin: 0 10px;
}

.rating-button-selected {
    background-color: #2A0C4E;
    color: #FFFFFF!important;
}

.year-button-selected {
    background-color: #2A0C4E;
    color: #FFFFFF!important;
}

.genre-label {
    margin-bottom: 20px;
}

.genre-choice-col {
    padding: 5px;
}

#filter-sidebar {
    background-color: #f6f5f5;
}

#extra-buttons {
    margin-bottom: 0;
}

.poster-col {
    /* border-bottom: 1px solid #e1e1e1; */
    z-index: 100;
    position: relative;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e1e1e1;
}

.poster-loading {
    font-size: 80px;
    border: none;
    position: absolute;
    z-index: 1;
}

html, body {
    position: relative;
    height: 100%;
  }
  body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
  }
  .swiper-container {
    width: 100%;
    height: 100%;

  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.poster-img {
    
}

h1 .fa-star {
    color: #DEBA6F;
    font-size: 16px;
    margin: 10px 20px;
}

#genre-filter-container {
    margin: 0;
}

#decade-buttons-container {
    padding: 10px 0;
    margin-top: 10px; 
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
/* .poster-content {
    border-bottom: 1px solid #e1e1e1;
} */


@media only screen and (max-width: 768px) {
    .poster-content p:last-child{
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 20px;
        text-align: justify;
    }

    .poster-col {
        border-bottom: none;
    }

    .poster-col img {
        margin: 0;
        width: 100%!important;
    }

    .poster-img-container {
        padding-bottom: 0;
    }

    .genre-chosen {
        margin: 0;
    }

  }