
section.tf-intro{
    background-color: rgb(235, 160, 62);
}
div.tf-intro-inner{
    bottom: 14vh;
}
h1.tf-page-title{
    font-size: 12vw;
    line-height: 1;
}
div.tf-intro-left p{
    border-top: 1px solid #dadada;
}





h1.tf-page-title{
    overflow:hidden;
}
h1.tf-page-title span{
    display: inline-block;
    transform: translateY(100%);
    animation: up 1s 0.3s cubic-bezier(0, 0.72, 0.25, 1) forwards;
}
h1.tf-page-title-top span:nth-child(1){
    animation-delay: 0.3s;
}
h1.tf-page-title-top span:nth-child(2){
    animation-delay: 0.35s;
}
h1.tf-page-title-top span:nth-child(3){
    animation-delay: 0.4s;
}

h1.tf-page-title-bottom span:nth-child(1){
    animation-delay: 0.45s;
}
h1.tf-page-title-bottom span:nth-child(2){
    animation-delay: 0.5s;
}

h1.tf-page-title-bottom span:nth-child(3){
    animation-delay: 0.55s;
}

h1.tf-page-title-bottom span:nth-child(4){
    animation-delay: 0.6s;
}

h1.tf-page-title-bottom span:nth-child(5){
    animation-delay: 0.65s;
}

h1.tf-page-title-bottom span:nth-child(6){
    animation-delay: 0.7s;
}

h1.tf-page-title-bottom span:nth-child(7){
    animation-delay: 0.75s;
}

h1.tf-page-title-bottom span:nth-child(8){
    animation-delay: 0.8s;
}
h1.tf-page-title-bottom span:nth-child(9){
    animation-delay: 0.85s;
}



div.tf-intro-right-inner div{
    overflow: hidden;
}
div.tf-intro-right-inner div p{ 
    transform: translateY(120%);
    animation: up 1.2s 0.3s cubic-bezier(0, 0.72, 0.25, 1) forwards;
}













div.active-glyph-container{
    font-family: NMC Bellinger Bold;
}
section.glyphs-category div{
    font-family: NMC Bellinger Bold;
}

div.baseline{
    top:390px;
  }
  div.x-height{
    top:189px;
  }
  div.cap-height{
    top:93px;
  }
  div.ascender-height{
    top:77px;
  }
