body {
    background: url(background2.jpg);
    background-repeat: repeat;
    font-family: "Courier", monospace;
}

/*hsl(307, 37%, 81%)*/

.section-background {
    margin-left: 2pt;
    margin-right: 2pt;

    margin-top: 20pt;
    background-color: white;
    border-style: solid;
    border-color: #945F8D4F;
    border-width: 1pt;
    border-radius: 5pt;
    /*h-offset v-offset blur spread color*/
    box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.13);
}

.header-section a {
    font-size: 22pt;
    /*color: #593855;*/
    /*color: #945F8D;*/
    color: #B373AA;
    /*color: #C27CB8;*/
    text-decoration: underline;
    padding-top: 4px;
    padding-bottom: 4px;
}

.header-section span {
    font-size: 20pt;
    /*color: #593855;*/
    /*color: #945F8D;*/
    color: #B373AA;
    padding-top: 4px;
    padding-bottom: 4px;
}

.content-section {    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.content-title {
    font-size: 17pt;
    text-decoration-line: underline;
    /*color: #543651;*/
    /*color: #593855;*/
    color: #81527A;
    /*color: #945F8D;*/
    /*color: #734A6E;*/
    /*color: #7A3873;*/
    /*color: hsl(307, 37%, 35%);*/

}

/*Link Style*/
#test-color {
    /*color: hsl(307, 57%, 65%);*/
    color: #676CCD;
    /*color: #B373AA;*/
    text-decoration: underline;
}

.content-section a {
    color: #676CCD;
    /*color: #B373AA;*/
    text-decoration: underline;
}

.content-body {
    font-size: 13pt;
    color: #343434;
    /*color: #543651;*/
    /*color: #593855;*/
    /*color: #734A6E;*/
    /*color: #945F8D;*/
}

.content-body-md {
    font-size: 14pt;
    font-weight: bold;
    color: #343434;
}

.content-body-lg {
    font-size: 16pt;
    font-weight: bold;
    color: #343434;
}

.footer-section {
    font-size: 14pt;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20pt;
    /*color: #945F8D;*/
    /*color: #593855;*/
    /*color: #734A6E;*/
    color: #B373AA;
}

#rsvp-those-attending {
    font-weight: bold;
}

.rsvp-form {
    color: #343434;
}

.rsvp-form-input-text {
    margin-top: 4px;
    width: 100%;
}

.rsvp-meal-choice {
    margin-top: 6px;
    font-style: italic;
    display: inline-block;
}

/*Debug Styles*/
.debug-border {
    border-width: 1px;
    border-color: red;
    border-style: dashed;
}

.debug-border-2 {
    border-width: 2px;
    border-color: magenta;
    border-style: solid;
}

