.nav-link {
    color:rgb(0, 0, 0);
}

.nav {
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: "Bree Serif", serif;
}

.filmcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

video {
    max-width: 800px; /* Adjust this value as needed */
    width: 100%; /* Makes it responsive */
    height: auto;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
  }

.footercontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    text-decoration: overline;
    font-style: italic;
  }

  .headercontainer{
    display: flex;
    height: 90px;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    align-content: center;
    margin-left: 3%;
    margin-top: 2%;
    margin-bottom: 2%;
    transition: opacity 0.3s; /* Add a smooth transition effect */
  }
  
  .logo:hover {
    opacity: 0.01; /* Change the image's opacity when hovered */
  }
  
    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 600px) {
      .headercontainer {
        height: 160px;
        flex-direction: column;
      }
  
      .logo {
        margin-top: 5%;
      }
      .filmwriteup {
        margin-top: 4%;
        margin: 15px;
        
      }

    }

.filmwriteup {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-top: 1%;
  margin-bottom: 6%;
  font-family: "Bree Serif", serif;
}

