@charset "utf-8";

/* CLASSES */

.drink {
	font-family: "Flair";
	font-size: 18px;
	color: #333;
	opacity: 0.4;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	font-weight: bold;
}
	.drink:hover {
	opacity: 0.8;
	color: #333;
	text-shadow: 0px 0px 20px #999;
}

.h6 {
	font-family: "Flair";
	color: #999999;
	opacity: 0.9;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
	.h6:hover {
	opacity: 1.0;
	color: #333;
	text-shadow: 0px 0px 20px #999;
}

.drinkselect {
	font-family: "Flair";
	font-size: 18px;
	color: #333;
	opacity: 0.8;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	font-weight: bold;
}





/* Drinks */
#new {
	height: auto;
	width: auto;
	float: left;
	margin-right: 50px;
	margin-left: 126px;
}

#shots {
	height: auto;
	width: auto;
	float: left;
	margin-right: 50px;

}
#cocktails {
	height: auto;
	width: auto;
	float: left;
	margin-right: 50px;

}
#margaritas {
	height: auto;
	width: auto;
	float: left;
	margin-right: 50px;

}



/* BIO */

#clayton {
	height: 10pt;
	width: 134px;
	float: left;
	margin-right: 15px;
	margin-left: 180px;
}
#joel {
	height: 10pt;
	width: 108px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#len {
	height: 10pt;
	width: 102px;
	float: left;
	margin-right: 15px;

}
#coco {
}
