h1{
    color:#525F6E;
    text-shadow:none;
}
ul{
    display:none;
}
#left, #right{
    background-color: #525F6E;
    boder:1px none #525F6E;
}
#center_intro{
    /*padding-right: 100px;*/
    margin:0px auto;
    /*min-width: 960px;*/
}

#center p{
    font-size: 5em;
    font-family: quicksandL;
    /*font-weight: 900;*/
    color: #344155;
    -ms-color: greenyellow;
    margin: 50px 0px;
}

#intro1{
    position:relative;
    /*text-align: left;*/
    /*-moz-animation: (a1,b1) (2s,2s) (linear,linear) (0s,2s) (1,infinite);*/
    /*-moz-animation: b1 2s linear 2s 2 alternate;*/
    /*-moz-animation: c1 2s linear 6s;*/
    -moz-animation-name: a2,b2,c1,d1;
    -moz-animation-duration: 1s,2s,2s, 1s;
    -moz-animation-timing-function:linear,linear,ease, linear;
    -moz-animation-delay:0s,1s,5s, 7s;
    -moz-animation-iteration-count:1,2, 1, infinite;
    -moz-animation-direction:normal,alternate, normal, normal;
    
    -webkit-animation-name: a2,b2, c1, d1;
    -webkit-animation-duration: 1s,2s, 2s, 1s;
    -webkit-animation-timing-function:linear,linear, ease, linear;
    -webkit-animation-delay:0s,1s, 5s, 7s;
    -webkit-animation-iteration-count:1,2, 1, infinite;
    -webkit-animation-direction:normal,alternate, normal, normal;
    
    -o-animation-name: a2,b2, c1, d1;
    -o-animation-duration: 1s,2s, 2s, 1s;
    -o-animation-timing-function:linear,linear, ease, linear;
    -o-animation-delay:0s,1s, 5s, 7s;
    -o-animation-iteration-count:1,2, 1, infinite;
    -o-animation-direction:normal,alternate, normal, normal;
}

#intro2{
    position:relative;
    text-align: center;

    -moz-animation-name: a3,b3,b1, c2, d2;
    -moz-animation-duration: 1s,1s,2s, 2s, 1s;
    -moz-animation-timing-function:linear,linear,linear, ease, linear;
    -moz-animation-delay:1s,2s,3s,5s, 7s;
    -moz-animation-iteration-count:1,1,1,1, infinite;
    -moz-animation-direction:normal,normal,normal, normal, normal;
    
    -webkit-animation-name: a3,b3,b1, c2, d2;
    -webkit-animation-duration: 1s,1s,2s, 2s, 1s;
    -webkit-animation-timing-function:linear,linear,linear, ease, linear;
    -webkit-animation-delay:1s,2s,3s,5s, 7s;
    -webkit-animation-iteration-count:1,1,1,1, infinite;
    -webkit-animation-direction:normal,normal,normal, normal, normal;
    
    -o-animation-name: a3,b3,b1, c2, d2;
    -o-animation-duration: 1s,1s,2s, 2s, 1s;
    -o-animation-timing-function:linear,linear,linear, ease, linear;
    -o-animation-delay:1s,2s,3s,5s, 7s;
    -o-animation-iteration-count:1,1,1,1, infinite;
    -o-animation-direction:normal,normal,normal, normal, normal;
}

#intro3{
    position:relative;
    color: #344155;
    text-align: right;

    -moz-animation-name: a1,b1, c3, d3;
    -moz-animation-duration: 1s,2s, 2s, 1s;
    -moz-animation-timing-function:linear,linear, ease, linear;
    -moz-animation-delay:2s,3s, 5s, 7s;
    -moz-animation-iteration-count:1,1, 1, infinite;
    -moz-animation-direction:normal,alternate, normal, normal;
    
    -webkit-animation-name: a1,b1, c3, d3;
    -webkit-animation-duration: 1s,2s, 2s, 1s;
    -webkit-animation-timing-function:linear,linear, ease, linear;
    -webkit-animation-delay:2s,3s, 5s, 7s;
    -webkit-animation-iteration-count:1,1, 1, infinite;
    -webkit-animation-direction:normal,alternate, normal, normal;
    
    -o-animation-name: a1,b1, c3, d3;
    -o-animation-duration: 1s,2s, 2s, 1s;
    -o-animation-timing-function:linear,linear, ease, linear;
    -o-animation-delay:2s,3s, 5s, 7s;
    -o-animation-iteration-count:1,1, 1, infinite;
    -o-animation-direction:normal,alternate, normal, normal;
}

#80FD7B
@-moz-keyframes a1
{
    from {color: #344155;}
    to {color: greenyellow;}
}
@-webkit-keyframes a1
{
    from {color: #344155;}
    to {color: greenyellow;}
}
@-o-keyframes a1
{
    from {color: #344155;}
    to {color: greenyellow;}
}

@-moz-keyframes a2
{
    from {color: #344155;}
    to {color: #4EFCD1;}
}
@-webkit-keyframes a2
{
    from {color: #344155;}
    to {color: #4EFCD1;}
}
@-o-keyframes a2
{
    from {color: #344155;}
    to {color: #4EFCD1;}
}

@-moz-keyframes a3
{
    from {color: #344155;}
    to {color: #80FD7B;}
}
@-webkit-keyframes a3
{
    from {color: #344155;}
    to {color: #80FD7B;}
}
@-o-keyframes a3
{
    from {color: #344155;}
    to {color: #80FD7B;}
}

@-moz-keyframes b1
{
    from {color: greenyellow;}
    to {color: #4EFCD1;}
}
@-webkit-keyframes b1
{
    from {color: greenyellow;}
    to {color: #4EFCD1;}
}
@-o-keyframes b1
{
    from {color: greenyellow;}
    to {color: #4EFCD1;}
}

@-moz-keyframes b2
{
    from {color: #4EFCD1;}
    to {color: greenyellow;}
}
@-webkit-keyframes b2
{
    from {color: #4EFCD1;}
    to {color: greenyellow;}
}
@-o-keyframes b2
{
    from {color: #4EFCD1;}
    to {color: greenyellow;}
}

@-moz-keyframes b3
{
    from {color: #80FD7B;}
    to {color: greenyellow;}
}
@-webkit-keyframes b3
{
    from {color: #80FD7B;}
    to {color: greenyellow;}
}
@-o-keyframes b3
{
    from {color: #80FD7B;}
    to {color: greenyellow;}
}

@-moz-keyframes c1
{
    from {top:0px;color:#4EFCD1;}
    to {top: 133px;color:greenyellow;}
}
@-webkit-keyframes c1
{
    from {top:0px;color:#4EFCD1;}
    to {top: 133px;color:greenyellow;}
}
@-o-keyframes c1
{
    from {top:0px;color:#4EFCD1;}
    to {top: 133px;color:greenyellow;}
}

@-moz-keyframes c2
{
    from {left:0px;color:#4EFCD1;}
    to {left: -20px;color:greenyellow;}
}
@-webkit-keyframes c2
{
    from {left:0px;color:#4EFCD1;}
    to {left: -20px;color:greenyellow;}
}
@-o-keyframes c2
{
    from {left:0px;color:#4EFCD1;}
    to {left: -20px;color:greenyellow;}
}

@-moz-keyframes c3
{
    from {bottom:0px;color:#4EFCD1;}
    to {bottom: 133px;color:greenyellow;}
}
@-webkit-keyframes c3
{
    from {bottom:0px;color:#4EFCD1;}
    to {bottom: 133px;color:greenyellow;}
}
@-o-keyframes c3
{
    from {bottom:0px;color:#4EFCD1;}
    to {bottom: 133px;color:greenyellow;}
}

@-moz-keyframes d1
{
    from {top:133px;color:greenyellow;}
    to {top: 133px;color:greenyellow;}
}
@-webkit-keyframes d1
{
    from {top:133px;color:greenyellow;}
    to {top: 133px;color:greenyellow;}
}
@-o-keyframes d1
{
    from {top:133px;color:greenyellow;}
    to {top: 133px;color:greenyellow;}
}

@-moz-keyframes d2
{
    from {left:-20px;color:greenyellow;}
    to {left: -20px;color:greenyellow;}
}
@-webkit-keyframes d2
{
    from {left:-20px;color:greenyellow;}
    to {left: -20px;color:greenyellow;}
}
@-o-keyframes d2
{
    from {left:-20px;color:greenyellow;}
    to {left: -20px;color:greenyellow;}
}

@-moz-keyframes d3
{
    from {bottom:133px;color:greenyellow;}
    to {bottom: 133px;color:greenyellow;}
}
@-webkit-keyframes d3
{
    from {bottom:133px;color:greenyellow;}
    to {bottom: 133px;color:greenyellow;}
}
@-o-keyframes d3
{
    from {bottom:133px;color:greenyellow;}
    to {bottom: 133px;color:greenyellow;}
}
