body {
    color: #003263;
}

h1 {
    text-align: center;
    color: darkblue !important;
}

.banner {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

.bark-container {
    margin: 0 !important;
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 10 !important;
    margin-right: 10 !important;
}

.col-bg {
    background-color: lightgray;
}

.col-bg-1 {
    background-color: #A50E11;
    color: white;
}

.col-bg-2 {
    background-color: white;
    color: #003263;
}

.col-bg-3 {
    background-color: #103263;
    color: white;
}

.contact {
    text-align: center;
}

a:link {
    color: blue;
}

a:hover {
    color: green;
}

a:selected {
    color: green;
}

a:visited {
}

.details {
    font-size: 2em;
}

.conserve {
    font-size: 1.5em;
    font-weight: 700;
    color: white;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.mulch-close-message {
    font-size: 1.5em;
    font-weight: 600;
    color: darkblue;
}

.mulch-image {
    text-align: center;
}

.mulch-important {
    font-size: 1.5em;
    font-weight: 600;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.trees-and-beds {
    font-weight: 600;
}

.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
}

.response-text {
    display: inline-block;
    max-width: 550px;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    background: #fff3de;
    padding: 42px;
    border-radius: 3px;
    border: #f5e9d4 1px solid;
    font-family: arial;
    line-height: 34px;
}


/*
[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
  }
  */

@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}
