* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden; }

html {
  font-family: "Roboto Mono", monospace; }

a {
  color: #696969;
  text-decoration: none;
  border-bottom: 1px dotted #696969;
  /* Lines 19-24, transitions color to blue */
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out; }
  a:hover {
    color: #fff;
    background-color: #696969; }

body {
  margin: 0; }

img, video, iframe {
  width: 100%;
  height: auto; }

section h1 {
  display: inline-block;
  border-bottom: 3px solid #000; }

section h3 {
  margin: 20px;
  font-style: italic;
  text-align: center; }

section span {
  font-weight: 600; }

.row:after {
  content: "";
  clear: both;
  display: table; }

h1 {
  margin: 10px 0;
  font-family: "Play", sans-serif;
  font-size: 2.0736rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 500; }
  h1 {
    font-size: 37.8px; }
    @media screen and (min-width: 320px) {
      h1 {
        font-size: calc( 37.8px + 9.45 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      h1 {
        font-size: 47.25px; } }

h2 {
  margin: 5px;
  font-family: "Play", sans-serif;
  font-size: 1.728rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }
  h2 {
    font-size: 25.2px; }
    @media screen and (min-width: 320px) {
      h2 {
        font-size: calc( 25.2px + 12.6 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      h2 {
        font-size: 37.8px; } }

h3 {
  margin: 5px;
  font-family: "Roboto Mono", monospace;
  font-size: 1.44rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 500; }
  h3 {
    font-size: 20.16px; }
    @media screen and (min-width: 320px) {
      h3 {
        font-size: calc( 20.16px + 11.34 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      h3 {
        font-size: 31.5px; } }

h4 {
  font-family: "Cinzel", serif; }

p, ul, ol, li {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }
  p, ul, ol, li {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      p, ul, ol, li {
        font-size: calc( 14px + 10 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      p, ul, ol, li {
        font-size: 24px; } }

blockquote {
  font-family: "Play", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px; }

pre {
  font-family: "Cinzel", serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px; }

.menuBarCnt {
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999; }
  .menuBarCnt.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .menuBarCnt > .menuBar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    width: 100vw;
    max-width: 1600px;
    padding: 1vh 3%;
    margin: 0 auto;
    z-index: 5; }
    .menuBarCnt > .menuBar #toggleMenuBtn {
      position: absolute;
      display: inline-block;
      top: 26px;
      right: 30px;
      cursor: pointer; }
      @media only screen and (min-width: 1101px) {
        .menuBarCnt > .menuBar #toggleMenuBtn {
          display: none; } }
      .menuBarCnt > .menuBar #toggleMenuBtn img {
        width: 50px;
        height: 50px; }
    .menuBarCnt > .menuBar a {
      border: none; }
      .menuBarCnt > .menuBar a p {
        display: inline-block;
        margin: 0;
        font-size: 1.2rem;
        line-height: 56px; }
        .menuBarCnt > .menuBar a p {
          font-size: 13.3px; }
          @media screen and (min-width: 320px) {
            .menuBarCnt > .menuBar a p {
              font-size: calc( 13.3px + 10.7 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            .menuBarCnt > .menuBar a p {
              font-size: 24px; } }
    .menuBarCnt > .menuBar .logo {
      position: relative;
      display: inline-block;
      margin: 0 20px 0 0;
      color: #fff;
      text-decoration: none;
      line-height: 85px; }
      .menuBarCnt > .menuBar .logo.active {
        color: #6495ED; }
      .menuBarCnt > .menuBar .logo:hover {
        color: #6495ED;
        background-color: rgba(0, 0, 0, 0); }
      .menuBarCnt > .menuBar .logo > img {
        position: relative;
        display: inline-block;
        height: 4em;
        width: auto;
        margin-top: 13px;
        border-radius: 10px;
        vertical-align: top; }
      .menuBarCnt > .menuBar .logo > h1 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 0 0 1vw;
        border: 0; }
        .menuBarCnt > .menuBar .logo > h1 {
          font-size: 16.8px; }
          @media screen and (min-width: 320px) {
            .menuBarCnt > .menuBar .logo > h1 {
              font-size: calc( 16.8px + 17.76 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            .menuBarCnt > .menuBar .logo > h1 {
              font-size: 34.56px; } }
    .menuBarCnt > .menuBar > .items {
      display: inline-block;
      line-height: 90px; }
      .menuBarCnt > .menuBar > .items.toggle {
        position: absolute;
        display: block;
        top: 100px;
        left: 0; }
        .menuBarCnt > .menuBar > .items.toggle .navItem {
          display: block; }
      @media only screen and (max-width: 1100px) {
        .menuBarCnt > .menuBar > .items {
          display: none;
          width: 100vw;
          max-height: 80vh;
          overflow-y: auto;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.9); } }
      .menuBarCnt > .menuBar > .items .navItem {
        color: #fff;
        margin-right: 1rem; }
        /* last-child, applies rule to last thing */
        .menuBarCnt > .menuBar > .items .navItem:last-child {
          margin-right: 0; }
        .menuBarCnt > .menuBar > .items .navItem:hover {
          color: #6495ED; /* Hover color for menu items */
          background-color: rgba(0, 0, 0, 0); }
        .menuBarCnt > .menuBar > .items .navItem.active {
          color: #6495ED; } /* Hover color for menu items */

.welcome {
  position: relative;
  display: block;
  width: 100vw;
  height: 60vh;
  background-image: url("../images/welcome.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .welcome.fullscreen {
    height: 100vh; }
  .welcome .welcome-container {
    position: relative;
    display: block;
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.75); }
    .welcome .welcome-container * {
      color: #fff; }
    .welcome .welcome-container .welcome-logo {
      position: absolute;
      min-width: 230px;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center; }
      .welcome .welcome-container .welcome-logo h2 {
        line-height: 50px;
        overflow: visible;
        white-space: nowrap; }
      .welcome .welcome-container .welcome-logo img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        float: left; }
    .welcome .welcome-container .welcome-text {
      position: absolute;
      width: 75vw;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .welcome .welcome-container .welcome-text h1 {
        font-family: "Cinzel", serif;
        font-size: 2.0736rem;
        line-height: 1.3; }
        .welcome .welcome-container .welcome-text h1 {
          font-size: 24.192px; }
          @media screen and (min-width: 320px) {
            .welcome .welcome-container .welcome-text h1 {
              font-size: calc( 24.192px + 23.058 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            .welcome .welcome-container .welcome-text h1 {
              font-size: 47.25px; } }
      .welcome .welcome-container .welcome-text h3 {
        margin-top: 2rem; }
  .welcome .button {
    position: absolute;
    content: " ";
    width: 60px;
    height: 31px;
    bottom: 25px;
    left: 50%;
    background-image: url("../images/down-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out; }
    .welcome .button:hover {
      width: 70px;
      height: 35px; }

.backToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  padding: 5px;
  bottom: 30px;
  right: 30px;
  border: 2px solid #262626;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer; }
  .backToTop.tooltipDiv {
    position: fixed; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .container > div {
    width: 88vw;
    min-height: 92vh;
    padding: 5vh 0;
    margin-top: 100px; }
  .container div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .container div.horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 88vw;
      min-height: auto; }
      .container div.horizontal > div {
        min-width: 250px;
        max-width: 20vw;
        min-height: auto;
        padding: 1vw; }
        .container div.horizontal > div.half {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          min-width: 300px;
          max-width: 44vw;
          padding: 1vw 2vw; }
          .container div.horizontal > div.half > div.half-inner {
            max-width: 50%; }
    .container div h1, .container div h2, .container div h3, .container div p {
      padding: 0 5%;
      text-align: center; }
      /* 416-418, box shadow around image */
    .container div img {
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75); }
    .container div.footerParent:after {
      content: " ";
      position: relative;
      display: block;
      height: 75px; }
    .container div.footerParent div.footer {
      position: absolute;
      display: block;
      width: 90vw;
      bottom: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .container div.footerParent div.footer p {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .container div.footerParent div.footer p {
            font-size: calc( 14px + 4 * ((100vw - 320px) / 1780)); } }
        @media screen and (min-width: 2100px) {
          .container div.footerParent div.footer p {
            font-size: 18px; } }

.pagerCnt {
  position: fixed;
  right: 25px;
  top: 50%;
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
  .pagerCnt > li {
    display: block;
    margin: 10px 0; }
    .pagerCnt > li.active > a {
      background-color: #000; }
    .pagerCnt > li > a {
      display: inline-block;
      width: 14px;
      height: 14px;
      border: 1px solid #ddd;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 10px #262626;
      box-shadow: 0px 0px 10px #262626;
      border-radius: 20px;
      padding: 0; }
      .pagerCnt > li > a:hover {
        background-color: #696969; }

.tooltipDiv {
  position: relative; }
  .tooltipDiv.noTrigger:hover .tooltip,
  .tooltipDiv.hover .tooltip {
    visibility: visible; }
  .tooltipDiv .tooltip {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 1;
    visibility: hidden; }
    .tooltipDiv .tooltip.left {
      top: 50%;
      right: 150%;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .tooltipDiv .tooltip.bottom {
      top: 120%;
      left: 50%;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/* Defaults and Mobile Phones Width */
[class*="col-"] {
  /* Take up the whole width since the device width is not wide enough */
  width: 100%;
  float: left;
  padding: 15px;
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  -o-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease; }

.row > [class*="col-"] {
  padding: 0; }

/* Phone Space  >= 320 */
@media only screen and (min-width: 320px) {
  .col-p-1 {
    width: 8.33%; }
  .col-p-2 {
    width: 16.66%; }
  .col-p-3 {
    width: 25%; }
  .col-p-4 {
    width: 33.33%; }
  .col-p-5 {
    width: 41.66%; }
  .col-p-6 {
    width: 50%; }
  .col-p-7 {
    width: 58.33%; }
  .col-p-8 {
    width: 66.66%; }
  .col-p-9 {
    width: 75%; }
  .col-p-10 {
    width: 83.33%; }
  .col-p-11 {
    width: 91.66%; }
  .col-p-12 {
    width: 100%; } }

/* Tablet Screen Space >= 600*/
@media only screen and (min-width: 600px) {
  .col-t-1 {
    width: 8.33%; }
  .col-t-2 {
    width: 16.66%; }
  .col-t-3 {
    width: 25%; }
  .col-t-4 {
    width: 33.33%; }
  .col-t-5 {
    width: 41.66%; }
  .col-t-6 {
    width: 50%; }
  .col-t-7 {
    width: 58.33%; }
  .col-t-8 {
    width: 66.66%; }
  .col-t-9 {
    width: 75%; }
  .col-t-10 {
    width: 83.33%; }
  .col-t-11 {
    width: 91.66%; }
  .col-t-12 {
    width: 100%; } }

/* Desktop Screen Space >= 960*/
@media only screen and (min-width: 960px) {
  .col-d-1 {
    width: 8.33%; }
  .col-d-2 {
    width: 16.66%; }
  .col-d-3 {
    width: 25%; }
  .col-d-4 {
    width: 33.33%; }
  .col-d-5 {
    width: 41.66%; }
  .col-d-6 {
    width: 50%; }
  .col-d-7 {
    width: 58.33%; }
  .col-d-8 {
    width: 66.66%; }
  .col-d-9 {
    width: 75%; }
  .col-d-10 {
    width: 83.33%; }
  .col-d-11 {
    width: 91.66%; }
  .col-d-12 {
    width: 100%; } }

/* Large Desktop Screen Space >= 1200*/
@media only screen and (min-width: 1200px) {
  .col-1 {
    width: 8.33%; }
  .col-2 {
    width: 16.66%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33%; }
  .col-5 {
    width: 41.66%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33%; }
  .col-8 {
    width: 66.66%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33%; }
  .col-11 {
    width: 91.66%; }
  .col-12 {
    width: 100%; } }

/* Ultra Desktop Screen Space >= 2100*/
