﻿body {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.footer {
    height: 25px;
    width: 100%;
    background-color: #00B0A8;
    position: absolute;
    bottom: 0;
    text-align: center;
    overflow: unset;
}

    .footer p {
        font-family: Open Sans;
        font-size: 13px;
        color: #fff;
        margin-top: 3px;
    }

.icon-coffee {
    color: #00B0A8 !important;
}

.btn:hover {
    background-color: #7CD6D3 !important;
}

.hidden {
    display: none;
}
