/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Raleway:wght@400;500;700&display=swap');*/

@font-face {
  font-family: 'MyFont';
  src: url('../font/proxima.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



html, body {
  height: 100%;
  background:#D95D30;
  color: black;
  font-family: 'MyFont', sans-serif;
  /*font-family: 'Raleway', sans-serif;*/
}

body {
  display: flex;
  flex-direction: column;

}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
background-image: url('../images/posters2.webp');
  background-size: cover;       /* Makes the image cover the entire element */
  background-position: center;  /* Keeps the image centered */
  background-repeat: no-repeat; /* Prevents tiling */
}

.content {
  /* Other styles for your content */
  flex: 1;
  padding-bottom: 50px; /* Equal to footer height */
  /* Ensure content can scroll when necessary */
  overflow-y: auto;
}

/*Text*/

a {
  text-decoration: none;
  color: #F2F2F2;
}

h1  {
  /*font-family: 'Montserrat', sans-serif;*/
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
  font-weight: normal;
}

h2 {
  /*font-weight: 700;*/
  color: #D95D30;
  /*font-family: 'Raleway', sans-serif;*/
  font-weight: normal;
}

h3 {
  font-size: 16px;
  color: white;
}

h3, h4 {
  /*font-weight: 400;*/
}

h4 {
  font-size: 14px;
  color: #D95D30;;
}

a, p, form, button {
  /*font-family: 'Raleway', sans-serif;*/
  font-weight: 500;
}

h3, h4 {
  /*font-family: 'Raleway', sans-serif;*/
  /*font-weight: 700;*/
  font-weight: normal;
}

p {
  line-height: 22px;
}

p.resetPara {
  margin-bottom: 20px;
}

p.narrative {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: white;
}


/* CINEMA SCREEN */


div.cinema {
    position: fixed;
    z-index: 1000;
    background: black;
    display: none;
    width: 100vw;
    max-width: 1280px;
    aspect-ratio: 16 / 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.cinema h1 {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 10px;
    top: 10px;
    color: #D95D30;
    font-size: 20px;
}

div.cinema button {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 10px;
    top: 10px;
    color: #D95D30;
    font-size: 16px;
}

video {
    width: 100%;
    padding: 40px;
}

/*Header*/

header {
  /*background: #232630;*/
  background-image: url('../images/banner.webp');
  background-size: cover;       /* Makes the image cover the entire element */
  background-position: center;  /* Keeps the image centered */
  background-repeat: no-repeat; /* Prevents tiling */
}

img#logo, img#hamburger {
  position: absolute;
}

img#logo {
  left: 4vw;
  top: 7vw;
  height: 14vw;
}

img#hamburger {
  right: 10vw;
  height: 8vw;
  top: 10vw;
}

.main-nav {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; /* Smooth transition */
  margin-top: 28vw;
  background: #232630;
}

ul.main-navigation {
  background: #0D0D0D;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

ul.main-navigation li {
  padding-left: 4vw;
  width: 100%;
  padding-bottom: 10px;
}

ul.highlighter {
  position: absolute;
  width: 60%;
  top: -9999px;
  right: 57px;
  text-align: center;
}

main {
  width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-left: auto;
  margin-right:  auto;
  background: #232630;
}


div.heading-container {
  display: grid;
  grid-template-columns: auto;
  margin-bottom: 20px;
}

div.stuff {
  display: flex;
  align-items: flex-end;
}

div.stuff div {
  position: absolute;

}

div.heading-container h1 {
  background: url('../images/bg.png');
  margin: 0;
  padding: 20px;
  border-right-style: solid;
  border-color: #DE6943;
  border-width: 8px;
margin-left: -4vw;
}

div.heading-container img {
  display: block;
  width: 100vw;
  margin-left: -4vw;
}


div.awards-grid {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-gap: 16px;
  margin-bottom: 32px;
  margin-top: 16px;
}
.poster {
  width: 100%;
  border-style: solid;
  border-color: #DE6943;
  border-width: 1px;
}
.awards-grid h3 {
  font-size: 24px;
}
.awards-grid p {
  color: #adacac;
}
.laurel {
    height: 66px;
}

div.nominees-list {
  margin-bottom: 32px;
}
div.nominees-list h3 {
  font-size: 18px;
  color: #D95D30;
  margin-bottom: 16px;
}
div.nominees-list h4 {
  font-size: 18px;
  color: white;
}
div.nominees-list p {
  font-size: 14px;
  color: #adacac;
  margin-bottom: 8px;
}




div.screen-grid {
    position: relative;
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    grid-gap: 20px;
}

div.screen-grid > div {
    border-style: solid;
    border-width: 1px;
    border-color: #D95D30;
    text-align: center;
    padding: 20px;
    background: black;
}

div.screen-grid h2, h3 {
    margin-bottom: 10px;
}

div.screen-grid h3 {
    font-size: 20px;
}

div.screen-grid p {
    text-align: left;
}

div.screen-grid img {
    height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.watch {
    background: #D95D30;
    border: none;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.watch:hover {
    background: white;
    color: #D95D30;
}

.exit {
    border: none;
    width: 50px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.exit:hover {
    background: white;
    color: #D95D30;
}




div.blog-flex {
  display: flex;
  align-items: center;
  margin-top: -10px;
}

div.blog-flex img {
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.blog {
  max-width: 50em;
}

img.blog-images {
  height: 360px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

div.blog-grid {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

div.blog-item img {
  width: 100%;
  display: block;
}

div.blog-item div {
  background: url('../images/bg.png');
  padding: 10px;
}

div.blog-item h2{
  width: 100%;
}



.footer {
  flex-shrink: 0;
  height: 625px; /* Set your desired footer height */
  background-color: black; /* Change color as needed */
  color: #D95D30; /* Change text color as needed */
}

.footer-flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer-flex > div {
  width: 100%;
}

footer a {
  color: #F2F2F2;
}

footer a:hover {
  font-weight: bold;
  color: #D95D30;
}


form {
  width: 100vw;
  max-width: 400px;
  padding-left: 4vw;
  padding-right: 4vw;margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

label {
  color: #F2F2F2;
}

input[type="text"], input[type="email"],
textarea {
  width: 100%;
  padding: 8px; /* Adjust padding as needed */
  font-size: 16px; /* Adjust font size as needed */
  margin-bottom: 20px;
  margin-top: 4px;
  border-style: none;
  border-radius: 0;
  background: #F2F2F2;
  color: #1a1a1a;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'MyFont', sans-serif;
  font-weight: 500;
}

textarea {
  height: 100px;
  resize: none;
}

input:focus,
textarea:focus {
  background: #F2F2F2;
}

input[type=submit] {
  width: 80px;
  height: 40px;
  border-style: solid;
  border-radius: 0;
  border-color: #D95D30;
  border-width: 1px;
  background: #4B4F5E;
  color: #D95D30;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'MyFont', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/* Button hover state */
input[type="submit"]:hover {
  background-color: #F2F2F2;
  color:#162438;
  font-weight: normal;
}
.form-sender {
  width: 80px;
  height: 40px;
  border-style: solid;
  border-radius: 0;
  border-color: #D95D30;
  border-width: 1px;
  background: #4B4F5E;
  color: #D95D30;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'MyFont', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/* Button hover state */
.form-sender:hover {
  background-color: #F2F2F2;
  color:#162438;
  font-weight: normal;
}

.links-footer li {
  display: inline-block;
}


ul.rules li {
    margin-bottom: 5px;
}



/* Media queries for different screen sizes */
@media only screen and (min-width: 576px) {
  /* Small screens (SM) and above */

  img#logo {
    height: 81px;
    left: 23px;
    top: 40px;
  }

  img#hamburger {
    height: 46px;
    right: 58px;
    top: 58px;
  }

  .main-nav {
    margin-top: 161px;
  }

  div.blog-grid {
    grid-template-columns: auto auto;
  }

  div.blog-item {
    display: flex;
    align-items: flex-end;
  }

  div.blog-item div {
    width: 250px;
    position: absolute;
    border-right-style: solid;
    border-color: #DE6943;
    border-width: 8px;
  }

}

@media only screen and (min-width: 768px) {
  /* Medium screens (MD) and above */

  img#logo {
    height: 81px;
    left: 23px;
    top: 40px;
  }

  img#hamburger {
    height: 46px;
    right: 58px;
    top: 58px;
  }

  .main-nav {
    margin-top: 161px;
  }

  main {
  width: 720px;
  padding-left: 30px;
  padding-right: 30px;
  }

  div.heading-container h1 {
    background: url('../images/bg.png');
    margin: 0;
    padding: 20px;
    padding-left: 30px;
    border-right-style: solid;
    border-color: #DE6943;
    border-width: 8px;
  margin-left: -30px;
  }

  div.heading-container img {
    display: block;
    width: 720px;
    margin-left: -30px;
  }

  div.heading-wrap h2 {
  max-width: 600px;
    position: absolute;
    background: url('../images/bg.png');
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 508px;
    margin-left: -30px;
    border-right-style: solid;
    border-color: #DE6943;
    border-width: 8px;
  }

  div.blog-grid {
    grid-template-columns: auto auto;
  }

  div.blog-item {
    display: flex;
    align-items: flex-end;
  }

  div.blog-item div {
    width: 300px;
    position: absolute;
    border-right-style: solid;
    border-color: #DE6943;
    border-width: 8px;
  }

}

@media only screen and (min-width: 992px) {
  /* Large screens (LG) and above */

  img#logo {
    height: 81px;
    left: 23px;
    top: 40px;
  }

  img#hamburger {
    height: 46px;
    right: 58px;
    top: -358px;
  }

  .main-nav {
    height: 161px;
    margin-top: 0;
    background-size: cover;
  }

  ul.main-navigation {
    background: none;
    width: 60%;
    padding-top: initial;
    text-align: center;
    position: absolute;
    right: 57px;
  }

  ul.main-navigation li {
    padding-left: initial;
    width: 19%;
    padding-bottom: initial;
    display: inline-block;
    line-height: 161px;
  }

  a:hover {
    font-weight: bold;
    color: #D95D30;
  }

  main {
  width: 720px;
  padding-left: 30px;
  padding-right: 30px;
  }

  ul.highlighter {
    position: absolute;
    width: 60%;
    right: 57px;
    top: 0;
    text-align: center;
  }

  ul.highlighter li {
    width: 19%;
    display: inline-block;
  }

  ul.highlighter img {
    height: 60px;
  }



}

@media only screen and (min-width: 1200px) {
  /* Extra-large screens (XL) and above */

  img#logo {
    height: 81px;
    left: 23px;
    top: 40px;
  }

  img#hamburger {
    height: 46px;
    right: 58px;
    top: -358px;
  }

  .main-nav {
    height: 161px;
    margin-top: 0;
    background-size: cover;
  }

  ul.main-navigation {
    background: none;
    width: 60%;
    padding-top: initial;
    text-align: center;
    position: absolute;
    right: 57px;
  }

  ul.main-navigation li {
    padding-left: initial;
    width: 19%;
    padding-bottom: initial;
    display: inline-block;
    line-height: 161px;
  }

  a:hover {
    font-weight: bold;
    color: #D95D30;
  }

  main {
  width: 720px;
  padding-left: 30px;
  padding-right: 30px;
  }


  ul.highlighter {
    position: absolute;
    width: 60%;
    right: 57px;
    top: 0;
    text-align: center;
  }

  ul.highlighter li {
    width: 19%;
    display: inline-block;
  }

  ul.highlighter img {
    height: 60px;
  }

}
