:root {
  --bessie-blue: #0095ff;
  --mauve: #672737;
  --yellow: #f6ce2b;
  --dark-blue: #23212f;
  --white: white;
  --black: black;
  --height: 100vh;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  letter-spacing: .3vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: #dbdbdb;
  border-bottom: 2px solid #0000;
  text-decoration: none;
}

a:hover {
  color: #0095ff;
  border-bottom: 2px solid #0095ff;
  text-decoration: none;
}

a.w--current {
  border-bottom-color: var(--bessie-blue);
  color: var(--bessie-blue);
}

.body {
  color: #dbdbdb;
  background-color: #000;
  background-image: url('../images/bessie_bg_1.webp');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  font-size: 14px;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph.small {
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.flex-block {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 58vw;
  height: calc(100vh - 50px);
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  inset: 50px auto 0% 0%;
}

.flex-block.page2 {
  text-align: left;
  width: 45vw;
  padding-left: 20px;
  top: 0;
}

.flex-block-2 {
  width: 40vw;
  padding-left: 3%;
  position: relative;
  left: 58%;
  right: 0;
}

.flex-block-2.page2 {
  width: 54vw;
  left: 45%;
}

.titlecard {
  box-shadow: none;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 50vh;
  margin-top: 4vh;
  transform: rotate(-4deg);
}

.intro-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: calc(100vh - 50px);
  margin-top: 50px;
  display: flex;
  position: relative;
}

.laurel {
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: 11vw;
  max-width: 24vh;
  max-height: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.bottombar {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.navlink {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.navlink.home {
  display: none;
}

.topbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.social-icon {
  color: #ffffffb3;
  width: 1.7rem;
  height: 1.7rem;
}

.social-icon:hover {
  color: #0095ff;
  border-bottom-color: #0095ff00;
}

.social-icon.nav {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 18px;
  display: inline-block;
}

.top-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.team-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.team-block.screenings {
  align-items: center;
}

.team-image {
  flex: none;
  width: 20%;
  max-width: 400px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.footer {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nowrap {
  white-space: nowrap;
}

.more-info {
  text-align: center;
  font-size: .8em;
}

.section {
  border-bottom: 3px solid var(--mauve);
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.screening-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
}

.press-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid #0000;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.press-block:hover {
  border-bottom: 2px solid var(--bessie-blue);
}

.press-heading {
  width: 20%;
}

.nav-menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  margin-left: 3vw;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.gallery-image {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.blue {
  color: var(--bessie-blue);
}

.heading-4 {
  letter-spacing: 1px;
}

.heading-5 {
  margin-top: 5px;
}

.alertbar {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--yellow);
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: .6;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.line-1 {
  color: var(--dark-blue);
}

.line-2 {
  color: var(--bessie-blue);
  font-weight: 500;
}

.line-3 {
  color: var(--dark-blue);
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: center;
  }

  .body {
    background-image: url('../images/bessie_bg_sm.jpg');
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
  }

  .flex-block {
    width: 100vw;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 4vw;
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
  }

  .flex-block.page2 {
    width: 100vw;
    padding-left: 10px;
  }

  .flex-block-2, .flex-block-2.page2 {
    width: 100vw;
    left: auto;
  }

  .titlecard {
    margin-top: 10px;
  }

  .intro-block {
    text-align: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .laurel {
    width: 19vw;
    max-width: 20vw;
    max-height: 15vw;
  }

  .bottombar {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .topbar {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .alertbar {
    flex-flow: column;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65em;
  }

  .flex-block {
    margin-top: 20px;
  }

  .flex-block.page2 {
    margin-top: 100px;
  }

  .flex-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titlecard {
    width: 100%;
    height: auto;
  }

  .bottombar {
    flex-flow: row;
  }

  .navbar {
    text-align: left;
  }

  .topbar {
    z-index: 100;
    background-image: url('../images/bessie_bg_sm.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    position: fixed;
    box-shadow: 0 4px 16px #0009;
  }

  .social-icon.nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 10px;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .alertbar {
    margin-top: 100px;
    font-size: 20px;
    font-weight: 500;
  }

  .line-2 {
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3, h5 {
    text-align: center;
  }

  .flex-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .laurel {
    width: 28vw;
    max-width: 30vw;
    max-height: 20vw;
  }

  .bottombar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    align-content: flex-start;
    margin-bottom: 10px;
  }

  .navbar {
    width: 100%;
  }

  .navlink {
    text-align: right;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navlink.home {
    display: block;
  }

  .topbar {
    padding: 0;
    font-size: 24px;
    line-height: .9em;
  }

  .social-icon {
    display: flex;
  }

  .social-icon.nav {
    margin-left: 16px;
  }

  .team-block {
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-image {
    width: 50%;
  }

  .screening-block {
    justify-content: flex-start;
    align-items: center;
  }

  .press-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav-menu {
    text-align: right;
    background-image: url('../images/bessie_bg_sm.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .menu-button {
    font-size: 32px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    color: var(--bessie-blue);
    background-color: #c8c8c800;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blue {
    margin-top: 0;
  }

  .alertbar {
    margin-top: 70px;
  }
}


