body {
  background: #3498db;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
}

.tryContainer {
  display: grid !important;
  overflow: hidden !important;
  grid-template-columns: 2vw 47vw 2vw 47vw 2vw;
  grid-template-rows: 10vh 90vh;
  position: fixed;
  width: 100%;
  height: 100%;
}

.tryContainer > h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 3.75vmin;
  margin: 0;
  padding-bottom: 1vh;
}

.tryContainer p {
  font-family: 'Roboto Slab', serif;
  font-size: 2vmin;
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.fancy {
  font-weight: 600;
}

.fancyWhite {
  font-weight: 600;
  color: #fff;
}

.fancyBig {
  font-weight: 600;
  font-size: 2.5vmin;
  color: #fff;
}

.fancySmall {
  font-family: 'Open Sans', sans-serif;
  color: #ffda79;
  font-weight: 800;
  font-size: 1.5vmin;
  text-transform: uppercase;
  margin-bottom: 2vh;
}

.cardSection {
  display: grid;
  grid-template-columns: 47vw;
  grid-template-rows: 90vh;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
  align-items: center;
  justify-items: center;
}

.flexSection {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.fileCardHolder {
  display: flex;
  flex-direction: column;
  width: 40vw;
  height: 64vh;
  background-color: #217dbb;
  overflow-y: scroll;
  overscroll-behavior: contain;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 10px;
}

.additionalText {
  color: #fff !important;
  background-color: #3498db;
  text-align: center;
  width: 80%;
  padding: 2vw;
  align-self: center;
  margin-top: 5vh;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
}

.holderHeader {
  width: 100%;
  height: 4vh;
  height: 4svh;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px;
}

.holderHeader .panel {
  height: 4vh;
  height: 4svh;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.holderHeader p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  width: 50%;
  text-align: center;
  font-size: 1.25vmin;
  text-transform: uppercase;
  font-weight: 600;
}

.logoAndName {
  display: flex;
  align-self: center;
  margin-left: 5vw;
}

.cardRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 10% 90%;
  align-items: center;
  justify-content: space-around;
  min-height: 24vh;
  min-height: 24svh;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cardNum {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 1.125vmin;
  padding-left: 3%;
  padding-top: 3%;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 600;
}

.altRow {
  background-color: rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: center;
  justify-self: center;
  width: 90%;
  height: 90%;
  border-radius: 12px;
  background-color: #eee;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.noCard {
  display: none;
}

.cardText p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  text-align: center;
  padding: 1vmin;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.mainText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: center;
  justify-self: center;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 72vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.mainText p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  text-align: left;
  font-size: 2vmin;
  line-height: 2;
  color: #fff;
}

.mainText a {
  color: #ffda79;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffda79;
  text-underline-offset: 3px;
}

.horizDiv {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* RESOURCE BUTTONS */

.buttonHolder {
  display: flex;
  flex-wrap: wrap;
  gap: 1vh;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 3vh;
  min-width: 100%;
}

.resourceButton {
  align-items: center;
  background-clip: padding-box;
  background-color: #ffda79;
  border-radius: 0.125rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5vmin;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 5vh;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 30%;
}

.resourceButton:hover {
  background-color: #ffe194;
}

.cardText[placeholder]:empty:before {
  content: attr(placeholder);
  color: #aaa;
}

.editable {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 2vmin;
  margin: 0;
  line-height: 1.4;
  width: 90%;
  white-space: pre-wrap;
}

/* EXAMPLE BUTTONS */

.exampleBtnHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 6vh;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  box-shadow: rgba(0, 0, 0, 0.3) 0px -2px, rgba(255, 255, 255, 0.3) 0px 1px;
  margin-top: 16px;
  border-radius: 0.25rem;
}

.exampleButton {
  align-items: center;
  background-clip: padding-box;
  background-color: #eee;
  border-radius: 0.125rem;
  border: none;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 1.25vmin;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  height: 4vh;
  width: 20% !important;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  box-shadow: #bbb 0px 2px, rgba(0, 0, 0, 0.2) 0px 8px;
}

.exampleButton:hover {
  background-color: #fff;
}

.activeExampleButton {
  background-color: #ffda79 !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px inset;
  scale: 0.975;
  pointer-events: none;
  cursor: not-allowed;
}

.inactiveButton {
  pointer-events: none;
  cursor: not-allowed;
}

/* -------------------------------------------------------------------------- */
/*                                   HEADER                                   */
/* -------------------------------------------------------------------------- */

.header {
  position: fixed;
  height: 10vh;
  height: 10svh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(52, 152, 219);
  background: linear-gradient(
    90deg,
    rgba(52, 152, 219, 1) 0%,
    rgba(93, 173, 226, 1) 35%,
    rgba(52, 152, 219, 1) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  z-index: 99;
}

/* .navBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.navLink {
    cursor: pointer;
}

.navBtns a {
    font-size: 1.25vmin;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-right: 1vw;
    color: #fff;
    text-decoration: none;
    padding: 6px;
} */

.logoAndTitle {
  display: flex;
  align-items: center;
}

.headerTitle {
  font-family: 'Open Sans', sans-serif !important;
  max-height: 8vh;
  font-weight: 800;
  font-size: 4vmin !important;
  padding: 6px;
  color: #fff !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.headerLogo {
  max-height: 8vh;
  background-color: #3498db;
  border-radius: 1vmin;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(255, 255, 255, 0.15) 0px 0px 0px 1px inset;
  margin-left: 1vw;
  margin-right: 1vw;
}

/* -------------------------------------------------------------------------- */
/*                               SMALLER VERSION                              */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 1279px) {
  body {
    height: auto;
  }

  .fileCardHolder {
    width: 80vw;
    height: 50vh;
  }

  .tryContainer {
    display: flex !important;
    overflow: auto !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .cardSection {
    display: flex;
    align-self: center;
    margin-top: 14vh;
    margin-bottom: 4vh;
  }

  .mainText {
    display: flex;
    margin-bottom: 8vh;
    width: 76vw;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2vw;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -2px, rgba(255, 255, 255, 0.3) 0px 1px;
    border-radius: 0.25rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                 SWEET ALERT                                */
/* -------------------------------------------------------------------------- */

.swal2-confirm {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  background-color: #3498db !important;
}

.swal2-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px !important;
  color: #000;
  font-weight: 800 !important;
}

.swal2-popup p,
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.swal2-popup h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  text-align: center !important;
  margin-top: 50px;
}

/* -------------------------------------------------------------------------- */
/*                              THE YOUTUBE VIDEO                             */
/* -------------------------------------------------------------------------- */

.iFrameHolder {
  width: 100vw;
  height: 100vw;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.centreItem {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

iframe {
  width: 80vw;
  aspect-ratio: 16 / 9;
  border: 12px solid white;
}

a.buttonSmall,
button.buttonSmall {
  align-items: center;
  appearance: none;
  background-color: #ef5777 !important;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #a73d53 0 -3px 0 inset !important;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5vmin;
  font-weight: 600;
  font-family: 'Open Sans';
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  padding: 1.5vh;
  margin-left: 1vw;
  margin-right: 2.25vw;
}

a.buttonSmall svg {
  margin-right: 0.75vw;
  height: 2vmin;
  width: 2vmin;
}

.buttonHeader {
  background-color: #5dade2 !important;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #2f89c5 0 -3px 0 inset !important;
  justify-self: end;
  margin-right: 5vw !important;
  padding-top: 2vh !important;
  padding-bottom: 2vh !important;
  padding-left: 2vw !important;
  padding-right: 2vw !important;
  font-weight: bold !important;
  font-size: 1.75vmin !important;
}
