/* CSS Document */

body {margin:0;}

.restopnav {
	overflow: hidden;
	background-color: #444a4f;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
}

.restopnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.restopnav a:hover {
	background-color: #5D666C;
	color: #f2f2f2;
}

.restopnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .restopnav a:not(:first-child) {display: none;}
  .restopnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .restopnav.responsive {position: relative;}
  .restopnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .restopnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
