body {
  background: #fafafa url(images/page-wrapper_bg.png) repeat-x;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

a {
  font-size: 1.2em;
  text-decoration: none;
}

a:hover {
  color: #003864;
}

h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

hr {
  border-top: 1px solid #767676;
  opacity: 1;
}

.btn-primary {
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:hover {
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #005cbf;
  border-color: #0052b0;
}

.text-justify {
  text-align: justify;
}

/*******************
* Main Content CSS
*******************/
#main {
  z-index: 0;
  margin: 0 auto;
  position: relative;
}

#main > .inner {
  background-color: #fff;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #main > .inner {
    margin: 0 auto -60px;
    padding-bottom: 0.5rem;
    min-height: 500px;
    max-width: 870px;
  }
}
@media (min-width: 870px) {
  #main {
    padding-top: 0.5rem;
    background-image: url(images/main-wrapper_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
/*******************
* Content Page CSS
*******************/
#content > .inner {
  padding: 1.5rem 0.5rem 0;
}

#content > .inner ul {
  list-style-type: none;
  padding: 0;
  -webkit-padding-start: 0;
}

@media (min-width: 768px) {
  #content > .inner {
    padding: 1.5rem 0 0;
    margin: 0 2.5rem;
  }
  #content > .inner ul {
    margin-bottom: 0;
  }
}
/*****************
* Nav CSS
*****************/
nav {
  background-color: #323039;
  padding: 0.5rem 0;
}

.nav-link {
  font-size: 1.2em;
}

.selectnav {
  background: transparent url(images/select-box-arrow.png) no-repeat right center;
  color: #fafafa;
  font-weight: bold;
  width: 280px;
  margin: 0 auto;
  border: 1px solid #555;
  background-color: #323039;
  padding: 0.5rem;
  appearance: none;
}

@media (min-width: 768px) {
  .nav > li > a {
    color: #fafafa;
    padding-top: 0.5rem;
  }
  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav > li.active > a {
    color: #007bff;
    font-weight: bold;
  }
}
/*********************
* Standings Page CSS
*********************/
#content > .inner > a.standings-download {
  margin-top: -55px;
  padding-top: 0.5rem;
}

#content > .inner > .standings-image {
  margin: 1rem auto 0;
  max-width: 768px;
}

@media (min-width: 768px) {
  #content > .inner > .standings-image {
    border: 1px solid #000000;
    height: 695px;
    max-width: 786px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/*******************
* Seasons Menu CSS
*******************/
#content > .inner #seasons-head,
#content > .inner #seasons-body {
  font-weight: bold;
}

#content > .inner #seasons-head {
  background: #fafafa url(images/seasons_head_bg.png) repeat-x;
  font-size: 1.2em;
  line-height: 2.5em;
}

#content > .inner #seasons-body {
  background-color: #323039;
}

#content > .inner #seasons-body hr {
  background: url(images/hr_bg.png) repeat-x;
  border: 0;
  height: 2px;
  margin: 0.25rem 0;
}

#content > .inner #seasons-body ul {
  padding: 0.25rem 0;
}

#content > .inner #seasons-body a {
  color: #fafafa;
  display: block;
  font-size: 1em;
  line-height: 2.5em;
}

#content > .inner #seasons-body a:hover {
  color: #007bff;
}

/*******************
* Sponsor Page CSS
*******************/
#content > .inner > .league-sponsor {
  margin-top: 0.5rem;
  text-align: center;
}

#content > .inner > .league-sponsor > img,
#content > .inner > .league-sponsor > a > img {
  max-width: 100%;
  margin: 0 auto;
}

#content > .inner > .team-sponsor {
  padding: 0.5rem 0;
  text-align: center;
}

#content > .inner > .team-sponsor > img,
#content > .inner > .team-sponsor > a > img {
  max-height: 165px;
  max-width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #content > .inner > .league-sponsor > img,
  #content > .inner > .league-sponsor > a > img {
    max-width: 784px;
    clear: both;
    padding: 0;
  }
  #content > .inner > .team-sponsor {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    min-height: 185px;
  }
}
/*************
* Footer CSS
*************/
footer {
  border-bottom: 1px solid black;
  margin: 0 auto;
}

footer > .inner {
  background-color: #fff;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  padding: 0.5rem;
}

footer > .inner > a {
  font-size: 10px;
}

footer > .inner > hr {
  border-color: #767676;
  margin: 0.25rem 0;
}

@media (min-width: 768px) {
  footer > .inner {
    padding: 67px 40px 5px;
    font-size: 12px;
  }
  footer > .inner > a {
    font-size: 12px;
  }
}
@media (min-width: 884px) {
  footer {
    border: 0;
    height: 106px;
    background-image: url(images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  footer > .inner {
    max-width: 870px;
  }
}

/*# sourceMappingURL=main.css.map */