.centerBox {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    padding: 0 15px;
}

.centerBoxHead{
    margin-right: auto;
    margin-left: auto;
    max-width: 1550px;
    padding: 0 15px;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -3s;
    animation-duration: 6s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 7s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -10s;
    animation-duration: 10s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.waves{
    margin-top: 10px;
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
        width: 100%;
    }
    .content {
        height: 30vh;
    }
    .a234234{
        display: none;
    }
    .index01conleft1 .text01 span img {
         max-height: 25px;
    }
}

.header .navbar-collapse li > a{
    text-transform: uppercase;
}