body.custom-background {
    background-color: #e5e5e5;
    background-image: url("http://gadget400.com/wp-content/uploads/2016/06/grey_wash_wall.png");
    background-position: top center;
    background-repeat: repeat;
    background-attachment: scroll;
    background-repeat: repeat !important;
    background-size: initial !important;
}
#logo {
    display: inline-block;
    float: none;
    max-height: 90%;
    margin-bottom: 20px;
    margin-top: 8px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

