a:link{
  color: rgb(255, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited{
  color: rgb(255, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

.glow {
  font-size: 80px;
  color: #140b0b;
  text-align: center;
  -webkit-animation: glow 3s ease-in-out infinite alternate;
  -moz-animation: glow 3s ease-in-out infinite alternate;
  animation: glow 3s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #e60000, 0 0 40px #e60000, 0 0 50px #e60000, 0 0 60px #e60000, 0 0 70px #e60000;
  }
  
  to {
    text-shadow: 0 0 20px #ffffff, 0 0 30px #ff4d4d, 0 0 40px #ff4d4d, 0 0 50px #ff4d4d, 0 0 60px #ff4d4d, 0 0 70px #ff4d4d, 0 0 80px #ff4d4d;
  }
}


footer {
  position: relative;
  text-align: right;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-top: auto;
  padding: 50px 20px 20px;
}

.navbar-custom {
  text-align: center;
  background-color: transparent;
}

body {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(images/home.png) no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.body-home {
  text-align: center;
}

.body-description {
  text-align: left;
  padding: 0px 150px;
}

.body-page {
  padding: 0px 150px;
  font-size: 24px !important;
}

.cast-crew{
  text-align: center;
}

.pictures-1{
  width: 100%;
}

Link:hover {
  size: 4rem !important;
}

.center{
  text-align: center;
}

h2 {
  padding: 15px 0px;
  font-size: 20px;
}

h4 {
  padding: 15px 0px;
  font-weight: bolder;
}

h5 {
  padding: 15px 0px;
  font-size: 24px;
}

ul {
  list-style-type: "-";
}

.movie-link {
    text-align: center;
   
    font-size: 4rem !important;
    padding-bottom: 0px;
    font-family: "Frijole", cursive;
    color: rgb(255, 145, 145);
    background-color: transparent;
    padding: 0px 150px 0px;
    
}

.Title-Home {
  text-align: center;
  font-size: 6rem;
  padding-bottom: 0px;
  font-family: "Frijole", cursive;
  color: red;
  padding: 0px 150px 0px;
}

.upper-container {
  text-align: left;
  padding: 25px 0px;
}

.trailer {
  text-align: left;
}

.tqatd-title {
  font-size: 4rem;
  padding: 25px 0px;
  font-family: "Special Elite", cursive;
}

.slogan {
  color: lightgray;
  padding: 0;
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 720px;
  display: inline-block;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100;
  height: 100;
  top: 0;
  left: 0;
}

.pictures {
  padding: 30px 0px;
}

.original-video {
  padding: 50px 25px 25px 0px;
}

.cast-pictures {
  text-align: center;
  padding: 30px 0px;
}

.wide-pictures {
  margin-left: 20px;
  margin-right: 50px;
  padding: 0px 0px 10px 10px;
}

.social-media {
  padding: 0px 10px 10px 10px;
  font-size: 28px;
  color: white;
}

@media only screen and (min-width: 240px) {
  h2{
    font-size: 20px;
  }

  h5{
    font-size: 16px;
  }

  .row{
    width: 100%;
  }

}

@media only screen and (min-width: 360px) {
  .body-page{
    text-align: center;
  }

  .pictures-1{
    padding: 20px 0px;
  }

  .navbar-custom {
    text-align: center;
    font-size: 3rem;
  }

  .justify-content-center{
    margin-right: auto;
    margin-left: auto;
    font-size: 4rem !important;
  }

  body{
    width: 100%;
    height: auto;
  }
  .col-1 {
    width: 100%;
  }
  .row-1 {
    text-align: center;
  }

  h2{
    font-size: 60px;
  }

  h5 {
    font-size: 3rem;
  }

  .Title-Home {
    text-align: center;
    font-size: 4rem;
    padding: 50px;
  }

  .body-page {
  font-size: 20px;
  padding: 20px 100px;
  }

  .body-description {
    text-align: left;
    padding: 0px;
  }

  .videoWrapper iframe {
    width: 100%;
    height: 100%;
  }

  .hide-sidebar{
    display: none !important;
  }
}


@media only screen and (min-width: 1080px) {
  .body-page {
    padding: 0px 150px;
    font-size: 16px !important;
  }

  .justify-content-center{
    font-size: 2rem !important;
  }
  li{
    padding: 0px 10px;
  }

  h1{
    font-size: 34px;
  }

  h2{
font-size: 30px;
  }

  h5{
font-size: 1rem;
  }

  .cast-crew{
    text-align: left;
  }


@media only screen and (min-width: 1921px) {
  .justify-content-center{
    font-size: 3rem !important;
  }
  li{
    padding: 0px 20px;
  }
}
}