:root{
    --primary-color: #D0992E;
    --secondary-color: #29303A;
    --neutral-color: #CACACA;
    --neutral-dark: #8b0ac5;
    --accent-color: #ffffff;
}

/* .container{
    background-color: var(--neutral-dark);
} */

h1, h2{
    color: var(--primary-color);
    font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    height: auto;
    align-self: center;
    text-align: center;
    margin: 0px;
    font-size: clamp(3em, 6vw, 12em);
    text-shadow: 5px 5px 0 #000000, 10px 10px 0 #000000;
}
h3{
    color: var(--neutral-color);
     font-family: "Sniglet", system-ui;
  font-weight: 500;
  font-style: normal;
  height: auto;
    align-self: center;
    text-align: center;
    font-size: clamp(1em, 2vw, 6em);
}

p{
    color: var(--secondary-color);
     font-family: "Sniglet", system-ui;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(1em, 1vh, 2em);
}

/* .circle{
    width: 100px;
    height: 100px;
    background-color: var(--accent-color);
    border-radius: 50%;
} */

html, body {
    background-color:var(--primary-color);
  margin: 0;
  height: 100%;
   align-content: center;
   overflow-x: hidden;
   
}
.nav-link > h3{
    color: #000000 !important; 
    display: inline-flex;
}

.navbar{
    width: 100%;
    position: fixed;
    background-color:rgb(255, 216, 110) !important;
}
img{
    height: 100%;
}
.col{
    display: flex;
    width: 100%;
    height: 100%;
}
.main-container{
     display: flex;
     flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    height: 99%;
    width: 99%;
    padding: 0px;
    background-color: var(--neutral-color);
    background-size: cover;
     /* border: 3px solid black; */
}

.col-6{
    max-height: 100%;
      margin-top: 20px;
    align-content: center;
    justify-content: center;
}
.slot{
    width: 100%;
}
.imgs{
height: 100%;
max-width: 100%;
display: block;
margin: auto;
}

.nav-item:hover{
    background-color: var(--primary-color);
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    justify-self: center;
}
.hero{
    height: 100%;
    /* border-bottom: 3px var(--neutral-dark) solid; */
    width: 100%;
    justify-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/poker-table.jpg");
    text-align: center;
}
.about{
    height: 100%;
    /* border-bottom: 3px var(--neutral-dark) solid; */
    width: 100%;
    justify-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: var(--neutral-color);
}

.hero-header{
    display: flex;
    justify-self: center;
    
}
.middle{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.hero-btn{
    width: auto;
    height: 100%;
       font-size: clamp(2em, 3vw, 12em);
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.btn-warning > h3{
    color: #000 !important;
}
.nav-link{
    padding: 0px;
}
ul {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
.navbar-brand{
    padding: 0px;
    margin: 0px;
}

/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io {
  position: relative;
  font-family: inherit;
   font-family: "Sniglet", system-ui;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(1em, 3vh, 3em);
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: ghostwhite;
  overflow: hidden;
}

.cssbuttons-io svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  /* padding: 0.8em 1.2em 0.8em 1.05em; */
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

.dropdown-menu{
    width: 50%;
    justify-self: center;
    color: #000;
    background-color:rgb(255, 128, 128);
    text-align: center;
}

.show{
    display: flex;
    justify-items:left;
}
.navbar-toggler{
    margin-bottom: 5%;
}
.dropdown-item:hover{
    background-color: #5c5c5c;
}
.gamble{
    margin-top: 10px;
    height: 100%;
    /* border-bottom: 3px var(--neutral-dark) solid; */
    width: 100%;
    justify-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-image: url("../img/poker-table.jpg"); */
    background-color: var(--neutral-color);
    text-align: center;
}
.col-4{
    display: flex;
    align-items: center;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    border: gold solid 5px;
    overflow-y: hidden;
    position: relative;
    background-color: rgb(184, 184, 184);
}


/* From Uiverse.io by catraco */ 
.btn-class-name {
  --primary: 255, 90, 120;
  --secondary: 150, 50, 60;
  width: 160px;
  height: 150px;
  border: none;
  outline: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  outline: 10px solid rgb(var(--primary), .5);
  border-radius: 100%;
  position: relative;
  transition: .3s;
}

.btn-class-name .back {
  background: rgb(var(--secondary));
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn-class-name .front {
  background: linear-gradient(0deg, rgba(var(--primary), .6) 20%, rgba(var(--primary)) 50%);
  box-shadow: 0 .5em 1em -0.2em rgba(var(--secondary), .5);
  border-radius: 100%;
  position: absolute;
  border: 1px solid rgb(var(--secondary));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: inherit;
  transform: translateY(-15%);
  transition: .15s;
  color: rgb(var(--secondary));
}

.btn-class-name:active .front {
  transform: translateY(0%);
  box-shadow: 0 0;
}
.div{
  /* background-color:white; */
  /* border:1px solid black; */
  cursor: pointer;
  min-width:100%;
  height: auto;
  flex:1 1 auto;
  align-self: center;
  animation: slide-in-top 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
.div > img{
  width: 100%;
}

@keyframes slide-in-top {
  0% {
            transform: translateY(-200%);
    opacity: 0;
  }
  100% {
            transform: translateY(200%);
    opacity: 1;
  }
}
.about > h3{
  color: #000;
}