html { 
	background-color: #000000; height: 100%;
}

body { 
	height:100%;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 25px;
	letter-spacing: 4px;
	line-height: 37px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

a { 
	color: #fff;
	text-decoration: none;
	-webkit-transition: 1s;
	transition: 1s;
}

a:hover {
	text-decoration: underline;
	-webkit-transition: 1s;
	transition: 1s;
}

p {
	text-align: center;
	position: relative;
}

p.diamond { 
	margin-bottom: 60px;
}

.diamond:after {
	content: "";
	background-image: url(../images/diamond.png);
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -40px;
}

.container {
	margin: 0 auto;
}

.logo {
	margin-top: 20px;
}

.map {
	display: inline-block;
	margin-bottom: 40px;
}

.social-icons {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 40px;
	margin-top: 0;
}

.social-icons li {
	list-style-type: none;
	display: inline-block;
	padding-right: 5px;
}

.social-icons li:last-child {
	padding-right: 0;
}



@media (max-width:480px) {
	.logo {
		width: 100%;
		height: auto;
	}

	.map {
		width: 100%;
		height: auto;
	}

	.day {
		display: block;
		margin-top: 20px;
	}
	.social-icons li {
		padding-right: 20px;
	}
}
