PERFECT! Thanks so much!!! I felt like I tried everything and that worked! Since I am working with a child theme I had to add “!important” after the color for it to show up and override the parent. This is how I put it in the CSS:
#navigation .current-menu-item a,
#navigation .current_page_item a {
color: #FFFFFF !important;
}