body{
    background-image: url(/more/images/banner1.jpg);
    background-color: rgba(100, 118, 82, 0.50);
    background-position: top;
    <!-- cursor: url(/more/images/pointer.png),auto;-->
}
.nav-head-body{
    background-image: url(/more/images/nav-logo.png);
    background-repeat: no-repeat;
    background-color: rgba(63, 85, 120, 0.91);
}

.content-background{
    background-color: rgba(100, 118, 82, 0.50);
    color: rgba(102, 120, 83, 0.30);

}

#first-page-progress{
    position: fixed;
    top: 50%;
    left: 0px;
    width: 0%;
    height: 10px;
    background: rgba(7, 85, 120, 0.80);
    border-radius: 1px;
    transition: width 500ms ease-out,opacity 400ms linear;
}

@keyframes mousedown-point {
    0% {background-color:rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 1px; width: 8px; height: 8px; border-color: #0074D9;}
    25% {background-color: rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 2px; width: 10px; height: 10px;border-color: #0074D9;}
    50% {background-color:rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width:3px; width: 15px; height: 15px;border-color: #0074D9;}
    75% {background-color: rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 2px; width: 20px; height: 20px;border-color: #0074D9;}
    100% {background-color: rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 1px; width: 15px; height: 15px;border-color: #0074D9;opacity: 0;}
}

@keyframes mouse-move {
    0% {background-color:rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 1px; width: 8px; height: 8px; border-color: #0074D9;}
    25% {background-color: rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 2px; width: 10px; height: 10px;border-color: #0074D9;}
    50% {background-color:rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width:3px; width: 15px; height: 15px;border-color: #0074D9;}
    75% {background-color: rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 2px; width: 20px; height: 20px;border-color: #0074D9;}
    100% {background-color: rgba(120, 242, 250, 0.98); border-radius: 50%;border-style: solid; border-width: 1px; width: 15px; height: 15px;border-color: #0074D9;opacity: 0;}
}