@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-heart:before {
  content: "\e005";
}
* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/body-bg.png) center 200px no-repeat #eeeeea;
	margin:0 0 20px;
}
body, body * {
	font-family:'Open Sans',arial,verdana,helvetica,sans-serif;
	font-size:14px;
	color:#000;
	text-align: center;
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family:Sail,serif;
	font-weight: normal;
	text-decoration: none;
}
h1, h1 * {
	font-size:72px;
}
h2, h2 * {
	margin-top:30px;
	font-size:30px;
}
h3, h3 * {
	margin-top:20px;
	font-size:20px;
}
h1 {
	margin-top:30px;
	padding-top:180px;
	background: url(../img/hawk-and-sparrows-logo.png) center top no-repeat;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#icons {
	padding:50px 0;
	display:block;
	clear:both;
	width:490px;
	margin:0 auto;
}
#icons a {
	display: inline;
	float:left;
	width:205px;
	height:207px;
	margin:0 20px;
	text-indent: -9999px;
	background: left top no-repeat;
}
#icons a.facebook {
	background-image:url(../img/facebook.png);
}
#icons a.instagram {
	background-image:url(../img/instagram.png);
}
a {
	text-decoration: underline;
	outline: none;
}
p {
	margin-bottom:10px;
}
#instafeed,
#instalink {
	display: block;
	clear: both;
	width:640px;
	margin:0 auto;
	overflow: hidden;
}
#instalink *{
	text-align: right;
}
#instalink a{
	text-decoration: none;
	margin-right: 5px;
}
#instafeed {
	height:1280px;
	overflow: hidden;
}
#instafeed a {
	width:150px;
	height:150px;
	margin:5px;
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
}
#instafeed a:hover {
	opacity: 0.8;
}
#instafeed a div.interactions {
	position: absolute;
	bottom:0;
	padding:0 6px;
	/*background-color: rgba(0,0,0,0.8);*/
	width: 140px;
}
#instafeed a div.interactions span {
	text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}
#instafeed a:hover div.interactions span {
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
}
#instafeed a .glyphicon {
	font-size:13px;
	margin-right: 5px;
}
#instafeed a div.interactions,
#instafeed a div.interactions * {
	color:#fff;
	text-align: left;
	line-height:28px;
}
#instafeed a div.interactions .interactions-text {
	margin-right: 10px;
}