@charset "UTF-8";

/*Styling*/
#allstar {
  border:1px solid black;
  max-width:750px;
  text-align:center;
  margin:auto;
  margin-top:25px;
  padding:10px;
  background-color:#E82A1E;
}

#backdrop {
  background-image:url(images/homeplate.jpg);
  background-repeat:no-repeat;
  background-size:500px;
}

#bio {
  max-width:1425px;
  display:inline-block;
}

#bio-text {
  width:1500px;
}

body {
  font-size:1em;
  background-attachment:fixed;
  text-align:center;
}

#header {
  text-align:center;
}

h1 {
  font-size:4em;
}

h2 {
  font-size:2em;
}

h3 {
  font-size:1.5em;
}

#homerun {
  width:800px;
}

#hometable {
}

img {
  width:100%;
}

#nav {
  font-size:1.5em;
  margin-top:25px;
  text-align:center;
  max-width:800px;
}

nav ul li {
  display:inline;
  margin-left:35px;
}

#navbar {
  text-align:center;
  border-style:solid;
  border-color:#33f;
  border-radius:25%;
}

#quote {
  text-align:center;
}

#rules {
  align-content:center;
  margin:10px;
  padding-left:500px;
  padding-right:500px;
}

#ruleheading {
  text-align:center;
}

#rulelist li {
  list-style:decimal;
}

#tanyapic {
  max-width:9.375%;
}

table,th,td {
  border-collapse:collapse;
  padding:15px;
  border:1px solid black;
}

#teamlist {
  list-style:none;
}

.tokentable {
  margin-left:810px;
  border:1px solid black;
  padding:8px;
}

.tokentable td {
  border:1px solid black;
  padding:10px;
}

.tokentable th {
  border:1px solid black;
  padding:10px;
}

#topheader {
  text-align:center;
  margin-top:75px;
}

tr {
}

tr:first-child {
  font-size:1.25em;
}