/*
CSS rules to specify families

font-family: 'Abril Fatface', cursive;
font-family: 'Advent Pro', sans-serif;
font-family: 'Cinzel Decorative', cursive;
font-family: 'Cormorant', serif;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Rajdhani', sans-serif;

font-family: 'Lily Script One', cursive;
font-family: 'Oleo Script Swash Caps', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Just Another Hand',

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lily+Script+One&family=Julius+Sans+One&family=Lato:ital,wght@0,100;0,300;0,900;1,100;1,400;1,900&family=Cinzel+Decorative&family=Cormorant:ital,wght@0,300;0,500;1,300&family=Just+Another+Hand&display=swap");
:root {
  --bffRed: #ac0101;
  --bffMaroon: #600000;
  --bffPastel: #E77388;
  --bffNavBar: #0e185c;
  --bffLighterBlue: $bffLighterBlue;
  --bffNavy: #000b9b;
  --bffDarkBlue: #0e185c;
  --bffTopBoxH1: 'Abril Fatface';
  --bffTopBoxH24: 'Julius Sans One';
  --bffTitleFont: 'Cinzel Decorative';
  --bffBodyFont: 'Cormorant';
  --bffHeadLines: 'Cormorant';
  --bffScriptFont: 'Lily Script One';
  --bffPlainFont: 'Lato', sans-serif;
  --bffAnotherHandFont: 'Just Another Hand'; }

.nText {
  font-family: 'Nunito Sans', sans-serif; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*::selection {
  background-color: red;
  color: white; }

div {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.bffCCCard, .bffTopBoxContainer, .bffTopBoxContainer .contentCard, .bffBarContainer .bffTitle, .generalContextCardContainer, #contextBody .cardContainer, #home .depCardContainer, .teamCardsContainer, footer .footerCC {
  width: 100vw;
  display: block;
  max-width: 1000px !important;
  min-width: 300px !important; }

.fl, .flConditional {
  float: left; }

.fr, .frConditional {
  float: right; }

.fn {
  float: none; }

.h100 {
  height: 100% !important; }

.w100 {
  width: 100% !important; }

.vBold {
  font-weight: 900; }

.vThin, .slim {
  font-weight: 100; }

.small {
  font-size: 80%; }

a, a :active,
a :link,
a :visited {
  text-decoration: none;
  color: black; }

.fullWidth, .bffTopBoxContainer {
  width: 100vw !important;
  max-width: 100vw !important; }

.allCaps {
  text-transform: uppercase; }

.script, .scriptComp {
  font-family: "Lily Script One";
  font-weight: 100; }

.scriptComp {
  letter-spacing: -0.1rem;
  font-size: 90%; }

.hiLite {
  background-color: yellowgreen;
  color: #0e185c; }

.hiLiteYel {
  background-color: gold;
  color: #0e185c; }

.sexyLine {
  margin: 25px 0;
  height: 1px;
  background: black;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
  z-index: 100;
  width: 100% !important; }

.conditionalVNarrow {
  display: none; }

.conditionalVWide {
  display: block; }

.pushABit {
  padding-left: 150px;
  padding-right: 150px; }

.anotherHand {
  font-family: "Just Another Hand"; }

.bffTopBoxContainer {
  min-height: 300px;
  background-color: #000365 !important;
  z-index: 0; }
  .bffTopBoxContainer .contentCard {
    padding: 50px 0; }
    .bffTopBoxContainer .contentCard h1, .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard h3,
    .bffTopBoxContainer .contentCard h4 {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 700;
      font-size: 35pt;
      line-height: 2ex;
      color: white;
      /*   text-shadow: 1px 1px 0 gold;*/
      /*   text-transform: uppercase;*/ }
    .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard h3,
    .bffTopBoxContainer .contentCard h4 {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 300;
      font-size: 32pt;
      color: #ffc107; }
    .bffTopBoxContainer .contentCard h3 {
      color: #fff;
      font-family: "Nunito Sans", sans-serif;
      font-weight: 100;
      font-size: 25pt;
      line-height: 1em; }

.bffLogoSquare {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px; }

.x300 {
  margin-right: 30px;
  margin-top: -50px;
  width: 300px;
  height: 300px; }

.x200 {
  width: 200px;
  height: 200px; }

.opacLogo {
  background-image: url("../img/bFashion-logoSQ.png"); }

.transparentLogo {
  background-image: url("../img/bFashion-tp-logoSQ.png"); }

.transparentLiteLogo {
  background-image: url("../img/bFashion-tplite-logoSQ.png"); }

.bffLogoHorizental {
  width: 163px !important;
  height: 75px !important;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  background-image: url("../img/bFashion-tp-logo-HR.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.bffLogoHRContainerHeight, .bffNavBar {
  height: 75px !important;
  min-height: 75px !important; }

.bffNavBar {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 300px !important;
  background-color: #0e185c; }

.bffBarContainer {
  position: absolute;
  display: flex;
  flex-wrap: nowrap !important;
  width: 100% !important;
  right: 0;
  min-height: 100px; }
  .bffBarContainer .partLeft {
    float: left;
    margin-left: 0;
    left: 0;
    top: 0;
    background-color: white;
    width: 33%;
    height: 100% !important; }
  .bffBarContainer .partRight {
    float: right;
    margin-right: 0;
    right: 0;
    background-color: #ac0101;
    width: 33%;
    min-height: 100% !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4); }
  .bffBarContainer .bffTitle {
    background-color: #ac0101;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4); }

nav {
  color: white; }

.top-bar {
  color: white;
  z-index: 100; }
  .top-bar ul {
    color: white;
    border-radius: 10px; }
    .top-bar ul li {
      font-family: "Lato", sans-serif;
      font-size: 12pt;
      font-weight: bold;
      color: white;
      padding-top: 5px; }
      .top-bar ul li :last-of-type {
        border-bottom: none; }
      .top-bar ul li a, .top-bar ul li a :active, a .top-bar ul li :active,
      .top-bar ul li a :link,
      a .top-bar ul li :link,
      .top-bar ul li a :visited,
      a .top-bar ul li :visited {
        height: 100%;
        background-color: transparent !important;
        color: white; }

.nav-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#navInvite {
  border-radius: 5px;
  background-color: red;
  height: 3em;
  margin-top: 5px;
  margin-left: 10px;
  padding: 10px; }
  #navInvite a, #navInvite a :active, a #navInvite :active,
  #navInvite a :link,
  a #navInvite :link,
  #navInvite a :visited,
  a #navInvite :visited {
    color: white;
    margin-top: -7px; }

@media only screen and (max-width: 715px) {
  .pushABit {
    padding: 0; }

  .bffLogoSquare, .x300, .x200 {
    margin-top: -30px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto; }

  .flConditional {
    float: none; }

  .contentCard {
    text-align: center;
    padding: 50px 20px; }

  .nav-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .top-bar ul {
    padding-bottom: 30px; }
    .top-bar ul li {
      padding: 10px 0 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  #navInvite {
    margin-right: 10px; }

  .bffLogoHorizental {
    width: 98px !important;
    height: 45px !important;
    margin-top: 15px; } }
.generalContextCardContainer, #contextBody .cardContainer, #home .depCardContainer {
  margin-top: 50px;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 20pt;
  color: black; }
  .generalContextCardContainer p, #contextBody .cardContainer p, #home .depCardContainer p {
    font-family: "Cormorant";
    color: black;
    font-size: 20pt; }
  .generalContextCardContainer h1, #contextBody .cardContainer h1, #home .depCardContainer h1, .generalContextCardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard .generalContextCardContainer h2, #contextBody .cardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #contextBody .cardContainer h2, #home .depCardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #home .depCardContainer h2, .generalContextCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard .generalContextCardContainer h3, #contextBody .cardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #contextBody .cardContainer h3, #home .depCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #home .depCardContainer h3,
  .generalContextCardContainer .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard .generalContextCardContainer h4,
  #contextBody .cardContainer .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard #contextBody .cardContainer h4,
  #home .depCardContainer .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard #home .depCardContainer h4, .generalContextCardContainer h2, #contextBody .cardContainer h2, #home .depCardContainer h2, .generalContextCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard .generalContextCardContainer h3, #contextBody .cardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #contextBody .cardContainer h3, #home .depCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #home .depCardContainer h3, .generalContextCardContainer h3, #contextBody .cardContainer h3, #home .depCardContainer h3, .generalContextCardContainer h4, #contextBody .cardContainer h4, #home .depCardContainer h4 {
    font-family: "Cormorant";
    color: #000365; }
  .generalContextCardContainer h1, #contextBody .cardContainer h1, #home .depCardContainer h1, .generalContextCardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard .generalContextCardContainer h2, #contextBody .cardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #contextBody .cardContainer h2, #home .depCardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #home .depCardContainer h2, .generalContextCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard .generalContextCardContainer h3, #contextBody .cardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #contextBody .cardContainer h3, #home .depCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #home .depCardContainer h3,
  .generalContextCardContainer .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard .generalContextCardContainer h4,
  #contextBody .cardContainer .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard #contextBody .cardContainer h4,
  #home .depCardContainer .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard #home .depCardContainer h4 {
    font-weight: 100;
    font-size: 40pt; }

#contextBody * {
  color: black; }
#contextBody .cardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 10px; }
#contextBody .newCard {
  margin: 20px 0;
  padding: 15px 0 0 40px;
  min-width: 270px;
  max-width: 55%; }
  #contextBody .newCard h2, #contextBody .newCard .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #contextBody .newCard h3 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 30pt; }
    #contextBody .newCard h2 span, #contextBody .newCard .bffTopBoxContainer .contentCard h3 span, .bffTopBoxContainer .contentCard #contextBody .newCard h3 span {
      color: inherit; }
    #contextBody .newCard h2 .vBold, #contextBody .newCard .bffTopBoxContainer .contentCard h3 .vBold, .bffTopBoxContainer .contentCard #contextBody .newCard h3 .vBold {
      font-weight: 900; }
  #contextBody .newCard p, #contextBody .newCard li {
    font-family: "Lato", sans-serif;
    word-wrap: normal; }
#contextBody .newCardSquare {
  margin: 40px 0;
  background-color: azure;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 45vw;
  height: 45vw;
  max-width: 350px;
  max-height: 350px;
  min-width: 250px;
  min-height: 250px;
  border-radius: 40px;
  overflow: hidden; }

#home .depCardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px; }
#home .depCard {
  margin: 10px auto;
  background-color: azure;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  max-width: 460px !important;
  min-width: 280px;
  border-radius: 40px;
  overflow: hidden;
  min-height: 666.6666666667px; }
@media screen and (max-width: 850px) {
  #home .depCard {
    width: 100%;
    max-width: 960px !important;
    min-width: 280px; }
  #home #card1 {
    background-position: -150px; } }
#home .cradDouble {
  width: 100% !important;
  max-width: 1000px !important;
  border-radius: 40px; }
#home .overlayHolderSingle,
#home .overlayHolderDouble {
  margin-top: 0;
  width: 100%;
  height: 30%;
  text-align: center;
  background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%); }
#home .overlayHolderSingle {
  padding: 20px 15px 0 15px; }
#home .overlayHolderDouble {
  padding: 40px 15px 0 15px; }
#home h1.overlay, #home .bffTopBoxContainer .contentCard h2.overlay, .bffTopBoxContainer .contentCard #home h2.overlay, #home .bffTopBoxContainer .contentCard h3.overlay, .bffTopBoxContainer .contentCard #home h3.overlay,
#home .bffTopBoxContainer .contentCard h4.overlay,
.bffTopBoxContainer .contentCard #home h4.overlay {
  font-size: 30pt !important;
  color: white;
  text-shadow: 1px 1px 8px black;
  letter-spacing: 0.1rem;
  font-family: "Abril Fatface";
  font-weight: 100; }

.tightHeight {
  line-height: 2rem; }

#teamMemebrs {
  margin-top: 100px; }
  #teamMemebrs h1, #teamMemebrs .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #teamMemebrs h2, #teamMemebrs .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #teamMemebrs h3,
  #teamMemebrs .bffTopBoxContainer .contentCard h4,
  .bffTopBoxContainer .contentCard #teamMemebrs h4 {
    font-size: 30pt;
    font-family: "Abril Fatface";
    color: #000365; }
  #teamMemebrs h2, #teamMemebrs .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #teamMemebrs h3 {
    font-size: 20pt;
    font-family: "Cinzel Decorative";
    color: #000365; }

.teamCardsContainer {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 25px; }

.teamMemberPlace {
  width: 300px;
  height: 420px;
  box-sizing: border-box;
  margin: 0 10px 0 10px; }

.teamMemberPhoto {
  transition-duration: 1s;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  border-radius: 150px;
  margin: 0;
  background-size: contain; }

.teamCoreL1:hover,
.teamMemberPhoto:hover {
  transition-duration: 1s;
  filter: contrast(150%); }

.teamMemberDesc {
  margin-top: 10px;
  align-content: center;
  text-align: center;
  line-height: 2ex;
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 15pt; }

.bffFramed-T1 {
  border: 1px solid #0e185c;
  border-radius: 50px; }

.teamCoreL1DescContainer {
  font-size: 18pt;
  color: black;
  text-align: center; }
  .teamCoreL1DescContainer p {
    font-family: "Lato", sans-serif; }
  .teamCoreL1DescContainer .ceo {
    font-family: "Cinzel Decorative"; }

.teamCoreL1 {
  width: 350px;
  height: 350px;
  border-radius: 175px;
  transition-duration: 1s;
  background-size: cover; }

.teamCoreL1[name="Roseita-Royce"] {
  background-position: center;
  background-image: url('https://storage.googleapis.com/filmfestival/images/team/roseita_royce.jpg');}


form.formOrdinary {
  width: 100%;
  font-family: "Lato", sans-serif !important;
  /* Show red borders when filled, but invalid */
  /* Show green borders when valid */ }
  form.formOrdinary p {
    font-family: "Lato", sans-serif !important; }
  form.formOrdinary h3 {
    font-family: "Abril Fatface" !important;
    font-weight: 100;
    letter-spacing: 0 !important; }
  form.formOrdinary .section {
    border: 2px solid #000365;
    border-radius: 10px;
    margin: 80px 0;
    padding: 20px;
    min-width: 100%;
    text-align: center; }
  form.formOrdinary .section:first-child {
    margin-top: 0; }
  form.formOrdinary .section:hover {
    background-color: azure; }
  form.formOrdinary input[type="checkbox"],
  form.formOrdinary input[type="radio"] {
    width: 0;
    height: 0;
    display: none; }
  form.formOrdinary input[type="checkbox"]:checked + label,
  form.formOrdinary input[type="radio"]:checked + label {
    transition-duration: 1s;
    transition: width 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    background-color: black !important;
    color: white !important;
    font-weight: 800;
    float: none;
    clear: both; }
  form.formOrdinary input[type="checkbox"]:checked + label strong {
    color: yellow !important; }
  form.formOrdinary input[type="checkbox"]:checked + label .sFeeDesc {
    color: greenyellow !important; }
  form.formOrdinary input[type="checkbox"]:disabled + label {
    border: 1px solid grey;
    border-radius: 10px;
    color: silver !important; }
  form.formOrdinary input[type="checkbox"]:disabled + label strong {
    color: silver !important; }
  form.formOrdinary label {
    margin: 10px;
    padding: 10px 20px;
    background-color: #f0f0f0 !important;
    border: 1px solid black;
    border-radius: 10px;
    font-weight: bold;
    box-sizing: border-box; }
  form.formOrdinary label[look="traditional"] {
    width: 100% !important;
    float: none;
    clear: both; }
  form.formOrdinary label:hover {
    background-color: pink !important; }
  form.formOrdinary input {
    text-align: center;
    border: none;
    border-radius: 10px;
    width: 95%;
    margin: 10px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white !important;
    font-weight: bold;
    overflow: visible; }
  form.formOrdinary input:focus {
    text-align: center;
    border: 2px solid black;
    background: white;
    color: black !important;
    font-weight: bold !important;
    overflow: visible; }
  form.formOrdinary input:placeholder-shown {
    font-weight: normal;
    background-color: white !important;
    color: black !important;
    overflow: ellipsys !important; }
  form.formOrdinary input:not(:placeholder-shown) {
    border-color: red !important; }
  form.formOrdinary input:invalid {
    border-color: red; }
  form.formOrdinary input:valid {
    border-color: green; }
  form.formOrdinary .flexCard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  form.formOrdinary .emph {
    color: #000365 !important;
    background-repeat: no-repeat;
    background-size: calc(100% + 20px) 2px, 0;
    /* right & left */
    background-position: 5px calc(100% - 2px);
    /* bottom */
    /* Since we're sizing and positioning with the above properties, we only need to set up a simple solid-color gradients for each side */
    background-image: linear-gradient(270deg, rgba(42, 68, 152, 0), rgba(255, 0, 123, 0.5), rgba(42, 68, 152, 0)); }

.listOff {
  display: none; }

.sFeeWas,
.sFeeDesc {
  font-weight: 400;
  font-size: 90%; }

.sFeeWas::before,
.sFeeDesc::before {
  content: "\00a0|\00a0\00a3"; }

.sFeeWas {
  text-decoration: line-through;
  color: red !important; }

.alwaysHidden {
  display: none !important; }

.feeBRtable {
  border: 2px solid black;
  border-radius: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: none; }

.feeBRow,
.feeBRowValue,
.feeSBRow,
.feeSBRowValue,
.feeSBRowDiscount,
.feeSBRowTotal,
.feeSBRowTotalVal {
  font-family: tahoma,sans-serif;
  font-size: 10pt;
  color: black;
  line-height: 2ex;
  padding: 0 15px;
  text-align: left;
  font-weight: 400; }

.feeSBRowDiscount,
.feeSBRow,
.feeBRowValue,
.feeSBRowValue,
.feeSBRowTotal,
.feeSBRowTotalVal {
  text-align: right; }

.feeSBRow,
.feeSBRowValue,
.feeSBRowTotal,
.feeSBRowTotalVal {
  font-weight: 900; }

.feeSBRowDiscount {
  font-weight: 900;
  color: darkred; }

.feeSBRowTotal,
.feeSBRowTotalVal {
  font-size: 12pt;
  background-color: rgba(0, 0, 0, 0.1); }

.feeSBRowTotal,
.feeSBRowTotalVal {
  height: 4ex; }

.feeSBRowThick {
  border-top-width: 2px;
  border-bottom-width: 2px; }

.sFeeBreakdownHidden {
  display: none;
  height: 0;
  transition-duration: 1s; }

.sFeeBreakdownShown {
  display: block;
  min-height: 200px;
  transition-duration: 1s; }

footer {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 300px !important;
  margin-top: 100px;
  background-color: #0e185c;
  background: linear-gradient(270deg, #0e185c 0%, #280050 100%);
  background: -moz-linear-gradient(270deg, #0e185c 0%, #280050 100%);
  background: -webkit-linear-gradient(270deg, #0e185c 0%, #280050 100%);
  color: white;
  min-height: 200px; }
  footer .footerCC {
    padding: 20px 0;
    font-family: "Lato", sans-serif;
    font-size: 11pt;
    font-weight: normal; }
  footer h2, footer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard footer h3 {
    font-family: "Lily Script One";
    font-size: 20pt; }

@media only screen and (max-width: 715px) {
  .generalContextCardContainer, #contextBody .cardContainer, #home .depCardContainer {
    padding-left: 20px;
    padding-right: 20px; }
    .generalContextCardContainer h1, #contextBody .cardContainer h1, #home .depCardContainer h1, .generalContextCardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard .generalContextCardContainer h2, #contextBody .cardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #contextBody .cardContainer h2, #home .depCardContainer .bffTopBoxContainer .contentCard h2, .bffTopBoxContainer .contentCard #home .depCardContainer h2, .generalContextCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard .generalContextCardContainer h3, #contextBody .cardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #contextBody .cardContainer h3, #home .depCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #home .depCardContainer h3,
    .generalContextCardContainer .bffTopBoxContainer .contentCard h4,
    .bffTopBoxContainer .contentCard .generalContextCardContainer h4,
    #contextBody .cardContainer .bffTopBoxContainer .contentCard h4,
    .bffTopBoxContainer .contentCard #contextBody .cardContainer h4,
    #home .depCardContainer .bffTopBoxContainer .contentCard h4,
    .bffTopBoxContainer .contentCard #home .depCardContainer h4, .generalContextCardContainer h2, #contextBody .cardContainer h2, #home .depCardContainer h2, .generalContextCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard .generalContextCardContainer h3, #contextBody .cardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #contextBody .cardContainer h3, #home .depCardContainer .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #home .depCardContainer h3, .generalContextCardContainer h3, #contextBody .cardContainer h3, #home .depCardContainer h3, .generalContextCardContainer h4, #contextBody .cardContainer h4, #home .depCardContainer h4 {
      line-height: 2.6rem; }

  #contextBody .cardContainer {
    flex-flow: column; }
  #contextBody .newCardSquare {
    margin-left: auto;
    margin-right: auto; }
  #contextBody .newCard {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    padding: 0 1rem; }

  #teamMemebrs {
    margin: 0; }

  .teamCardsContainer {
    justify-content: center; }

  .footerCC {
    padding: 20px; } }
@media only screen and (max-width: 300px) {
  #contextBody .newCard {
    text-align: center;
    max-width: 100%;
    padding: 0 1rem; } }
.resultBody {
  background-color: #0e185c; }

#resultsContext .cardContainer {
  margin: 0;
  display: block;
  width: 100vw !important;
  background-color: #0e185c; }
#resultsContext .winnerCard {
  max-width: 1000px !important;
  min-width: 300px !important;
  max-width: 500px;
  min-width: 300px;
  width: 100%;
  margin-top: 100px; }
#resultsContext .winnerInfo {
  width: 100%;
  text-align: center; }
  #resultsContext .winnerInfo h2, #resultsContext .winnerInfo .bffTopBoxContainer .contentCard h3, .bffTopBoxContainer .contentCard #resultsContext .winnerInfo h3 {
    font-family: "Abril Fatface";
    color: white;
    font-size: 30pt; }
  #resultsContext .winnerInfo h3 {
    font-family: "Abril Fatface";
    color: white;
    font-size: 20pt; }
#resultsContext .winnerPosterImage {
  width: 100%;
  background-image: url("../img/cardBack-resFlare.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  #resultsContext .winnerPosterImage img {
    border-radius: 30px; }
