.text-center {
    text-align: center;
}

.icon-right-pad {
    padding-right: 5px;
}

img.content-image {
    width: 100%;
}

.row-lpad {
    padding-left: 15px;
}

.text-required {
    color: red;
}

#form-error-summary {
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 5px;
}

body {
    background-color: white;
    position: relative;
}

footer {
    color: #ed4c28;
    padding-bottom: 30px;
    padding-top: 15px;
}

a {
    color: #6dae52;
}

a:hover,a:active {
    color: #ed4c28;
}

address {
    margin-bottom: 0;
}

.container {
    background-color: #bfe1ff;
    color: #6dae52;
    /* for scrollspy??? */
    /* height: 500px;
    overflow-y: scroll; */
}

.navbar {
    color: #6dae52;
    background-color: #bfe1ff !important;
}

.nav-link {
    color: #6dae52 !important;
    font-size: 1.2em;
    font-weight: bold;
}

.nav-link:hover,.nav-link:active,.nav-link:focus {
    color: #ed4c28 !important;
}

.nav-link.active {
    color: #ed4c28 !important;
}

.section {
    padding-bottom: 15px;
}

.berry-block {
    background-color: white;
    margin: 5px;
}

.berry-title {
    font-size: 2em;
    font-weight: bold;
    color: #3aaf4a;
    text-align: center;
}

.berry-learn-link {
    font-size: 1.5em;
    text-align: center;
}

.story-block {
    background-color: white;
    margin: 5px;
    padding-top: 15px;
}

.story-block-img {
    padding-left: 0px;
    padding-right: 0px;
    margin: 5px;
}

.berry-info-row {
    padding-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.berry-info-block {
    background-color: white;
    padding-left: 30px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.berry-info-title {
    font-size: 1.3em;
    font-weight: bold;
}

#contact {
    background-image: url('../img/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-left: 30px;
    padding-right: 45px;
}

.contact-form-title {
    color: black;
    font-size: 1.2em;
}

.form-group label {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}

.form-group input, .form-group textarea {
    background: rgba(255,255,255,0.7);
}

.btn-contact-send {
    color: #3aaf4a;
    font-weight: bold;
    font-size: 1.2em;
}

#alt-contact, #alt-contact a {
    color: black;
    font-weight: bold;
    font-size: 1.2em;
}

.alt-contact-item {
    padding-bottom: 10px;
}

.transparent {
    background: white;
    background: rgba(255,255,255,0.7);
}