
.footer {

    /* Set the fixed height of the footer here */
    /*height: 150px;*/
    /*width: 100%;*/
    /* background-color: #1D3457 !important; */
    background-color: #333333 !important;
}

.sociallinkcontainer {

    width: 100%;
    height: auto;

    padding-top: 30px;

    color: white;
}

.sociallink {

    width: 30px;
    height: auto;

    margin: 0 0 0 15px;

}

.sociallink a {
    display:block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.sociallink a img {
    width: 100%;
    height: 100%;

    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#copyright {

    font-size: 12px;

    margin: 20px 0 10px 0;

}

#copyright p{

    display: inline;

    font-size: 10px;
    color: white;
}



.addresslink:link {
    color: white;
    text-decoration: none;
    text-align: center;
}

.addresslink:visited {
    color: white;
    text-decoration: none;
}

.addresslink:hover {
    color: rgba(255,255,255,.55);
    text-decoration: underline;
    cursor: pointer;
}

.addresslink:active {
    color: white;
    text-decoration: none;
}