html * {
    font-family: Rubik !important;
  }

  .navbar .navbar-brand {
    text-transform: none !important;
    color: white !important;
  }

  .bg-black {
    background-color: #000000;
  }

  .project-4 .card[data-background]:after {
    background-color: rgba(0, 0, 0, 0);
  }

  .page-header {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/pc1.jpg');
    background-size: cover;
    background-position: center;
    min-height: 95vh;
    max-height: 100vh;
  }

  .page-header2 {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/bb2.png');
    background-size: cover;
    background-position: center;
    height: 1080px;
  }

  .navbar {
    background: transparent !important;
    box-shadow: none;
  }

  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .page-header {
      background-image: url('/assets/img/pc1.jpg');
      /* Show only the background image on mobile */
    }

    .page-header2 {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/bb2.png');
      /* background-image: url('/assets/img/bb2.png'); */
      height: 700px;
      margin-top: -100px;
      /* Show only the background image on mobile */
    }

    .divertido {
      top: 100px !important;
    }

    .navbar {
      background-color: #000000 !important;
      box-shadow: #000000;
    }

    .motto {
      margin-top: 100px;
    }

  }


  #spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 1000;
    border-radius: 20px;
    border: 5px solid black;
    /* Half the width */
  }