@charset "UTF-8";
body {
    background-color: #FFF6DE;
    background-size: cover;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    background-color: white;
}

#hero img {
	max-width: 100%;
	display: block;
}

footer {
    color: #1E140F;
    font-family: Georgia, "Georgia Bold", "Georgia Bold Italic", "Georgia Italic";
    font-size: 1em;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding-top: 2px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0.01em;
    line-height: 3;
    background-image: -webkit-linear-gradient(270deg,rgba(255,245,223,0.00) 0%,rgba(255,245,223,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,245,223,0.00) 0%,rgba(255,245,223,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,245,223,0.00) 0%,rgba(255,245,223,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,245,223,0.00) 0%,rgba(255,245,223,1.00) 100%);
}
