.main_h {
    position: fixed;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
    font-family: "Montserrat", sans-serif;
  }
  @media only screen and (max-width: 766px) {
    .main_h {
      padding-top: 25px;
    }
  }

  .pages-inside {
    padding: 4rem 2rem;
  }
  .apehero {
    position: relative;
    /* background-color: #031481; */
    background: #031481 url(/img/apeHeader.svg) no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    text-align: center;
    color: #EBE8EE;
    padding-top: 110px;
    padding-bottom: 20em;
    min-height: 500px;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
  }
  .apehero h1 {
    font-size: 2.5em;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .apehero h1 span {
    font-size: .5em;
    color: #F4F928;
    border-bottom: 2px solid #F4F928;
    padding-bottom: 12px;
    line-height: 3;
  }


/* Bubble Starts */

.bubbles {
    display: inline-block;
    /* font-family: arial; */
    position: relative;
    padding-top: 2em;
    }
    
    .bubbles h1 {
    position: relative;
    margin: 1em 0 0;
    /* font-family: 'Luckiest Guy', cursive; */
    color: #EBE8EE;
    z-index: 2;
    }
    
    .individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1;
    }

  .pages-content .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    margin-top: -3rem;
    padding-top: 2rem;
    z-index: 1;
}