﻿h3 { font-family: brandon-grotesque, sans-serif; }
#reserve-info { background: black; font-family: brandon-grotesque, sans-serif; padding: 75px 40px 55px; text-align: center; }
    #reserve-info > h3 { color: #B48432; font-weight: normal; font-size: 40px; margin: 0 0 15px; }
    #reserve-info > p { max-width: 775px; margin: 0 auto; color: white; font-size: 24px; }
    #reserve-info > .rsvp { text-align: center; margin-top: 30px; font-size: 30px; text-transform: uppercase; color: #D6AF56; }
#main-form h3 { color: #B48432; font-weight: 500; font-size: 40px; }

@media (max-width:767px) {

    #reserve-info > h3 { font-size: 32px; line-height: 1em; }
    #reserve-info > p { font-size: 18px; }
    #reserve-info > .rsvp { font-size: 22px; }
    #main-form h3 { font-size: 30px; line-height: 1em; }
}
