body {
	margin-top:80px;
	margin-bottom:80px;
}

.space {
	height:100px;
}
h1, h2, h3, h4, p, ul, li, a {
	font-family: 'Josefin Sans', sans-serif;
}
#anchor1
{
opacity:1.0;
filter:alpha(opacity=100); 
}
#anchor1:hover
{
opacity:0.4;
filter:alpha(opacity=40); 
}

#about-copy {
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding-top:20px;
	padding-bottom:20px;
}
.social {
	border:0px solid black;
	border-radius:50px;
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
.social:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#facebook {
	
	border: 0px solid black;
	border-radius: 64px;
	height:40px;
}
#twitter {
	border: 0px solid black;
	border-radius: 64px;
	height:40px;
	
}
#instagram {
	height:40px;
	
	
}

.popover   {
    background-color: #e74c3c;
    color: #ecf0f1;
    width: 120px;
}
.popover.right .arrow:after {
    border-right-color: #e74c3c;
}