html,
body {
    padding: 0;
    height: 100%;
}

.wrap {
    min-height: 100%;
    position: relative;
}

.footer {
    width: 100%;
    bottom: 0px;
    background-color: black;
    color: #dadada;
    text-align: center;
/*    height: 80px;*/
/*    font-size: 2.3vmin;*/
    line-height: 5;
    float: left;
}

.footimg {
    position: relative;
    top: 5px;
    font-size:22px
}
/*
.footimg:hover {
    opacity: 100%;
}
*/