@import url("https://fonts.googleapis.com/css2?family=Barriecito");

.home-page-info{
    padding:20px;
    margin:10px;
    border-radius: 15px;
    background-color: #13132a ;
    height:100%;
  
}

.padding-container{
    padding-bottom:40px;
    height:100%;
}

.intro-text{
    text-align: center;
}

h1{
    font-family: monoton;
    text-align: center;
    width: 100%;
    margin-bottom:30px;
}
h2{
    font-size:150%;
}

a{
    text-decoration: underline;
}

/*
.bubble {
  border-radius: 50px;
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 6px;
  height: 15vw;
  width: 15vw;
  font-size: 2.5vw;
  font-family: "Barriecito", system-ui;
}

.bubble-expanded {
  display: inline-block;
  z-index: 2;
  font-size: 1em;
  padding: 30px;
  text-align: left;
  color: white;
  box-shadow: 0px 0px 50px black;
}

#how-to-play {
  background-color: rgba(207, 176, 72, 1);
  top: 20%;
  left: 10%;
  border: solid #33c15b;
}

.how-to-play-mini {
  background-color: rgba(207, 176, 72, 0) !important;
  color: white;
  box-shadow: none;
  padding: none;
  text-align: center;
  z-index: 1;
}

#your-dashboard {
  background-color: rgba(200, 75, 143, 1);
  top: 20%;
  left: 44%;
  border: solid #f4c943;
}

.your-dashboard-mini {
  background-color: rgba(200, 75, 143, 0) !important;
  color: white;
  box-shadow: none;
  padding: none;
  text-align: center;
  z-index: 1;
}

#colours-explained {
  background-color: rgba(53, 175, 88, 1);
  top: 20%;
  left: 75%;
  border: solid  rgb(122,43,243);
}

.colours-explained-mini {
  background-color: rgba(53, 175, 88, 0) !important;
  color: white;
  box-shadow: none;
  padding: none;
  text-align: center;
  z-index: 1;
}

#special-events {
  background-color: rgba(207, 176, 72, 1);
  top: 60%;
  left: 10%;
  border: solid rgb(249,37,113);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.special-events-mini {
  background-color: rgba(207, 176, 72, 0) !important;
  color: white;
  box-shadow: none;
  padding: none;
  text-align: center;
  z-index: 1;
}

#games-rooms {
  background-color: rgba(200, 75, 143, 1);
  top: 60%;
  left: 44%;
  border: solid rgb(187,31,96);
}

.games-rooms-mini {
  background-color: rgba(200, 75, 143, 0) !important;
  color: white;
  box-shadow: none;
  padding: none;
  text-align: center;
  z-index: 1;
}

#rankings {
  top: 60%;
  left: 75%;
  background-color: rgba(53, 175, 88, 1);
  border: solid rgb(208,75,145);
}

.rankings-mini {
  background-color: rgba(53, 175, 88, 0) !important;

  color: white;
  box-shadow: none;
  padding: none;
  text-align: center;
  z-index: 1;
}

.yellow-dot{
    width: 10px;
    height: 10px;
    background-color: rgb(244,202,68);
    border-radius: 50%;
    display: inline-block;
    border:solid 1px black;
}

.green-dot{
    width: 10px;
    height: 10px;
    background-color: rgb(51,193,91);
    border-radius: 50%;
    display: inline-block;
    border:solid 1px black;
}

.white-dot{
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    border:solid 1px black;  
}

.pink-dot{
    width: 10px;
    height: 10px;
    background-color: rgb(236,85,152);
    border-radius: 50%;
    display: inline-block;
    border:solid 1px black;
}

#footer{
    position:absolute;
    bottom:50px;
}

#boojum-footer{
    width:100%;
    text-align: center;
    position:absolute;
    bottom: 10px;
}
@media screen and (max-width: 576px) {

#boojum-footer{
    font-size: 0.5em;
} 
  .bubble {
    height: 35vw;
    width: 35vw;
    font-size: 6vw;
  }

  .bubble-expanded {
    font-size: 4vw;
    padding: 10px;
  }

  #how-to-play {
    top: 15%;
    left: 5%;
  }

  #your-dashboard {
    top: 15%;
    left: 60%;
  }

  #colours-explained {
    top: 45%;
    left: 5%;
  }

  #games-rooms {
    top: 45%;
    left: 60%;
  }

  #rankings {
    top: 75%;
    left: 5%;
  }

  #special-events {
    top: 75%;
    left: 60%;
  }
}

body::before {
  content: "";
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/gryphon.png");
  opacity: 0.2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;

  */
