body {
  /* background: #fff; */
  background-color:	#EAEBEF;
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 16px;
}

label {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 7vh;
  width: 20vw;
  position: absolute;
  top: 13%;
  left: 50%;
  margin: 0 0 0 -10vw;
}

#logo {
  height: 12vh;
  width: 12vh;
  position: absolute;
  top: 7.5%;
  left: 50%;
  margin: -6vh 0 0 -6vh;
  z-index: 5;
}

#table {
  height: 72vh;
  width: 75vw;
  position: absolute;
  top: 62%;
  left: 50%;
  margin: -35vh 0 0 -36vw;
}

/* card {
  height: 5vh;
  width: 75vw;
  position: absolute;
} */

#selectioncontainer {
  height: 5vh;
  width: 10vw;
  position: relative;
  top: 20%;
  left: 3%;
  margin: 12vh 0 0 -5vw;
}

#yearselect {
  position: relative;
}

#monthoptionblock {
  border-radius: 3px;
  background: #0caff5;
  position: absolute;
  top: 20%;
  left: 88.25%;
  width: 64.4%;
  height: 45px;
  margin: 0vh 0 0 -64.4vw;
}

.col {
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  color: white;
  line-height: normal;
  font-family: 'Righteous', arial;
  cursor: pointer;
  background-color: #49b5fc;
}

.card-img {
  width: 100px;
  height: 100px;
}

.col-md-4 {
  width: 100px;
  height: 120px;
  top: 0%;
  left: 0%;
  margin: 0vh 0 0 0;
  inset: 10px 0 0 10px;
  position: relative;
}

.col-md-8 {
  left: -20px;
  height: 110px;
}

.card-body {
  height: 110px;
}

.card-title {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  color: #1c82e8;
  line-height: 20px;
  cursor: pointer;
}

.card-text1 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 30px;
}

.card-text2 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
}

.card-text3 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  color: #eb313b;
  position: relative;
  bottom: 18px;
  left: 36.5%;
}

#fixturebtn {
  height: 7vh;
  /* width: 10vw; */
  width: auto;
  position: absolute;
  top: 50%;
  right: 2%;
  margin: -3.5vh 0 0 0;
  font-size: 25px;
  font-weight: 600;
}

#coursebtn {
  height: 4vh;
  /* width: 6vw; */
    width: auto;
  position: relative;
  left: 0%;
  margin: -2vh 0 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
  font-family: 'Hammersmith One', sans-serif;
}

.btn-warning {
  height: 4vh;
  position: relative;
  left: 10px;
  margin: -2vh 0 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Hammersmith One', sans-serif;
}

@media (max-width: 1200px) {
  #logo{
    display: none;
  }
}
@media (max-width: 1000px) {
  #selectioncontainer {
    position: absolute;
    top: 5%;
    left: 30px;
    /* left: 50vw; */
    /* margin: 12vh 0 0 -5vw; */
  }
  label {
    width: 50vw;
    left: 40%;
    margin: -2vh 0 0 -10vw;
  }
  #monthoptionblock {
    left: 50%;
    width: 98vw;
    top: 23%;
    margin: 0vh 0 0 -49vw;
  }
  #table {
    top: 38%;
    height: 62vh;
    width: 95vw;
    margin: 0 0 0 -47.5vw;
  }
  .card-img {
    width: 50px;
    height: 50px;
  }
  .col-md-4 {
    width: 50px;
    height: 60px;
  }
  #imagerow {
    display: none;
  }

  .col-md-8 {
    left: 0px;
    height: 110px;
  }
  .card-body {
    margin-top: -10px;
  }
  .card-text2 {
    position: absolute;
    /* left: 20%; */
    bottom: -10px;
    margin-left: -13vw;
  }
  #fixturebtn {
    top: 35%;
  }
 /* #coursebtn {
   width: auto;
 } */

}

@media (max-width: 400px) {

  #selectioncontainer {
    top: 7%;
  }

  #monthoptionblock {
    top: 25.5%;
  }

  #table {
    top: 39.8%;
  }
  .card-text2 {
    margin-left: -10vw;
  }
}
