@charset "UTF-8";
/* CSS Document */


body{
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
margin: auto;
background-color:black;
color:#EBE5BA;
font-size:16px;
}

h1{
margin:25px;
font-size: 2.7em;
}

h3{
margin:20px;
font-size: 1.9em;
}

/***************** Main divs ******************/
#header, #footer{
	display:block;
	width: 100%;
	clear:both;
}

#header{
	background: url("http://tabletopcoop.com/images/ttcoopbanner.png") no-repeat bottom center;
	height:750px;
}

#footer{
	text-align:center;
	height:100px;
	background-color:black;
	margin-top:10px;
}

#maincontent{
	display:block;
	width:100%;
	clear:both;
	text-align:center;
}

#about, #theteams{
	display:block;
	margin: 20px auto;
	font-size:1.75em;
}

#about{

}

#tticon{
	margin:5px auto;
	height:650px;
	background: url("http://tabletopcoop.com/images/ttcoopicon.png") no-repeat center;
}

.words{
	width: 80%;
	margin:auto;
}

.teaminfo{
	width:90%;
	margin:auto;
	display:grid;
	grid-template-columns: 25% 13% 62%;
	grid-auto-rows:auto;
	margin-bottom:25px;	
}

.oddteam{
	border-color:#DE1703;
}

.eventeam{
	border-color:#EBE5BA;
}

.oddteam, .eventeam{
	border-style:solid;
    border-width: 0 2px 5px 0;
    border-radius: 0 0 15px 0;
}


.oddteam .name, .oddteam .logo{
	background-color:#DE1703;
	color:#EBE5BA;
}

.eventeam .name, .eventeam .logo{
	background-color: #EBE5BA;
	color:black;
}

.name{
	grid-column:2/4;
	font-weight: bold;
	text-align:left;
	padding-left:20px;
	font-size:35px;
}


.logo{
	grid-row: 1/5;
	display:flex;
	align-items:center;
	justify-content:center;
}


.logo img{
	max-width:90%;
	max-height:150px;
	padding:10px;
}

.gamecat, .linkscat, .awardcat{
	text-align:center;
}

.gamedesc, .awarddesc, .linksdesc{
	text-align:left;
	padding-left:5px;
}


.awarddesc, .gamedesc {
    line-height: 1em;
    margin-top: 5px;
}

.linksdesc{
	line-height:1.7;
}

.linksdesc a{
    text-decoration: none;
    padding: 0 5px;
    white-space: nowrap;
	border:solid 1px;
	color:  #EBE5BA;
}
