@font-face {
  font-family: myFont;
  src: url(font/MuktaMalar-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: myFont;
  color: black;
}
body {
  width: 1024px;
  height: 100%; /* NO HEIGHT ON BODY!! */
  margin: auto;
  position: relative;
}
h1, h2, h3 {
  font-family: Helvetica, arial, sans-serif;
}
.menu_box {
  width: 100%;
  height: 100px;
  margin: auto;
  color: red;
  padding-top: 10px;
  text-align: center;
}
.menu {
  text-align: center;
  display: inline-block;
  padding: 0px 20px;
  font-size: 290%;
}
.home-banner {
  height: 550px;
  width: 100%;
  background-color: lightgrey;
  position: relative;
}
.home-banner-text {
  width: 765px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 500%;
}
.home-banner-text p {
  color: #ffffff;
}
.recent-projects-title {
  margin-top: 12px;
  height: 32px;
  width: 100%;
  text-align: center;
}
.recent-project {
  height: 550px;
  width: 1020px;
  margin: auto;
  padding: 10px 0px;
}
.recent-project-box {
  height: 100%;
  width: 200px;
  float: left;
  margin: 0px 2px;
  background-color: lightgrey;
}
.text-strip {
  margin-top: 0px;
  display: inline-block;
  height: 45px;
  width: 100%;
  /*background-color: lightgrey;*/
  text-align: center;
  margin-bottom: 5px;
}
.highlight-projects {
  height: 240px;
  width: 100%;
}
.highlight-projects-boxes{
  height: 190px;
  width: 33%;
  background-color: lightgrey;
  float: left;
  margin: 1.7px;
}
footer {
  display: inline-block;
  width: 100%;
  font-family: Helvetica;
  text-align: center;
  color: grey;
  position: absolute;
  opacity: 0;
}
.title {
  width: 100%;
  margin: auto;
  text-align: center;
}
.content-secion {
  height: 540px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.content-secion-film {
  height: 692px;
  width: 98%;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.content-secion-photography {
  height: 540px;
  width: 101.5%;
  margin: auto;
  text-align: center;
}
.film-box {
  height: 215px;
  width: 330px;
  float: left;
  /*background-color: grey; */
  margin: 2px;
  overflow: hidden;
  text-align: left;
}
.film-box-thumble {
  height: 175px;
  width: 330px;
  background-color: lightgrey;
  float: left;
  margin: 2px;
}
.watch-now-section {
  position: relative;
  height: 550px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.photography-port {
  height: 450px;
  width: 49%;
  background-color: lightgrey;
  margin: 2px;
  float: left;
}
.back-to-films {
  margin-left: 23px;
}
.film-info {
  position: relative;
  /*height: 184px;*/
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.film-about {
  height: 100%;
  width: 21%;
  float: left;
  border-style: solid;
  border-width: 0px;
  border-right-width: 2px;
  border-color: grey;
  margin-right: 15px;
  margin-left: 23px;
}
.film-about-long {
  height: 100%;
  width: 100%;
  float: left;
  margin-left: 23px;
}
.film-stills {
  height: 100%;
  float: left;
  text-align: left;
  background-color: grey;
}
.film-stills-box {
  height: 100%;
  width: 70%;
  float: left;
  margin-right: 0px;
}
.greytext {
  color: grey;
}
.default-width {
  width: 1024px;
  height: 2327px;
}
.default-width-film {
  width: 1024px;
  height:1400px;
}
@media only screen and (min-width: 1020px) {
  .recent-project-box, .film-box-thumble {
    transition: .5s;
    opacity: 0.8;
  }
  .recent-project-box:hover, .film-box-thumble:hover {
    transition: .5s;
    opacity: 1;
  }
  .menu_box {
    width: 100%;
    height: 50px;
    margin: auto;
    color: red;
    padding-top: 10px;
    text-align: center;
  }
  .menu {
    text-align: center;
    display: inline-block;
    padding: 0px 10px;
    font-size: 100%;
  }

}
