/* Style the buttons that are used to open and close the accordion panel */

.accordion {
  background-color: rgb(0,110,203);
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: .2s ease-in-out;
  font-family: 'Comfortaa';
  font-weight: 800;
  margin-bottom: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active, .accordion:hover {
  background-color: rgb(0,86,159);
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -20px;
  color: #c5c5c5;
  width: 100%;
  transition: .2s ease-in-out;
  border-color: rgb(0,86,159);
  border-width: 2px;
  border-style: solid;
}

.gameBox:hover {
  cursor: pointer;
}

p {
  margin-top: 20px;
}

.hrhome {
  background-color: #4c4c4c;
  width: 80%;
  margin: auto;
  height: 3px;
}

.navbarround {
  border-radius: 25px;
  background-color: rgba(200,200,200,0.55);
}

.roundedcorner {
  border-radius: 25px;
  display: none;
}

.active {
  display: inline-flex;
}

.boxthing {
  display: inline-flex;
}

.active {
  display: inline-flex;
}

.navbarround2 {
  border-radius: 15px;
  /*background-color: rgba(200,200,200,0.55);*/
  border-style: solid;
  border-width: 1px;
  border-color: #00f0ff;
}

.clickyclick {
  cursor: pointer;
}

.navbarround3 {
}

