*{
  box-sizing: border-box;
}
.wrapper{
padding-left: 9%;
padding-right: 9%;
padding-bottom: 0%;
flex: 1 1 80%;
min-height:100%;
}
body{
  background-image: url("images/sky2_1.1.1.png");
  background-blend-mode:soft-light;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}  
.body-wrapper{
    padding-top:3%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
    flex: 1 1 80%;
    min-height:100%;
}
h1{
  margin: 0;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
h2{
  font-size: 0.8em;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin: .5em 0 .5em 0;
}

.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
grid-template-rows: 1fr;
height:100%;
grid-gap:1vw;
}
p{
font-size: 1.5em;
}
.title{
color: white;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 1.8em;
margin: 0 0 .8em 0;
flex-wrap: nowrap;
text-align: center;
justify-content: center;
align-items: center;
text-decoration: none;

}

.page-title{
color: white;
font-size: 1.6em;
flex-wrap: nowrap;
text-align: center;

}

.subtitle{
color: white;
font-size: 1em;
margin: 0 0 2em 0;
flex-wrap: nowrap;
text-align: center;
line-height: 4vh;
font-style: italic;
}
.subtitle2{
color: white;
font-size: 1.5em;
margin: 0 0 .25em 0;
flex-wrap: nowrap;
text-align: center;
padding-bottom: 2%;
}

@media (max-width:1000px){
.title{
    font-size: 1.5em;
    margin: 0 0 .8em 0;
    flex-wrap: nowrap;
    text-align: center;

  }

  .page-title{
    font-size: 2em;
    margin: 0 0 .25em 0;
    flex-wrap: nowrap;
    text-align: center;

  }

  .subtitle{
    font-size: 1em;
    margin: 0 0 2em 0;
    flex-wrap: nowrap;
    text-align: center;
    line-height: 4vh;
font-style: italic;
  }
  h1{
    font-size: 1.4em;
  }
  h2{
    font-size: 0.8em;
  }
  p{
    font-size: 1.2em;
  }
  .subtitle2{
  
    font-size: 1.2em;
    margin: 0 0 .25em 0;
    flex-wrap: nowrap;
    text-align: center;
  }

}
@media (max-width:800px){
  .title{
      font-size: 1.5em;
      margin: 0 0 1em 0;
      flex-wrap: nowrap;
      text-align: center;
  
    }
    h1{
      font-size: 1em;
    }
    h2{
      font-size: 0.8em;
    }
    p{
      font-size: 1em;
    }

  .page-title{
    font-size: 1.7em;
    margin: 0 0 .25em 0;
    flex-wrap: nowrap;
    text-align: center;

  }

  .subtitle{
    font-size: 0.9em;
    margin: 0 0 2em 0;
    flex-wrap: nowrap;
    text-align: center;
    line-height: 4vh;
font-style: italic;
  }
  .subtitle2{

    font-size: 1em;
    margin: 0 0 .25em 0;
    flex-wrap: nowrap;
    text-align: center;
    padding-bottom: 1em;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: 1fr;
    height:100%;
    grid-gap:1vw;
    padding-bottom: 2.5em;
  }

}
span{
color: white;
}

.item {
display: flex;
justify-content:center;
align-items:center;
font-family: Georgia, 'Times New Roman', Times, serif;

}
.item:before {
content: "";
display: block;
height: 0;
width: 0;
padding-bottom: calc(9/12 * 100%);
}


.title{
  text-align: center;}

.itemsquare {
  display: flex;
  justify-content:center;
  align-items:center;
  font-family: Georgia, 'Times New Roman', Times, serif;

}
.itemsquare:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(9/12 * 100%);
}


@media (max-width:550px){
  .title{
      text-align: center;}


.grid{
    padding-top: .5em;
    grid-gap: 1.5em;
}
.item .film-title{
  transition: none;
  color: white;
  opacity: 1;
}
}


.film-title{
color: rgba(255, 255, 255);
text-decoration: none;
transition: ease 0.4s;
font-size: .8em;
padding:2em;
opacity: 1;
}

.film-title:hover{
color: rgb(156, 156, 156);
transform: scale(1.05);
}

.LightB:HOVER, .LLL:HOVER, .MYC:hover, .WIAAWTM:hover, .UNSNG:hover, .MidnightCity:hover, .pulped-fiction:hover, .LDOE:hover, .JACKO:hover, .harry-lyon:hover, .therapy:hover,{
  transform: scale(1.02);
}

@media (max-width:550px){
.LightB:HOVER, .LLL:HOVER, .MYC:hover, .WIAAWTM:hover, .UNSNG:hover, .MidnightCity:hover, .pulped-fiction:hover, .LDOE:hover, .JACKO:hover, .harry-lyon:hover, .therapy:hover,{
    transform: none;
}
}

/* Images for Grids */


.CALLMYBLUFF1{
  background-image:url(images/work/callmybluff/CMB_Web_1.webp);
  background-size:contain;  position: relative;
        background-repeat: no-repeat;
  transition: 0.3s;
  margin-top: 1.5em;
}
.CALLMYBLUFF2{
    background-image:url(images/work/callmybluff/CMB_Web_2.webp);
    background-size:contain;  position: relative;
          background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: 1.5em;
  }
  .CALLMYBLUFF3{
    background-image:url(images/work/callmybluff/CMB_Web_3.webp);
    background-size:contain;  position: relative;
          background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: 1.5em;
  }
  .CALLMYBLUFF4{
    background-image:url(images/work/callmybluff/CMB_Web_4.webp);
    background-size:contain;  position: relative;
          background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: 1.5em;
  }
  .CALLMYBLUFF5{
    background-image:url(images/work/callmybluff/CMB_Web_5.webp);
    background-size:contain;  position: relative;
          background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: 1.5em;
  }
  .CALLMYBLUFF6{
    background-image:url(images/work/callmybluff/CMB_Web_6.webp);
    background-size:contain;  position: relative;
            background-repeat: no-repeat;
      transition: 0.3s;
      margin-top: 1.5em;
    }
    .CALLMYBLUFF7{
        background-image:url(images/work/callmybluff/CMB_Web_7.webp);
        background-size:contain;  position: relative;
            background-repeat: no-repeat;
      transition: 0.3s;
      margin-top: 1.5em;
    }
    .CALLMYBLUFF8{
        background-image:url(images/work/callmybluff/CMB_Web_8.webp);
        background-size:contain;  position: relative;
            background-repeat: no-repeat;
      transition: 0.3s;
      margin-top: 1.5em;
    }
    .CALLMYBLUFF9{
        background-image:url(images/work/callmybluff/CMB_Web_9.webp);
        background-size:contain;  position: relative;
              background-repeat: no-repeat;
        transition: 0.3s;
        margin-top: 1.5em;
      }
      .CALLMYBLUFF10{
        background-image:url(images/work/callmybluff/CMB_Web_10.webp);
        background-size:contain;  position: relative;
                background-repeat: no-repeat;
          transition: 0.3s;
          margin-top: 1.5em;
        }
        .CALLMYBLUFF11{
            background-image:url(images/work/callmybluff/CMB_Web_11.webp);
            background-size:contain;  position: relative;
                background-repeat: no-repeat;
          transition: 0.3s;
          margin-top: 1.5em;
        }
        .CALLMYBLUFF12{
            background-image:url(images/work/callmybluff/CMB_Web_12.webp);
            background-size:contain;  position: relative;
                background-repeat: no-repeat;
          transition: 0.3s;
          margin-top: 1.5em;
          padding-bottom: 2em;
        }




/*.Cork{
background-image:url(images/work/cork-simon/CSimon.webp);
background-size:cover;
position: relative;
transition: 0.3s;

}*/