body {
    color: #6d6d6d;
    /*background-color: #efefef;*/
    background-color: #000;
    font-family: Oxygen,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.holy-grail__sidebar {
    /*padding: 12px;*/
    background-color: #000;
}

.spaces {
    padding: .5em;
}

.imageResponsive {
    width: 95%;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.indented20 {
    padding-left: 20px;
}

#content {
    overflow: hidden;
    padding: 35px 35px 45px 35px;
    line-height: 1.2;
}

#content .left {
        float: left;
        width: 300px;
        padding: 0 15px 0 0;
}

#content .right {
    float: right;
    width: 150px;
    font-size: 16px;
    line-height: 21px;
    padding: 25px 0 0 0;
}

#content .homeBox {
    float: right;
    width: 165px;
    font-size: 16px;
    padding: 0 15px 15px 0;
    text-align: center;
    border-radius: 10px;
}

.roundedCorners {
    border-radius: 12px;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.contact {
    background: transparent url("https://1911heaven.com/img/landing/ContactUs.png") center top no-repeat;
}

.contact:hover {
        background-image: url("https://1911heaven.com/img/landing/ContactUsHover.png");
        text-decoration: wavy;
    }