

@media only screen and (max-width: 600px) {
h2{
font-size: 50px;
}
}
nav.mobile_menu ul li a {
  color: #00a79d;
}