p.browserupgrade, p.javascript {
	background: red;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	position: fixed;
	z-index: 9990;
	font-size: 15px;
}
	p.browserupgrade a, p.javascript a { color: #fff; }

p.javascript {
	top: 50px;
}

body {
	/*font-family: 'Lato', sans-serif;*/ /* elephant */
	font-family: 'elephantregular';
    background: #000;
}

.clear {
	clear: both;
}

/*div#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -302px;
	margin-top: -307px;
}*/

/*div#logo_resp {
	display: none;
}*/

div#logo_resp {
	float: left;
	width: 100%;
	text-align: center;
}

div#logo_resp img {
	max-width: 100%;
	max-height: 100%;
	/*margin-left: 12.5%;*/
	margin-top: 12.5%;
	margin-bottom: 12.5%;
}

div#scratch_mike {
	width: 100%;
	height: 100%;
	background-image: url('../img/scratch_mike.png');
	position: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

a {
	color: #fff;
	margin: 2.5%;
	font-size: 36px;
	z-index: 9999;
	position: absolute;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
	a#facebook, a#facebook2 {
		float: left;
		left: 0;
	}
	a#tel, a#tel2 {
		float: right;
		right: 0;
	}

div#masonry {
	text-align: center;
	margin: 40px auto;
	width: 100%;
}

.item {
	display: inline-block;
	margin: 0;
	width: 280px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

	.item img {
		float: left;
		width: 100%;
		max-width: 100%;
	}

/* eof */