body {
  background-image:url('/img/v2bg.png');}
  
@font-face {
	font-family: "Arthead Regular";
	src: url(fonts/Arthead-Regular.otf) format("truetype");
}
* {
	scrollbar-width: thin;
}
*::-webkit-scrollbar {
	width: 5px;
}
*::-webkit-scrollbar-track {
	background: #efefef;
}
*::-webkit-scrollbar-thumb {
	background: #aaa;
}
#nav {
  height:25px;
  width:1070px;
  border:1px solid #aaaaaa;
  text-align:center;
  background-color:#eee;
  margin: 0 auto;	
  text-transform: uppercase;
	font-size: 7pt;
	font-family: calibri;
	line-height: 25px;
}
#nav a {
  text-decoration: none;
	letter-spacing: 1px;
	color: black;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	font-style: italic;
}
#nav a:hover {
	letter-spacing: 5px;
	color: #8d83c7;
}
#buds {
  margin: -1px auto;
  width:1070px;
  height:auto;
  border:1px solid #aaaaaa;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  align-content:space-around;
  flex-wrap:wrap;
  background-color:#eee;
}
#buds .box {
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
  height:275px;
  width:180px;
  background-color:#e1e1e1;
  padding:5px;
  border-radius: 50px 50px 0 0 ;
  margin:10px;
  overflow:hidden;
}
#buds .box img {
  margin-top:15px;
  margin-bottom:-10px;
}
#buds .info {
  width: 200px;
  border:1px solid #aaaaaa;
  height:50px;  
  padding:5px;
  margin:5px auto;
  margin-left:-10px;
  background-color:#eee;  
	font-size: 7pt;
	font-family: calibri;
  text-align:center;
}
#buds .info b {
  font-size: 14pt;  
	font-family: Arthead Regular;
	margin-left:-10px;
	letter-spacing:1px;
}