@font-face {
  font-family: freeroad;
  src: url(Fonts/FreeRoad/freeroadregular.ttf);
}

@font-face {
  font-family: freeroad-bold;
  src: url(Fonts/FreeRoad/freeroadbold.ttf);
}

*{
  margin: 0;
  padding: 0;
  color: white;
}

body {
  background-color: 	rgb(46, 46, 46);
  font-family: 'freeroad';
  background-color: rgb(12, 12, 12);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  min-width: 300px;
}

h1 {
  font-family: 'Open Sans';
  font-size: 70px;
  padding: 3px 0px 0px 3vw;
  margin-right: 1.5vw;
}

.img-container{
  width: 40%;
  height: 100%;
  float: left;
}

.img-container img{
  width: 100%;
  padding-top: 4%;
  padding-left: 4%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.content{
  width: 60%;
  height: 100%;
  float: left;
  padding: 20px 40px;
  box-sizing: border-box;
}


.head p{
  font-size: 35px;
  color: white;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}


.data{
  width: 100%;
  margin-top: 8%;
}


.inner-data{
  width: 50%;
  float: left;
  text-align: left;
  color: white;
  padding-bottom: 10px;
}

.inner-data p{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.inner-data span{
  font-size: 18px;
  font-weight: bold;
}


.dropdown-content {
  /* position: absolute; */
  min-width: 230px;
  overflow: auto;
  z-index: 1;
}

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

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.container {
  width:100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.main {
  width:95%;
  margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-bottom: 5%;
}

.col {
    flex-basis: 28%;
    /* margin-right: 1%; */
    margin:auto;
}

.noshow {
  display: none;
}

#heading {
  height:100px;
  display: flex;
  /* flex-wrap: wrap; */
  align-content: center;
  /* align-items: center; */
  border-bottom: 2px white solid;
  background: linear-gradient(rgb(23, 59, 87, 1) ,rgb(146, 141, 141, 0.1), rgb(87, 26, 41, 1)), linear-gradient(black, black);
  /* background-color: 	rgb(26, 79, 119); */
  margin-bottom: 2%;
  position: fixed;
  z-index:1;
  /* top: 0; */
  width: 100%;
}

.topRow {
  padding-top: 140px;
  padding-bottom: 70px;
  margin: auto;
}

select, input, #myUL {
  background-color: rgb(75, 75, 75);
  color: white;
  cursor: pointer;
}

#myUL {
  height: 200px;
  overflow: auto;
}

a {
  text-decoration: none;
}

#searchInput {
  /* position: fixed; */
  font-size: 11px;
  margin-bottom:2%;
  height: 20px;
  width: 50%;
  color: black;
  outline: none;
  border: 3px solid #c7c6c6;
  border-radius: 5%;
  background-color: white;
}

.container2 {
  height: 300px;
  color: white;
  background-color: rgb(75, 75, 75);
  background-image: url(images/logo.jpg);
  background-size: 100% 100%;
  background-position: center;
  padding-left:0;
  background-repeat: no-repeat;
}


 .btn1 {
  height: 40px;
  border-radius: 3px;
  margin-left: 20px;
  color: white;
  background: rgb(75, 75, 75);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 800;
  font-size: .85em;
  text-align: center;
  text-decoration: none;
  position: relative;
  opacity: 0.9;
}
.btn1:hover, .btn1:focus {
    opacity: 0.6;
}
.btn1:active {
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    transform: scale(0.90);
}

#search {
  width:30%;
  font-size: 12px;
  position: static;
  background-color: black;
  margin-left: 0px;
  height: 25px
}

.margin-b {
  margin-bottom: 20px;
  margin-left: 0px;
}


#labelSeason {
  font-size: 16px;
  margin-left: 0px;
  margin-right: 5px
}

#myUL {
  position: absolute;
  margin-left: 2px;
  width: 120px;
  padding-top: 5px;
  list-style: none;
  border: 1px black solid;
  background-color: black;
}

#myUL > li {
  padding-bottom: 2%;
  padding-top: 2%;
  color: white;
}

#myDropdown::-webkit-scrollbar {
  display: none;
}

#myDropdown {
  -ms-overflow-style: none;
}

table {
  font-size: 18px;
  border-collapse: collapse;
  width: 100%;
  font-weight: bold;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}


caption {
  font-size: 30px;
  margin-bottom: 10px;
}

th, td {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 6px;
  padding-left: 2px;
  text-align: left;
  border-bottom: 1px solid white;
}

tr:hover {
  background-color:rgb(75, 75, 75);
}

h2 {
  text-align: center;
  margin-bottom: 10px;
}


.linegraph {
  margin-left: 100px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.wrapper {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    box-shadow: 0;
    transition: box-shadow 1s;
    width:800px;
    /* margin-bottom: 45px; */
}

.wrapper:hover {
  box-shadow: 0 0 5px white;
}

.card1 {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  /* width:200px; */
}


.card1.flipped {
  -webkit-transform: rotateY( 360deg );
  -moz-transform: rotateY( 360deg );
  -o-transform: rotateY( 360deg );
  transform: rotateY( 360deg );
}

.card2 {
  -webkit-transition: -webkit-transform 1.5s;
  -moz-transition: -moz-transform 1.5s;
  -o-transition: -o-transform 1.5s;
  transition: transform 1.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}


.card2.flipped {
  -webkit-transform: rotateY( 360deg );
  -moz-transform: rotateY( 360deg );
  -o-transform: rotateY( 360deg );
  transform: rotateY( 360deg );
}

#stats, #labelStats {
  position: absolute;
  right: 3%;
  top: 5%;
}

#labelStats {
  color: grey;
  font-size: 20px;
  right: 21%;
  top: 5%;
  display: inline-block;
}


button {
  outline: none;
  color: white
}

.row {
  overflow: hidden;
}


#line1, #radar {
  height:300px;
  width:450px;
}

#line1 {
  width: 500px;
}

.chart-container {
  height: 300px;
  width:440px;
  position: relative;
  /* background-color: black; */
  padding-right: 0.8%;
  margin: auto;
}


.center {
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
}


.radar {
  border: 2px solid grey;
  height: 300px;
  padding-bottom: 40px;
  border-radius: 2%;
  margin-bottom: 20px;
}

.btn {
  height:30px;
  width:150px;
  margin-top: 2%;
  margin-bottom: 6%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}

.btn a {
  width: 150px;
  /* max-width: 240px; */
  /* height: 100px; */
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 900;
  color: #ff4655;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 0 1px inset rgba(236, 232, 225, 0.3);
  margin: 10px 0;
  color: black;
}

.btn a.white:hover > p {
  color: #ece8e1;
}

.btn a.white > p {
  background: #ece8e1;
  color: #0f1923;
}

.btn a.white > p span.base {
  border: 2px solid transparent;
}

.btn a.transparent:hover > p {
  color: #ece8e1;
}

.btn a.transparent:hover > p span.text {
  box-shadow: 0 0 0 1px #ece8e1;
}

.btn a.transparent > p {
  background: #0f1923;
  color: #ece8e1;
}

.btn a.transparent > p span.base {
  border: 1px solid #ece8e1;
}

.btn a:after, .btn a:before {
  content: "";
  width: 1px;
  position: absolute;
  height: 8px;
  background: #0f1923;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn a:before {
  right: 0;
  left: initial;
}

.btn a p {
  margin: 0;
  /* height: 54px; */
  line-height: 28px;
  box-sizing: border-box;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.btn a p span.base {
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: 1px solid #ff4655;
}

.btn a p span.base:before {
  content: "";
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.btn a p span.bg {
  left: -5%;
  position: absolute;
  background: #ff4655;
  width: 0;
  height: 100%;
  z-index: 3;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.btn a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: black;
}

.btn a p span.text:after {
  content: "";
  width: 4px;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0f1923;
  position: absolute;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  z-index: 5;
}

.btn a:hover {
  color: #ece8e1;
}

.btn a:hover span.bg {
  width: 110%;
}

.btn a:hover span.text:after {
  background: #ece8e1;
}

#head1, #head2 {
  margin-left: 2%;
  height: 25px;
  margin-top: 40px;
}

#head2 {
  margin-left: 4%;
}

#head1 a p, #head2 a p {
  line-height: 40px;
}

select {
  background-color: black;
  /* border: 1px white solid; */
  outline: none;
}

.wrapper {
  margin: auto;
  /* width:20px; */
}

.background1 {
  width: 500px;
}

@media(max-width:1615px){
  .wrapper {
       margin-bottom: 45px;
   }
}

@media(max-width:1175px){
   .chart-container {
        margin-bottom: 45px;
   }
   .col {
    flex-basis: 28%;
  }
  table {
  width: 100%;
  }
}

@media(max-width:1690px){
   .linegraph {
        margin-bottom: 45px;
   }

}

@media(max-width:1175px){
   .chart-container {
        margin-bottom: 45px;
   }
   .col {
    flex-basis: 28%;
  }
  table {
  width: 700px;
  }
}

@media(max-width:1540px){
   .chart-container {
        margin-bottom: 45px;
   }
}


@media(max-width:775px){
  table {
    width: 500px;
  }
  h1 {
    font-size: 60px;
    margin-top: 8px;
  }

  #head1, #head2 {
    width:150px;
    margin-top:38px;
  }
  #head1 a, #head2 a {
    width:150px;
    padding:8px;
  }
}

@media(max-width:670px){
  h1 {
    font-size: 55px;
  }
  #heading {
    height:90px;
  }
  #head1, #head2 {
    width:100px;
    height:20px;
    margin-top:38px;
  }
  #head1 a, #head2 a {
    width:100px;
    padding:8px;
    font-size: 8.9px;
  }
}

@media(max-width:570px){
  table {
    width: 350px;
  }
}

@media(max-width:400px){
  #stats{
    width:60px;
    top: 8.5%;
  }
  #labelStats {
      display:none;
  }
  .background1 {
    width: 350px;
  }
  .chart-container {
      width: 300px;
      padding: 15px;
      margin-bottom: 10px;
  }

  h1 {
    font-size: 45px;
    margin-top: 10px;
  }
  #head1, #head2 {
    width:55px;
    height:20px;
    margin-top:35px;
    margin-right: 6px;
  }
  #head1 a, #head2 a {
    width:55px;
    padding:8px;
    font-size: 8px;
    word-wrap: normal;
  }


}
