/* (C) 2021 by Bens Trophies and Awards. all rights reserved. */
/* Written by Brad Burrell */

#footercontainer {
    padding: 10px;
    background-color: #360000;
    color: white;
    width: 100%;
    display: block;
    position: relative;
}

.address_info {
    font-family: monospace;
    font-size: 1vw;
    text-align: center;
    width: 50%;
    margin: auto;
}

.logo_container {
    position: absolute;
    display: flex;
    left: 75%;
    top: 30%;
}


.facebook_logo img {
    width: 4vw;
    height: auto;
}

.secure_logo img {
    width: 8vw;
    height: auto;
    padding-left: 15%;
    
}
