
@media (max-width: 800px)
{
  body {
    display: block
  }
  .film-grid {
    display:block
  }
}


body {
background-color: black;
color: white;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: 5vh 95vh;
padding: 0;
margin: 0;

}

nav {

  background-color: grey;
  padding: 0;
  margin: 0;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;

}
.item-a {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  background-color: rgb(109, 0, 0);
}

.item-b {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  background-color: black;
}

.item-c {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background-color: rgb(109, 0, 0);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  float: left;
}

li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-grow: 1;
  width: 10vw;
  height: 5vw;
  color: white;
  text-align: center;
  padding-top: 1.5vh;
  justify-content: center;
  text-decoration: none;
}

li a:hover {
  background-color: rgb(41, 41, 141);
}

h1 {

  text-align: center;

}

h2 {

text-align: left;
margin-top: 1%;
margin-left: 2%;

}

p {

  text-align: center;

}



a {

text-decoration: none;
color: white;
text-align: right

}


.film-grid {
  background-color: rgb(41, 41, 141);
  color: white;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 5vh 5vh 40vh 5vh 40vh 5vh;
  padding: 0;
  margin: 0;
}
.film-item-a {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  background-color: grey;
}
.film-item-b {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  background-color: grey;
}
.film-item-c {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  background-color: rgb(41, 41, 141);
}
.film-item-d {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
  background-color: rgb(41, 41, 141);
}
.film-item-k {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
  margin-left: 1vw;
  margin-right: 1vw;

}
.film-item-m {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 4;
  background-color: rgb(41, 41, 141);
}
.film-item-n {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 5;
  margin-left: 1vw;
  margin-right: 1vw;

}
.film-item-o {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  background-color: rgb(41, 41, 141);
}
.film-item-e {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  background-color: rgb(41, 41, 141);
}
.film-item-f {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 4;
  background-color: rgb(41, 41, 141);
}
.film-item-g {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 6;
  background-color: rgb(41, 41, 141);
}
  .film-item-h {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 5;
  background-color: blue;
}
.film-item-i {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 3;
  background-color: blue;
}
.film-item-p {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 3;
  grid-row-end: 3;
  margin-left: 1vw;
  margin-right: 1vw;
  background-color: rgb(51, 0, 0);
}
.film-item-q {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 4;
  grid-row-end: 4;
  background-color: rgb(41, 41, 141);
}
.film-item-r {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 5;
  grid-row-end: 5;
  margin-left: 1vw;
  margin-right: 1vw;
  background-color: rgb(51, 0, 0);
}
.film-item-s {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 6;
  grid-row-end: 7;
  background-color: rgb(41, 41, 141);
}
.film-iframe {
width: 100%;
height: 100%;
object-fit: cover;
}
.logo {
width: 5vh;
height: 5vh;
object-fit: contain;
float: right;
}
