@charset "UTF-8";
@media (min-width: 300px) {
  /*The navigation menu (nav) */
  ul.top {
    list-style: none;
    opacity: 0;
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
    height: 350px;
    border-radius: 15px 15px 15px 15px;
    display: none; }

  ul.sub {
    padding-left: 0px;
    list-style: none;
    background-color: white;
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 10px; }
    ul.sub:hover {
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid #ccc; }

  li.top {
    float: left;
    width: 140px;
    margin-right: 10px;
    text-align: center; }
    li.top a {
      font-family: 'Strait', sans-serif;
      color: #eeb406;
      margin: 0px 10px;
      font-size: 1.2em;
      text-decoration: none;
      text-transform: uppercase; }
      li.top a:hover {
        color: #3D1276; }

  li.sub {
    padding: 5px 0px;
    cursor: pointer; }
    li.sub:nth-child(odd) {
      background-color: rgba(204, 204, 204, 0.5); }
    li.sub:nth-child(even) {
      background-color: rgba(171, 171, 171, 0.4); }
    li.sub:hover:nth-child(odd) {
      background-color: rgba(132, 132, 132, 0.5); }
    li.sub:hover:nth-child(even) {
      background-color: rgba(132, 132, 132, 0.5); }
    li.sub:hover a {
      color: white; }
    li.sub a {
      font-family: 'Strait', sans-serif;
      color: #ABABAB;
      font-size: 1.1em;
      text-decoration: none;
      text-align: center; }

  /* The hamburger menu for mobile devices */
  .hamburger {
    position: relative;
    line-height: 1;
    width: 30px;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: .5em; }
    .hamburger::before {
      position: absolute;
      content: "";
      width: 100px;
      height: 100px;
      border-radius: 50%;
      bottom: -55px;
      left: -35px; }
    .hamburger button {
      border: none;
      background-color: transparent;
      padding: 0;
      font-family: inherit;
      cursor: pointer;
      width: 1.4em;
      height: 1em;
      font-size: 20px;
      position: relative;
      text-indent: -999px;
      z-index: 5; }
      .hamburger button::before, .hamburger button::after, .hamburger button span {
        width: 100%;
        height: 20%;
        border-radius: 5px;
        background-color: currentColor;
        position: absolute;
        left: 0; }
      .hamburger button::before, .hamburger button::after {
        content: ""; }
      .hamburger button::before {
        top: 0; }
      .hamburger button::after {
        bottom: 0; }
    .hamburger span {
      margin-top: -.1em;
      top: 50%; }

  /* end .hamburger */
  /* The Activated state of the hamburger menu */
  .js-menu_activated ul.top {
    display: table;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    will-change: opacity;
    transition-duration: .2s;
    transition-delay: .3s; }
  .js-menu_activated .hamburger button::before {
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transition-property: transform;
    top: 50%; }
  .js-menu_activated .hamburger button::after {
    transform: translate3d(0, -50%, 0) rotate(135deg);
    transition-property: transform;
    top: 50%; }
  .js-menu_activated .hamburger button::before, .js-menu_activated .hamburger button::after, .js-menu_activated .hamburger button span {
    transition-timing-function: ease;
    transition-duration: .15s; }
  .js-menu_activated .hamburger span {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transition-property: transform, opacity;
    opacity: 0; }
  .js-menu_activated .hamburger::before {
    width: 100vh;
    height: 100vh;
    transform: translate3d(-50vh, -50vh, 0) scale(5);
    transition-duration: 1s;
    will-change: width, height;
    transition: transform 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), width 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), height 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98); }

  /* end .js-menu_activated */ }
@media all and (min-width: 768px) {
  /*The navigation menu (nav) */
  ul.top {
    opacity: 1;
    background-color: transparent;
    height: 50px;
    display: table;
    margin-left: auto;
    margin-right: auto; }

  ul.sub {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
    background-color: rgba(238, 180, 6, 0.2);
    border-radius: 4px; }

  li.top {
    width: 120px; }
    li.top a {
      color: #ABABAB;
      font-size: 1em;
      text-transform: none; }

  /* The hamburger menu is for mobile devices */
  .hamburger {
    display: none; } }
@media (min-width: 1200px) {
  ul.top {
    margin-top: 30px; } }
@media all and (min-width: 1600px) {
  ul.top {
    margin-top: 60px;
    padding-left: 0px; }

  li.top {
    width: 170px; }
    li.top a {
      font-size: 1.2em; }

  li.sub a {
    font-size: 1.5em; }

  ul.sub {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
    background-color: rgba(238, 180, 6, 0.2);
    border-radius: 4px; } }

