#landing {
    text-align: center;
    min-height: 100%;
    height: 100%;
    padding: 0 !important
}

#intro {
    width: 100%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: center;
    
}

#intro-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#intro-title {
    font-size: 36px;
    color: #F4F5F6;
    line-height: 26px;
}

#intro-subtitle {
    font-size: 56px;
    font-weight: 400;
    color: #E9EBED;
    line-height: 46px;
}

#intro-text {
    font-size: 16px;
    color: #E9EBED;
    margin-bottom: 20px
}

#scroll-asset {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    display: none;
}

#scroll-asset img {
    width: 48px;
    margin: 0 auto 6px auto;
}

#scroll-asset p {
    color:#c2c2c2;
    letter-spacing: 5px;
    font-size: 12px
}
