@charset "UTF-8";
#tight-images {
    padding-left: 0px;
    padding-right: 0px;
}
.hero-text {
    text-align: center;
    font-size: 3.5rem;
    text-shadow: 0px 0px;
    color: #FFDC96;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.whoandwhat {
    color: #A34913;
}
.light-text {
    color: #FFDC96;
}
.justwhite {
    background-color: #FFFFFF;
}
.black-alpha {
    background-color: rgba(0,0,0,0.80);
    padding-top: 40px;
    padding-bottom: 40px;
}
.justgray {
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.justcream {
    background-color: #FFDC96;
    padding-top: 20px;
    padding-bottom: 20px;
}
.weatheredwood {
    background-image: url(../images/graywoodbackground.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.black-black {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000;
    color: #FFFFFF;
}
