
* {
  box-sizing: border-box;
}


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: 'helvetica', 'verdana', sans-serif;
  font-weight: 100;
}


.header {
  background: #000000;
  height: 60px;
  width: 100%;
  position: relative;
}

.header-match {
  background: #ffffff;
  height: 60px;
  width: 100%;
}

.header ul {
  height: 60px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}

.header-match ul {
  height: 60px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}

.header ul li {
  color: #FFFFFF;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  list-style: none;
  padding: 0 7px;
  transition: background .5s;
}

.header-match ul li {
  color: #000000;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  list-style: none;
  padding: 0px 7px;
  transition: background .5s;
}

.header ul li:hover {
  background: rgb(237, 35, 13);
  color: #fff;
  cursor: pointer;
  transition: background .5s;
}

.header-match ul li:hover {
  background: rgb(237, 35, 13);
  color: #fff;
  cursor: pointer;
  transition: background .5s;
}

.btn {
  opacity: 0.9;
  background-color: black;
  color: white;
  border: none;
  float: right;
  cursor: pointer;
}

.btn-match {
  opacity: 0.9;
  background-color: white;
  color: black;
  border: none;
  float: right;
  cursor: pointer;
}

.block div {
  height: 3px;
  background-color: white;
  margin: 5px 0;
  width: 30px;
  border-radius: 25px;
}

.block-match div {
  height: 3px;
  background-color: black;
  margin: 5px 0;
  width: 30px;
  border-radius: 25px;
}

.navdrop {
  width: 30px;
  display: none;
  margin: 15px 20px 0 0;
  float: right;
  position: relative;
}

.dropmenu {
  display: none;
  position: absolute;
  right: 5px;
  top: 30px;
  background-color: white;
  text-align: left;
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  min-width: 160px;
  z-index: 1;
}

.dropmenu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropmenu a:hover {background-color: rgb(237, 35, 13)}

.navdrop:hover .dropmenu {
  display: block;
}


@media only screen and (max-width: 700px) {
  .navbar {
    display: none;
  }
  .navdrop {
    display: inline-block;
  }
  .wim {
    display: inline-block;
  }
  .subbar {
    display: inline-block;
    position: relative;
    top: 24px;
  }
}

.logo {
  margin-left: 5px;
  margin-top: 15px;
  display: inline-block;
  height: 45px;
  position: absolute;
  bottom: 8px;
  left: 5px;
  transition: background .5s;
}

.logo-match {
  margin-left: 5px;
  margin-top: 15px;
  display: inline-block;
  height: 45px;
  position: absolute;
  top: -8px;
  left: 5px;
  transition: background .5s;
}

.logo:hover {
  background: white;
  cursor: pointer;
  transition: background .5s;
}

.logo-match:hover {
  background: black;
  cursor: pointer;
  transition: background .5s;
}

.whatif {
  display: inline-block;
  height: 35px;
  position: absolute;
  bottom: 14px;
  left: 70px;
}

.whatif-match {
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 11px;
  left: 70px;
}

.subbar {
  background: #FFFFFF;
  font-family: 'helvetica', 'verdana', sans-serif;
  height: 28px;
  width: 100%;
  position: absolute;
  top: 60px;
}

.subbar-match {
  background: #000000;
  font-family: 'helvetica', 'verdana', sans-serif;
  height: 28px;
  width: 100%;
  position: absolute;
  top: 60px;
}

.subbar ul {
  height: 28px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}

.subbar-match ul {
  height: 28px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}

.subbar ul li {
  color: #000000;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  list-style: none;
  padding: 0 7px;
  font-size: .9em;
  transition: background .5s;
}

.subbar-match ul li {
  color: #FFFFFF;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  list-style: none;
  padding: 0 7px;
  font-size: .9em;
  transition: background .5s;
}

.subbar ul li.active {
  background: #d0d0d0;
}

.subbar-match ul li.active {
  background: #787878;
}

.subbar ul li:hover {
  background: rgb(237, 35, 13);
  color: #FFFFFF;
  cursor: pointer;
  transition: background .5s;
}

.subbar-match ul li:hover {
  background: rgb(237, 35, 13);
  cursor: pointer;
  transition: background .5s;
}


.lead {
  background-size: cover;
  height: 400px;
  text-align: center;
}

.lead .container {
  position: relative;
  top: 100px;
}

.lead h1 {
  color: #fff;
  line-height: 100px;
  /*letter-spacing: 2px;*/
  font-family: 'monaco', sans-serif;
  font-size: 5rem;
  margin: 0 auto;
  /*margin-top: 0px;
  margin-bottom: 50px;*/
  text-transform: uppercase;
}

.lead p {
  color: #fff;
  font-family: 'monaco', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  /*letter-spacing: 4px;*/
  margin: 0 auto;
  /*margin-bottom: 20px;
  margin-top: 0;*/
  text-transform: uppercase;
}

.main {
  text-align: center;
}


.main .container {
  width: 85%;
  margin: auto;
}

.main h1 {
  /*color: rgb(237, 35, 13);*/
  margin-top: 30px;
  padding: 10px;
}

.main p {
  text-align: left;
  font-size: 1rem;
  width: 85%;
  margin: auto;
  padding-bottom: 20px;
}

.main a:link {
  color: crimson;
}

.main a:visited {
  color: crimson;
}

.main a:hover {
  color: firebrick;
}

.days {
  display: inline-block;
}

.days h2 {
  display: inline-block;
}

.number {
  display: inline-block;
  height: 75px;
  width: 75px;
  background: url(media/cal.png) no-repeat center center;
  background-size: cover;
  color: black;
  line-height: 60px;
  border: none;
  border-radius: 2px;
  text-align: center center;
  padding: 15px 10px;
  margin-left: 10px;
  font-size: 26px;
  font-weight: bold;
}

.vs {
  display: inline-block;
}

.logo-lg {
  margin-left: 30px;
  margin-right: 30px;
  height: 100px;
  text-align: center;
  position: relative;
  top: 30px;
}

.logos {
  text-align: center;
}

.logos .vs {
  display: inline-block;

  font-weight: 800;
  font-size: 1.875em;
}

.logos .result {
  font-weight: 800;
  font-size: 1.875em;
  text-align: center;
  position: relative;
  bottom: 20px;
}

.logos .sub {
  font-weight: 800;
  font-size: 1.875em;
  text-align: center;
  margin-top: 20px;
}

.levels {
  position: relative;
  bottom: 2rem;
  font-size: 1rem;
  text-align: center;
}

.levels p {
  text-align: center;
}

table {
  border: 3px solid black;
  border-radius: 4px;
  width: 220px;
  vertical-align: middle;
  display: inline-block;
}

table .teamtable {
  border: 3px solid black;
  border-radius: 4px;
  width: 220px;
  vertical-align: middle;
  /*display: inline-block;*/
}

td {
  text-align: left;
  font-weight: bold;
}

.week td {
  font-weight: normal;
  text-align: left;
}

.table {
  display: inline-block;
  margin: 0 5px 5px 5px;
}

.table-set {
  margin-bottom: 10px;
}

.teamtable {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.teamtable td {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  vertical-align: middle;
}


.team-cell {
  padding-bottom: 10px;
  vertical-align: middle;
}

.table-logo {
  height: 28px;
  width: 28px;
  position: relative;
  top: 7px;
}

.center {
  text-align: center;
}

.scores {
  display: inline-block;
  width: 220px;
  height: 90px;
  border-style: solid;
  border-color: black;
  margin-left: 25px;
  margin-top: 10px;

}

.score-logo, .away-team, .home-team, .away-score, .home-score {
  display: inline-block;
  /*vertical-align: middle;*/
}

.score-logo {
  height: 30px;
  width: 30px;
  text-align: center;
  /*vertical-align: middle;*/
  margin: 0;
}

.score-logo img {
  max-width: 75%;
  max-height: 75%;
  /*vertical-align: middle;*/
}

.motto {
  padding: 20px;
}

.post p {
  font-size: 30px;
  font-weight: 400;
}

.footer {
  padding: 20px;
  background: #000;
  color: #fff;
  height: auto;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 0.85rem;
}

.footer a {
    color: white;
    text-decoration: underline;
}

.footer a:visited {
    color: white;
}




/* @supports (-webkit-text-stroke: 1px white) {
  .lead h1 {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: black;
  }
  .lead p {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: black;
  }
}  */
