  * {
      margin: 0;
      padding: 0;
  }


  body {
      font-family: arial, helvetica, sans-serif;
      font-size: 16px;
  }

  .menu {
      list-style: none;
      border: 1px solid #;
      border-radius: 40px;
      background: #ffffff;
      float: left;
      padding: 4px;
  }

  .menu li {
      position: relative;
      float: left;
      border-right: 1px solid #;
      background-color: #3065B5;
      border-radius: 40px;
      margin: 3px;
  }

  .menu li a {
      color: white;
      text-decoration: none;
      padding: 2px 2px;
      display: block;
  }

  .menu li a:hover {
      background: #00215C;
      color: #ffffff;
      border-radius: 40px;
      -moz-box-shadow: 0 0px 0px 0 #;
      -webkit-box-shadow: 0 0px 0px 0 #;
      text-shadow: 0px 0px 0px #;
  }

  .menu li ul {
      position: absolute;
      top: 46px;
      left: -30px;
      background-color: #ffffff;
      display: none;
  }

  .menu li:hover ul,
  .menu li.over ul {
      display: block;
  }

  .menu li ul li {
      border: 1px solid #;
      display: block;
      width: 130px;
  }





















  .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
  }

  @media (min-width: 768px) {
      .bd-placeholder-img-lg {
          font-size: 3.5rem;
      }
  }

  .b-example-divider {
      height: 3rem;
      background-color: rgba(0, 0, 0, .1);
      border: solid rgba(0, 0, 0, .15);
      border-width: 1px 0;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
  }

  .bi {
      vertical-align: -.125em;
      fill: currentColor;
  }

  .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
  }

  .nav-scroller .nav {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }

  #top {
      text-decoration: none;
  }

  .btn-primary {
      background-color: #3C5395;
      border-color: #3C5395;
  }

  .parallax {
      /* The image used */
      background-image: url("https://cnrhxqzzgj3sr2bd7jikrcvdx3l5xultpt3wltrah35hx47o46tq.arweave.net/E2J7wzkydyjoI_pQqIqjvtfb0XN892XOID76e_Pu56c");

      /* Set a specific height */
      min-height: 550px;

      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .parallax-blog {
      /* The image used */
      background-image: url("https://ketgdnafnpyjdrjlgjjuj6ti3eccskjwa2nafz2pzph4a4t6ocsa.arweave.net/USZhtAVr8JHFKzJTRPpo2QQpKTYGmgLnT8vPwHJ-cKQ");

      /* Set a specific height */
      min-height: 200px;

      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }