﻿body {
    width: 1024px;
    margin: 0 auto;
    background-color: #997F71;
    font-family: Hatch;
}
a {
    text-decoration: none !important;
    color: inherit;
}
a:hover {
    color: black;
}

#indextitle {
    height: 100px;
    background-color: white;
    width: 100%;
}
#titlelogo {
    float: left;
    height: 100px;
    padding-top: 15px;
    padding-right: 20px;
    margin-left: 20px;
}
#titletext {
    float: left;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
#titletext h3 {
    margin-top: 30px;
}
#titletext p {
    font-size: 10px;
}

#titledonate {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}

/* Foundation */
#foundationtitle {
    float: left;
    width: 100%;
    height: 364px;
    background-image: url(images/shutterstock-flipped.jpg);
    background-size: auto;
}
#foundationtext {
    float: left;
    height: 364px;
    width: 1004px;
    margin-left: 20px;
    padding-top: 150px;
}
#foundationline {
    width: 130px;
    height: 10px;
    float: left;
}
#foundationfocus {
    float: left;
    width: 100%;
    height: 550px;
}
#foundationbrown {
    background-image: url(images/brown400.png);
    background-size: auto;
    float: left;
    height: 400px;
    width: 1024px;
    margin-top: 150px;
    text-align: center;
}
.focusbox {
    width: 200px;
    height: 220px;
    float: left;
}
.focuspic {
    width: 200px;
    height: 200px;
}
.focustext {
    width: 200px;
    height: 25px;
    font-weight: bold;
}
.focusspacer {
    width: 33px;
    height: 220px;
    float: left;
}
#foundationmaintext {
    width: 900px;
    margin: 0 auto;
    height: 400px;
    margin-top: -135px;
}
#yellowbar {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#yellowbar2 {
    float: left;
    width: 100%;
    padding-left: 3rem;
    height: 60px;
}
#greenbar {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#indexfooter {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

/* Colors */
.bg-brown {
    background-color: #413630;
}

.text-brown {
    color: #4D3F36;
}

.bg-yellow {
    background-color: #F0AA2E;
}

.text-yellow {
    color: #F0AA2E;
}
.bg-green {
    background-color: #1F9245;
}

.text-green {
    color: #1F9245;
}
.bg-orange {
    background-color: #DC6629;
}
.text-orange {
    color: #dc6629;
}

.bg-white {
    background-color: #ffffff;
}
.text-white {
    color: #ffffff;
}

.bg-blue {
    background-color: #1CA2BB;
}

.text-blue {
    color: #1CA2BB;
}

