.mu-footer-bottom {margin-bottom: 50px;}
div.footer-text{
    background: none;
    background-color: #000;
    height: auto;
    position: relative;
    padding: 10px 0;
    text-align: center;
    font-weight: 300;
}

div.footer-text p{
    margin-bottom: 0;
    letter-spacing: 0.3px;
    margin-top: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

div.footer-text a{
    color: #dcca72;
}

@media only screen and (max-width: 480px){
    .mu-footer-bottom {margin-bottom: 60px;}
}