footer {
    width: 100%;
    background: url(../images/footerbc.jpg);
    background-size: cover;
    text-align: center;
}

footer .footer-row:not(:first-child) {
    margin: 12px 0 0;
}

footer .footer-row .footer-image {
    position: relative;
    background: white;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    background: rgb(180, 230, 230);
}

footer .footer-row .footer-image .footer-image-line {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

footer .footer-row .footer-image .footer-image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

footer .footer-row .footer-image .footer-image-fish {
    position: absolute;
    bottom: 10px;
    right: 30px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

footer .footer-row {
    display: block;
}

footer .footer-row ul {
    display: block;
}

footer .footer-row ul li {
    display: inline-block;
}

footer .footer-row ul li:not(:first-child) {
    border-left: 1px solid black;
    padding: 0 0 0 0.5em;
}

footer .footer-row ul li a {
    text-decoration: none;
    color: black;
}

footer .footer-bottom {
    font-size: 13px;
    padding: 20px 0;
    color: white;
}

footer .footer-under {
    font-size: 10px;
    padding: 10px 0;
    color: white;
}

a {
    text-decoration: underline;
    color: white;
}