body {
	background: #FFF url(../img/blogbg.png) top center repeat-x;
}

#wrap {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;

	/* Safari/Chrome, other WebKit */
	-webkit-box-sizing: border-box;
	/* Firefox, other Gecko */
	-moz-box-sizing: border-box;
	/* Opera/IE 8+ */
	box-sizing: border-box;
}

#logo {
	width: 140px;
	height: 44px;
	margin: 20px auto;
	display: block;
	background: url(../img/helftone-logo.png) no-repeat;
}

.main-title{ font-weight: 300;}

.avatars-container {
	width: 100%;
	margin-top: 40px;
}

.avatars-wrapper {
	width: 500px;
/* 	margin: 0 auto; */
}

.news-highlight{background-color: hsla(210, 60%, 75%, 0.3); padding: 0 1rem;}


.helftone-team  a {
	display: block;
	float: left;
	width: 250px;
	height: 440px;
	padding: 0;
	margin: 0;
}

.helftone-team {
	width: 500px;
	margin: 0 auto;
}

.ht-atanas{	width: 500px;
	height:880px;
	margin: 0 auto;
	background: center no-repeat url(../img/helftone-team-atanas.png);
	background-size: cover;}
	.ht-milen{	width: 500px;
		height:880px;
		margin: 0 auto;
		background: center no-repeat url(../img/helftone-team-milen.png);
		background-size: cover;}

#milen-avatar {
	background: center no-repeat url(../img/Milen_Head.png);
}

#atanas-avatar {
	background: center no-repeat url(../img/Atanas_Head.png);
}


footer { border-bottom: 2px solid #ededed; min-height: 40px; width: 100%; }
.footer-logo { position: relative; top: 40px; }
.footer-logo a { width: 80px; height: 80px;display: block; margin: 0px auto 0 }

#copyright {
	color: rgb(180, 180, 180);
	width: 100%;
	margin: 50px 0;
	text-align: center;
}
#footer-text {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

@media (max-width: 600px) {
	.avatars-wrapper {
		width: 100%;
	}

	#avatars-container a {
		float: none;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#wrap {
		width: 100%;
		max-width: 760px;
		margin: 0px auto;
		padding: 0px 20px;
	}
}
