.interests-container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.interests-container > img{
	display: inline-block;
	vertical-align: middle;
	width: 11.5%;
	margin: 0.5%;
}
.bust{
	display: inline-block;
	vertical-align: middle;
	width: 84%;
}
.bust h1{
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.bust p{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.4;
}
.interests{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.interests a:hover{
	opacity: 0.8;
}
.interests a{
	display: inline-block;
	vertical-align: top;
	width: 11.5%;
	position: relative;
	text-decoration: none;
	margin: 0.5%;
}
.interests img{
	width: 100%;
}
.interests a > div{
	text-align: center;
	color: #000;
}
.interests a > div > p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
}

/* overlay */
#overlay{
	width: 100vw;
	height: 100vh;
	position:fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 11;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
#background{
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(119, 119, 119, 0.7);
	z-index: 0;
}
#overlay i{
	color: #fff;
	font-size: 8em;
	margin: 0;
	padding: 2% 1%;
	background: #000;
	opacity: 0.5;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#overlay span{
	color: #fff;
	font-size: 2em;
	position: absolute;
	top: 16px;
	z-index: 10;
}
#overlay img{
	margin-top: 2%;
	box-shadow: 1px 1px 15px 5px #595959;
	border: 10px solid #fff;
	display: inline-block;
 	vertical-align: middle;
 	z-index: 2;	
 	position: relative;
}
#overlay p{
  color: #fff;
  font-size: 2em;
  margin: 0;
  z-index: 1;
  position: relative;
}


/* Media Queries */

@media only screen and (max-width: 1100px){

}

@media only screen and (max-width: 1050px){
	.interests-container > img{
		width: 19%;
	}
	.bust{
		width: 79%;
	}
	.interests a{
		width: 19%;
	}
}

@media only screen and (max-width: 800px){
	.interests-container > img{
		width: 32.3333%;
	}
	.bust{
		width: 66%;
	}
	.interests a{
		width: 32.3333%;
	}
	#overlay span{
		top: 10px;
	}
	#overlay i{
		font-size: 6em;
	}
}

@media only screen and (max-width: 600px){
	.interests-container > img{
		width: 100%;
		margin: 0;
	}
	.bust{
		width: 100%;
	}
	.bust h1{
		padding: 0 2%;
	}
	.bust p{
		padding: 0 2%;
	}
	.interests a{
		width: 49%;
		text-decoration: none;
		cursor: default;
	}
	.interests a > div{
		bottom: 0;
		top: 85%;
		opacity: 0.6;
		display: block;
	}
	.interests a > div > p{
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 200;
	}
	.interests a:hover{
		opacity: 1;
	}
}