#footer {
    margin-top: 5px;
    margin: auto;
    width: 40%;
    min-width: 500px;
    max-width: 1024px;
    height: 75px;
    background-color: #fafafa;
    clear: both;
    color: gray;
    border-top: 1px solid lightgray;
}

#footer-content {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer-pwrdby {
    text-align: center;
}

#footer-pwrdby a:hover {
    background-color: #c2d1eb;
}

#sh-logo {
    height: 68px;
}

#footer-links {
    margin-top: 10px;
}

#footer-links a {
    color: gray;
    text-decoration: none;
    margin-left: 5px;
}

#footer-links a:hover {
    border-bottom: 1px solid gray
}

@media (max-width: 1300px) {
    #footer-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 635px) {
    #footer {
        height: 110px;
    }
    #wrapper {
        margin-bottom: -111px;
    }
    #footer-push {
        height: 119px;
    }
    #footer-content {
        justify-content: space-evenly;
    }
  }