.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: 5px solid #da444a;
}

.footer-text a {
    color: #333;
}
#navbar {
    padding-top: 20px;
    padding-bottom: 1px;
    background-color: #da444a !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn:hover, .btn:focus, .btn:active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.footer {
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16), 0 -2px 5px 0 rgba(0, 0, 0, 0.12);
}

.header_logo {
    display: block;
    margin: 0 auto;
}

a {
    text-align: center;
}

.wrapper {
    text-align: center;
}

hr {
border: 1px solid #111;
}

.btn.rounded-circle {
    height: 3em;
    width: 3em;
}

.twitter-button {
    padding-right: 13px;
}

.fa-twitter {
    font-size: 1.7em;
    line-height: 1.3em;
}

.button-image {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 440px) {

    h3 {
        font-size: 1.1rem;
    }

    .btn.rounded-circle {
        height: 2.3em;
        width: 2.3em;

    }

    .btn.rounded-circle i{
        font-size: 1.3em;
    }

    .fa-twitter {
        margin-left: -4px;
    }

    .fa-linkedin-in {
        margin-left: -2px;
    }

}
.button-container {
    max-height: 500px;
    height: calc(100% - 220px);
    align-items: center;
    justify-content: space-around;
}
.button-row {
    height: 33%;
    padding: 1rem;
}
.button-row a {
    height: 100%;
    width: calc(100% - 15px);
}
@media only screen and (max-height: 500px) {

    .button-row {
        height: 100%;
        width: 33%;
        padding: 1rem 0;
    }
    .button-row a {
        height: 100%;
        width: 100% ;
    }

    .button-col {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .button-image {

        max-height: 100%;

    }

    .button-container {
        display: flex;
        padding-left: 0;
    }

}

.btn-op {
    background-image: url(images/office_products.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-pd {
    background-image: url(images/print_design.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-ww {
    background-image: url(images/workwear.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}