/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
  #menu-main {
    float : none !important;
    text-align : center;
  }
}