	*{
		padding:0px;
		margin:0px;	
	}
	#content{
		width:100%;
	}
	#image{
		width:300px;
		height:300px;
		background-color:#FC0;
		margin:0px auto;
		margin-top:25px;
		-moz-border-radius: 150px; 
		-webkit-border-radius: 150px; 
		border-radius: 150px;
		background-image:url(img/headshot.jpg);
		background-size: 300px;
    	background-repeat: no-repeat;
	}	
	#tagline{
		max-width:500px;
		margin-top:25px;
		margin:0px auto;
		margin-top:25px;
		font-family: 'Playfair Display', serif;
		font-size:3vw;
		text-align:center;

	}
	#sub-description{
		width:500px;
		margin-top:25px;
		margin:0px auto;
		margin-top:25px;
		text-align:center;
		font-family: 'Raleway', sans-serif;
	}

	#grid-area{
		display:flex;
		flex-direction: row;
		flex-wrap:wrap;
		justify-content: space-around;
	}
	.item{
		width:400px;
		height:300px;
		margin:auto;
		margin-top:10px;
		margin-bottom:10px;
		line-height: 50px;
		color: white;
		font-weight: bold;
		font-size: 3em;
		text-align: center;
	}

	.description{
		display:none;
		font-family: 'Playfair Display', serif;
		color:black;
		font-size:11px;
	}

	video{
		width:100%;
	}

	.link-style{
		text-decoration:none;
		transition: color .15s;	
		color: #1a1a1a;
    	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)),-webkit-gradient(linear,left top,left bottom,from(#ff3530),to(#ff3530));
		background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#ff3530,#ff3530);
		background-size: .05em 1px,.05em 1px,1px 1px;
		background-repeat: no-repeat,no-repeat,repeat-x;
		text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
		background-position: 0 95%,100% 95%,0 95%;
	}
	.link-style:hover{
		color: #ff3530;
		background: none;
	}
	.link-style::selection{
		text-shadow: none;
	}
	::selection {
		background-color: #2b2b2b;
		color: #fff;
	}
