@charset "UTF-8";
h1 {
	font-size: 2.55em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.25em;
}
.nav-icon  {
	padding: 0 8px;
}

#logo {
	top: 80px;
	width: 350px;
	height: 169px;
	z-index: 100;
	background-image: url(../_images/logo350x169.png);
	left: 11px;
	clear: both;
}
#article {
	width: 75%;
	left: 3%;
	top: 130px;
}
[class*="icon-home"] {
  width: 50px;
  height: 29px;
  background-image: url("../_images/nvhome60.png");
}
[class*="icon-news"] {
	width: 50px;
  height: 29px;
  background-image: url("../_images/nvnews60.png");
}
[class*="icon-bio"] {
  width: 50px;
  height: 29px;
  background-image: url("../_images/nvbio60.png");
}
[class*="icon-media"] {
  width: 50px;
  height: 29px;
  background-image: url("../_images/nvmedia60.png");
}
[class*="icon-rep"] {
  width: 50px;
  height: 29px;
  background-image: url("../_images/nvacts60.png");
}
[class*="icon-shop"] {
	width: 50px;
  height: 29px;
  background-image: url("../_images/nvshop60.png");
}
[class*="icon-fit"] {
  width: 50px;
  height: 29px;
  background-image: url("../_images/nvfit60.png");
}
[class*="icon-contact"] {
  width: 50px;
  height: 29px;
  background-image: url("../_images/nvcontact60.png");

}
#multipleCols {
	-moz-column-count: 1;
	-webkit--column-count: 1;
}
