/*_________________________________________
	BUTTONS
___________________________________________*/
#buttons {
	position: fixed;
	z-index: 2000;
	bottom: 0;
	height: auto;
	width: 100%;
}
#buttons ul {
	text-decoration: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
#buttons ul li {
	display: inline-block;
	margin: 0 16px;
	cursor: pointer;
}
.buttons {
	font-family: "Medusa";
	font-size: 2.5em;
	text-shadow: #d77a4f 1px 0 10px;
}
@media screen and (max-width: 600px) {
 .buttons {
      font-size: 1.3em;
   }
}
@media screen and (max-height: 600px) {
 .buttons {
      font-size: 1.3em;
   }
}

