.index-body {
    font-family: 'Open Sans', sans-serif;
    text-align:center;
}
.image-logo {
width: 300px;
height: 300px;
    horiz-align: center;
    display: block;
    padding-left: auto;
    padding-right: auto;
-webkit-animation:spin 128s linear infinite;
-moz-animation:spin 128s linear infinite;
animation:spin 128s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.page-center {
    margin: auto;
    margin-top: 100px;
    position: relative;
    text-align: center;
    top: 50%;
}
.image-logo-s {
    width: 80px;
    height: 80px;
}
.clearraw{
    height: 50px;
}
.index-header {
     padding-top: 40px;
     font-size: 75px;
     line-height:1px;
     font-weight:700;
     color: #00963F
}

