/* Hide "Get In Touch" text */
section.homepage-contact h1.section-title {
    display: none;
}
/* Increase Logo Size */
#header #logo {
    max-width: 100%;
    margin-top: 0px;
}

#header #logo img {
   max-width: 60%;
   margin: 0 auto;
}
/* Make Archive Description match Header */
.archive-description {
    background-color: #3D5C6F;
}

.archive-description + .archive-description.product-sorting {
    background-color: #355264;
}
ul.products li.product {
    background-color: #3D5C6F;
}
.price .amount {
    color: #3D5C6F;
}

a.button.alt, #commentform #submit.alt, .submit.alt, input[type=submit].alt, input.button.alt, button.button.alt, #wrapper .woo-sc-button.alt {
    border-color: #3D5C6F;
}

a.button.alt:hover, #commentform #submit.alt:hover, .submit.alt:hover, input[type=submit].alt:hover, input.button.alt:hover, button.button.alt:hover, #wrapper .woo-sc-button.alt:hover {
    background-color: #3D5C6F;
}

/* HIDES CART FROM TOP MENU */
ul.nav.cart {
    display: none;
}

/* FORMATS DOWNLOAD PAGE */
.downloads-page {
    width: 100%;
    display: block;
}

.dl-row {
    width: 100%;
    display: table-row;
}

.dl-cell {
    width: 33%;
    display: table-cell;
    text-align: center;
}