/* Make section backgrounds transparent for sections 1-6 */
#section_1,
#section_2,
#section_3,
#section_4,
#section_5,
#section_6 {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#section_2 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#section_3 {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
