﻿@import url('https://fonts.cdnfonts.com/css/agency-fb');

body
{
	background-color: #111;
	color: white;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

a,
a:visited
{
	color:#66CCFF;
	text-decoration:none;
}

a:hover{
	color:#CCCCCC;
}

a:active
{
	color:white;
	text-shadow: 1px 1px #4488AA;
}

#logo
{
	position: fixed;
	left: 20px;
	top: 20px;
}

#content
{
	position: absolute;
	left: 260px;
	top: 72px;
	min-width:680px;
	width:75%;
	text-align:center;
}

#menu
{
	position:fixed;
	left: 20px;
	top: 160px;
	width:180px;
	}

#foot
{
	background-color: black;
	border-radius: 5px;
	opacity: 0.6;
	position: fixed;
	bottom: 4px;
	right: 20px;
	padding: 3px 6px;
}

img.teampic
{
	width: 450px;
	border-radius: 20px;
}

img.photo
{
	width: 750px;
	border-radius: 10px;
}

img.headerlogo
{
	width:224px;
}

#tastetable
{
	min-width: 100px;
}

img.tastepic
{
	width: 100px;
	border-radius: 5px;
	transition: 0.5s;
	cursor:url(img/cursor.cur),auto;
}

img.tastepic:hover
{
	box-shadow: 0px 0px 5px #AAA;
}


img.database
{
	border-radius: 10px;
	box-shadow: 0px 0px 6px #14B;
	margin: 25px;
	transition: 0.3s;
}
img.database:hover
{
	box-shadow: 0px 0px 15px #5AF;
}


img.down
{
	height: 28px;
	margin-top: 4px;
	transition: 0.2s;
}

img.down:hover
{
	box-shadow: 0px 0px 5px #22A;
}

img.recipe
{
    width: 500px;
}

img.beerIcon
{
	margin: 25px;
	width: 100px;
	height: 100px;
	transition: 1s ease-in-out;
}
		
img.beerIcon:hover {
	transform: rotate(360deg);
}

h1
{
	font-size:20pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 10pt;
	font-style:italic;
}

h4
{
	font-size: 15pt;
}

img.resize
{
	min-width: 200px;
	max-width:70%;
}

.hide
{
	display: none;
}

a.appdownload {
	color: #457;
}

a.appdownload:hover {
	color: #469;
}

.playbutton img {
	width: 120px;
	opacity: 0.85;
	transition: 0.2s;
}

.playbutton:hover img
{
	opacity: 1;
}

#dbtable tr, #dbtable td
{
	padding: 4px;
}
#dbtable tr:nth-of-type(even)
{
	background-color: #222;
}
#dbtable tr:nth-of-type(odd)
{
	background-color: #111;
}
#dbtable th
{
	padding: 7px;
}

#brewtable tr, #brewtable td
{
	padding: 7px;
}
#brewtable tr:nth-of-type(even)
{
	background-color: #222;
}
#brewtable tr:nth-of-type(odd)
{
	background-color: #111;
}
#brewtable th
{
	padding: 7px;
}

#recipes
{
	max-width: 1000px;
	margin: auto;
}

#recipes img {
	width: 250px;
	margin: 10px;
	transition: 0.2s;
	opacity: 0.9;
	-webkit-filter: saturate(80%);
}

#recipes img:hover {
	box-shadow: 0px 0px 8px #35B;
	background-color: #fff;
	opacity: 1;
	-webkit-filter: saturate(100%);
}

ul.equip, ol.brew {
	width: 600px;
	margin: auto;
	text-align: left;
}

ol.brew ul {
	margin-bottom: 10px;
}

table.links {
	width: 840px;
	border: 0;
	margin: auto;
	text-align:left;
}

ul.list {
	width: 720px;
	text-align: left;
}

nav,
nav ul,
nav ul li,
nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
}
nav ul {
  position: relative;
  z-index: 597;
  float: left;
}
nav ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  margin-top: 8px;
}
nav ul li.hover,
nav ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
nav ul ul {
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 99%;
  z-index: 598;
  width: 100%;
}
nav ul ul li {
  float: none;
}
nav ul ul ul {
  top: 1px;
  left: 99%;
}
nav ul li:hover > ul {
  visibility: visible;
}
nav ul li {
  float: none;
}
nav ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
nav {
  font-family: 'Agency FB', sans-serif;
  font-size: 18px;
  font-weight: 80;
  width: 180px;
}
nav ul a,
nav ul a:link,
nav ul a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
}
nav > ul {
  float: none;
}
nav > ul > li {
  background: #0b3752;
  border-left: 5px solid #d7d8da;
  border-right: 5px solid #d7d8da;
  transition: 0.2s;
}
nav > ul > li > a {
  padding: 10px 20px;
}
nav > ul > li:hover {
  border-left: 5px solid #0b3752;
  border-right: 5px solid #0b3752;
  background: #f6f6f6;
}
nav ul li:hover > a {
  color: #111;
}

ul.topnav li.icon {display: none;}

input[type=text] {
	border-radius: 4px;
	padding: 2px;
}
input[type=submit] {
	border-radius: 4px;
	background: #0b3752;
	color: white;
	padding: 2px 20px;
	transition: 0.2s;
}

input[type=submit]:hover {
	background: #1c4863;
}

.mdisplay 
{
	display:none;
}