That is inside the media query:
@media only screen and (min-width: 0px) and (max-width: 700px) {
which means it won't work on screens larger than 700px.
You can see if you shrink your screen size it turns red. You need to put it outside of any media queries to make it always red.