.sec-flow{
    /*padding-top: 95px;*/
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nav-bar{
    padding: 12px;
    min-height: 40px;
    margin-bottom: 12px;
    position: absolute;
    top: 40px;
    text-align: right;
    width: 100%;
}
.nav-bar a{
    font-size: medium;
    color: black;
    font-weight: bold;
}
.nav-bar a:hover{
     text-decoration: none;
}
.title-wrapper{
    margin-bottom: 30px;
    width: 100%;
}
.title-wrapper .sec-title{
    width: 100%;
}
#animation_container{
    background-color:rgba(255, 255, 255, 1.00);
    width: 100%;
    max-height: 900px;
    background-image: url("../images/flow-bg.jpg");
}
#canvas{
    background-color: transparent!important;
}
@media (min-width: 1280px){
    #canvas{
        left: 50%;
        transform: translate(-50%, 0);
    }
}
