body {
    font-family: Tektur;
}

.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}


h1 { position:fixed;top:49vh;width:100%;left:10%;}

.footer {position:fixed;top:90vh;width:100%;left:10%;max-width:365px;width:90%;color:#576c77;font-size:14px;}
.footer hr {border:0px;height:1px;background:#576c77;}


h1.intro {
    margin-bottom: 0;
    font-weight: 200;
    font-size: 26px;
    font-size: 1.625rem;
    font-style: italic;
    color: #576c77;
}
h1.intro em {
    font-style: normal;
    font-weight: 700;
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 15px;
    color: #576c77;
}
h1.intro em .change-text {
    width: 200px;
    display: inline-block;
    position: relative;
}

h1.intro em .change-text:before {
    content:'';
    background: white;
    position: absolute;
    width: 20px;
    display: none;
}
h1.intro em .change-text span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: left;
    position: absolute;
    left: -5px;
    opacity: 0;
    color :#00e6e9;
    top : -15px
    /*clip: rect(0px, 0px, 198px, 0px);*/
}
h1.intro em .change-text span:after {
    content:'';
    background: white;
    position: absolute;
    right: -40px;
    bottom: 10px;
    height: 41px;
    width: 10px;
    display: none;
}
h1.intro em .change-text span.active {
    -webkit-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
    transform: translate(0px,-10px);
 /*clip: rect(10px, 20px, 198px, 0px);*/
}