a {
  color: blue;
}

i.fa.fa-whatsapp.sharesocial {
  margin: 10px !important;
}

i.fa.fa-twitter.sharesocial {
  margin: 10px !important;
}

i.fa.fa-facebook.sharesocial {
  margin: 10px !important;
}

.list-group-item {
  text-align: center;
  background: black;
}
.col-sm-2 {
  flex: 1 0 17.666667%;
  padding: 1px;
  max-width: 20.666667%;
}

.container.desktopmenu {
  max-width: 1320px;
  background: black;
  max-height: 500px;
  overflow-y: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 30;
  right: 0;
  background-color: #008cba;
  overflow: hidden;
  width: 100%;
  height: 30%;
  transition: 0.5s ease;
}
.hoverabletitle {
  color: white;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  letter-spacing: 1px;
}

.sharesocial {
  color: black;
}

h3 {
  font-size: 18px !important;
  color: black;
  margin-top: 10px;
}

@media screen and (max-device-width: 768px) {
  h3 {
    font-size: 18px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 45px !important;
  }
}

.something {
  background: tomato;
}

.textA {
  display: none;
  color: white;
  text-align: center;
  position: absolute;
  display: none;
  width: 100%;
  height: 40%;
  line-height: 1;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.textB {
  margin: -40px auto;
  background: red;
  width: 100px;
  height: 20px;
  display: none;
  color: white;
  text-align: center;
}

.showMe {
  display: block;
}

@media (min-width: 769px) {
  .desktopmenu {
    display: block;
  }
}

h1 {
  font-size: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .desktopmenu {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobilemenu {
    display: none;
  }
}

@media screen and (max-device-width: 768px) {
  .mobilemenu {
    display: block;
    max-height: 500px;
    overflow-y: auto;
  }
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
  margin-bottom: 50px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  color: black;
  line-height: 1.65;
}

.grayimg {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}

.grayimg:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

h2 {
  font-size: 20px !important;
  text-align: center;
  color: black;
}

.img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */

/* Remove the jumbotron's default bottom margin */
.jumbotron {
  margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
footer.container-fluid.text-center {
  position: -webkit-sticky;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.navbar-nav {
  text-align: center !important;
  padding: 10px;
}

.pgbackground {
  padding-bottom: 30px;
}

/* logos */

.bg-dark {
  height: auto;
  background-color: white !important;
  box-shadow: 1px 1px 1px 1px lightgrey;
}

.navbar {
  margin-bottom: 50px;
  border-radius: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1030;
}

li.nav-item {
  font-family: Big Caslon, serif !important;
  font-size: 20px;
  color: #f1f1f1;
  margin-top: 10px;
}

body {
  background-color: white;
  padding-top: 200px;
  margin-bottom: 80px;
}

.movietitle {
  font-size: 12px;
}

.navbar-dark .navbar-brand {
  color: #fff;
  float: right;
  text-align: center;
  margin: 0 auto;
  margin-left: -10%;
  margin-right: 0;
  margin-top: -10px;
}

.navbar-brand {
  margin: 0 auto;
  float: right;
  width: 55%;
  margin-top: -20px;
  padding-top: 0px;
}

.mobilelogo {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobilelogo {
    display: block;
    margin-left: -10px;
    /* margin-top:-15px; */
  }
}

@media (min-width: 769px) {
  .desktoplogo {
    display: block;
    margin-left: 0%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .desktoplogo {
    display: none;
    margin-left: 0%;
    margin-right: 0px;
  }
}

@media screen and (max-device-width: 768px) {
  img.fc5logo {
    margin-left: 20% !important;
    margin-right: 0px;
    margin-top: -20px !important;
  }
}

.navbar-dark .navbar-toggler {
  color: black;
  background-color: lightgrey;
}
