@charset "UTF-8";
/* Featured */
/* Written by Hanson Ma */



#picspace{
  float: left;
  width: 100%;
  height: 75px;
}

.ball{
  display: inline-block;
  height: auto;
  width: 100%;
  border: 1px solid #999;
  margin-top: 25px;
  position: relative;
  color: #fff;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.ball:hover{
  border: 1px solid #56d46a;
  color: #56d46a;
}

.fpic{
  float: left;
  width: 100%;
}

.baller{
  width: 100%;
  height: 15%;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  z-index: 50;
  font-size: 20px;
  font-family: "Roboto-Thin", "Trebuchet MS";
  overflow: hidden;
  word-wrap: none;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .baller {
      background: rgba(20,20,20,.5);
      -webkit-backdrop-filter: brightness(1) blur(4px);
      backdrop-filter: brightness(1) blur(4px);
  }
}

#sport{
  float: left;
  width: 100%;
  height: 54%;
  background:;
  display: table;
}

#teams{
  float: left;
  width: 25.5%;
  height: 46%;
  background:;
}

#score{
  float: left;
  width: 9%;
  height: 46%;
  background:;
  text-align: center;
  font-family: "Roboto-Bold", "Trebuchet MS";
}

#date{
  float: right;
  width: 11.5%;
  height: 46%;
  background:;
}

.textboi{
  display: table-cell;
  vertical-align: middle;
}

#eggy1{
  margin-left: 10px;
}

#eggy2{
  margin-left: 10px;
}

#teams p{
  display: inline;
}

#panel{
  width: 100%;
  height: 70px;
}

#thetitle{
  width: 500px;
  height: 100%;
  background: ;
  margin: 0 auto;
  border-bottom: 2px solid #4e4e4e;
  text-align: center;
  color: #fff;
  line-height: 90px;
  font-size: 30px;
  font-family: "Roboto-Light";
}

/* The holy magic */

@media only screen and (max-width: 855px) {
  .baller{
    right: 0;
    width: 25%;
    height: 100%;
    font-family: "Roboto-Regular";
  }
  #sport{
    height: 20%;
    text-align: center;
  }
  #teams{
    height: 20%;
    width: 100%;
    text-align: center;
  }
  #score{
    height: 15%;
    width: 100%;
  }
  #date{
    float: left;
    height: 13%;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
  }
  #teams p{
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  #eggy1, #eggy2{
    margin-left: 0;
  }
  .ball{
  	margin-top: 13px;
  	border: none;
  }
  .ball:hover{
  	border: none;
  }
  #picspace{
    height: 63px;
  }


}

@media only screen and (max-width: 650px) {

  .baller{
    font-size: 17px;
  }

}

@media only screen and (max-width: 600px) {

  #thetitle{
    height: 100%;
    margin: 0px;
    width: 100%;
    position: relative;
    line-height: 60px;
  }
  #panel{
    height: 100px;
    position: relative;
  }

}

@media only screen and (max-width: 550px) {

  .baller{
    font-size: 14px;
  }
  #score{
    margin-top: 10px;
  }

}

@media only screen and (max-width: 450px) {

  #teams{
    height: 23%;
  }
  

}

@media only screen and (max-width: 365px) {

  #teams{
    height: 27%;
  }

}
