#top .av_seperator_big_border#header .av-main-nav > li > a {
  font-size: 16px;
  font-weight: 200;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
		.logo img {
  margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
		.logo img {
  margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
		.logo img {
  margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		.logo img {
  margin-top: 30px;
  }
}