/* Readme and Index go here

	Colors:
	Header Orange:	#F15B31
	Nav Teal:		#00A6B3
	Footer Grey:	rgba(13,44,64,0.8)

*/

/* Tags and Tag.Classes*/
body {
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

h1, h3 {
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;

}

h1 {
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 45px;
}

h3	{
	margin: 20px 0;
	font-weight: 600;
	font-size: 20px;
}

p {
	font-family: "Droid Serif", serif;
	line-height: 26px;
	font-size: 18px;
}

a {
	margin: 0 20px;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-weight: 600
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
}

a.navbar {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 17%;
	float: none;
	color: #F15B31;
	text-decoration: none;
	font-weight: 600;
}

a.navbar:hover {
	background-color: #F15B31;
	color: #FFFFFF;
}

header {
	padding: 30px 20px;
	background-color: #F15B31;
	color: #FFFFFF;
}

nav {
	padding: 20px 0;
	background-color: #00A6B3;
	color: #FFFFFF;
}

ul {
	list-style: none;
}

li {
	display: inline;
}

img {

}

/* Why won't images resize using percentages? */
img.card {
	margin: 5px;
	width: 11%;
}

img.card:hover {
	border: 2px dotted black;
}

img.socialmedia {
	margin: 5% 2%;
	border-radius: 10px;
	width: 5%;
	background-color: #FFFFFF;
}

footer {
	padding: 0;
	background-color: #F15B31;
}

table {
	margin: 0 auto;
	padding: 5px;
	border: 2px black solid;
	font-size: 18px;
}
th {
	padding: 15px;
	border: 2px black solid;
	text-transform: uppercase;
	font-weight: 600;
}
td {
	padding: 10px;
	border: 2px black solid;
	font-weight: 400;
}

/*Classes*/
.hidden {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	font-size: 0;
}

.gamefunctioncontainer {
	margin: 10px 5px;
	border: 5px solid #F15B31;
	width: 15%;
	height: 12%;
	vertical-align: top;
	display: inline-block;
	background-color: #00A6B3;
	font-size: 22px;
	font-weight: 600;
	}

.gamefunction {
	height:100%;
	width: 100%;
}

.wrapper {
	margin: 35px auto;
	width: 70%;
}

.fakebutton{
	line-height: 53.5px;
	text-align: center;
	vertical-align: middle;
}

.fakebutton:hover {
	border: 2px dotted black;
}

#wrappergame {
	height: 100%;
	width: 100%;
}

#wrappergamefunctions {
	height: 8%;
}

#game-board {
	margin: 0 auto;
	height: 90%;
	width: 96%;
	overflow: scroll;
	background-image: url("../images/tabletop.jpg");
}

#scoredisplay {
	font-size: 22px;
	font-weight: 700;
	color: #F15B31;
}
