body {
  background: rgba(171, 183, 183, 1);
  font-size: 12px;
}


.socialLinks {
  background-color: #2e3131;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.socialLinks a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  border-bottom: 1px solid #1b1d1d;
  border-right: 1px solid #1b1d1d;
}

.facebook {
  border-top: 1px solid #1b1d1d;
}

.facebook:hover {
  background: #3B5998;
  color: white;
}

.instagram:hover {
  background: #d6249f;
  color: white;
}

.imdb:hover {
  background: #f3ce13;
  color: white;
}

.youtube:hover {
  background: #bb0000;
  color: white;
}

.navbar {
  background: #424444;
  font-family: 'Red Hat Display', sans-serif;
  z-index: 9999;
}

.nav-link {
  font-size: 18px;
  text-transform: uppercase;
}

.navbar-brand {
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}

.nav-item a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


footer {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-family: 'Red Hat Display', sans-serif;
}

.first-letter {
  color:#fff;;
  font-weight: 400;
  font-size: 2.2rem;
}


.video-clips {
  font-size: 16px;
}

.video-clips a {
  color: #000;
  padding: none !important;
}

.video-clips a:hover {
  text-decoration: none;
  color: #2e3131;
}

iframe {
  border: 4px solid #fff;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.table {
  font-size: 16px;
}

.table-header {
  text-align: center;
}

.table-header-large {
  font-size: 30px;
  font-weight: bold;
}

.large-text {
  font-size: 16px;
}

.nav-item.active {
  border-bottom: 2px solid #fff !important;
}

img {
  border: 4px solid #fff;
}

.mobile-border {
  padding-left: 60px !important;
}

.table-responsive {

  overflow-x: auto !important;
  overflow-y: hidden !important;
}
