/*--footer--*/
.footer {
    padding: 1em 0;
    text-align: center;
    background: #434472;
    opacity: 1;
}
.footer p {
    color: #fff;
    font-size: 1.1em;
}
.footer p a{
    color: #de92ff;
}
.footer p a:hover{
    color: #fff;
}
.footer{
    margin-bottom: 0;
    top: 0;
}
/*--//footer--*/