body {
    color: #000;
}
#triangle {
    display: none;
}
#blue-background {
    //background-image: url("layout/background-xmas.jpg");
    background-color: #d8cdb4;
}
h1 {
    color: #00b1eb;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
#text-container .content {
    color: #000;
}
#text-container p {
    padding-bottom: 24px;
}
.uppercase {
    text-transform: uppercase;
}
.wine {
    color: #00b1eb;
    font-weight: bold;
    font-family: 'Interstate Black Cond';
    font-size: 17px;
}
#white-left h2,
h2 {
    text-transform: uppercase;
    color: #00b1eb;
    font-family: 'Interstate Black Cond';
    font-size:48px;
    line-height:48px;
    padding-bottom: 14px;
}
.input {
    padding-top: 14px;
}
#white-background {
    min-height: 300px;
}

form {
    padding-bottom: 50px;
}
#white-left .content {
    margin-bottom: 25px;
}
h2+p {
    padding-bottom: 20px;
}