html {
	scroll-behavior: smooth;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
figure img {
  border-radius: 14px;
  margin: 20px auto;
}

.tableofcontent ul {
  counter-reset: section;               
  list-style-type: none;
  list-style: none;
}

.tableofcontent li{
  margin-left: 1rem;
}

.tableofcontent li::before {
  counter-increment: section;            
  content: counters(section, ".") " "; 
}

.tableofcontent{
  list-style: none;
}

.tableofcontent a{
  color:black;
}

.rank {
    background-color: #2c2b29;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white !important;
}

div.buttonsticky{
    position: webkit-sticky; /* Safari */     
    position: sticky; 
    bottom: 0;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    z-index: 999;
}

ul.usp{
  list-style-type: none;
  line-height: 25px;
   
}

div.hero-body{
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
  background:linear-gradient(rgb(0, 0, 0), rgba(173, 216, 230, 0));
  min-height: 20rem;
}

.calendar-text{
  color:white;
}

div.casinobox{
  background-color: white;
  border-radius: 6px;
}

.sticky	{
	position: sticky;
  top: 30px;
}

.score {
  top: -5px;
  text-align: left;
  color: white;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.casinocardlogo {
  min-height: 10em;
  text-align: center;
  padding-top: 1em;
}

a.link {
  text-decoration: underline;
}

a.anchor {
  display: none;
}

.bonuscopy{
  min-height: 100px;
}

.casinocard {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
  .card {
    display: inline-block;
    width:80vw;
    max-width: 350px;
   
}

.casinocard {
  border:5px solid #7c4dff;

}


div.casinotable { 
  border-top: solid black 1px;
}


.anibut {
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
}

   /* Animations */

   @-webkit-keyframes glowing {
    0% {
      background-color: #7c4dff;
      -webkit-box-shadow: 0 0 3px #7c4dff;
    }
    50% {
      background-color: #7c4dff;
      -webkit-box-shadow: 0 0 60px #7c4dff;
    }
    100% {
      background-color: #7c4dff;
      -webkit-box-shadow: 0 0 3px #7c4dff;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #7c4dff;
      box-shadow: 0 0 3px #7c4dff;
    }
    50% {
      background-color: #7c4dff;
      box-shadow: 0 0 30px #7c4dff;
    }
    100% {
      background-color: #7c4dff;
      box-shadow: 0 0 3px #7c4dff;
    }
  }


.bottombutton {
  width: 100%;
  background-color:#7C4DFF;
  border-radius: 5px;
  padding: 12px 1px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;

}

img.paymentlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50px;
}

img.casinologo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}


.navbar-menu.is-active {
    display: block;
}

div.paymentmethods {
  background-color: rgba(37, 43, 66, 0.04);
}

.overviewtable {
  margin-left: auto;
  margin-right: auto;

}

.overviewtable.th, .overviewtable.td {
  color:white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.gamemodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.close {
  color: #fff;
  float: right;
  font-size: 50px;
  font-weight: bold;
  opacity: .75;
}

.gamedemo {
  height: 40vh;
}

.halfbutton {
}

