
@font-face {
  font-family: headFont;
  src: url(../fonts/Cute_Meow.otf);
}

@font-face {
  font-family: titleFont;
  src: url(../fonts/Rounded_Elegance.ttf);
}


#title{
  font-family: headFont;
  font-size: 25pt;
  padding:0;

}

h2{
  margin: 0;
  font-family: titleFont;
  font-size: 15px !important;
}

.col-md-12{
  padding: 0;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%; /* add border-radius */
}

footer{
  background-color: rgba(34, 37, 42, 1);
  color: white;
  padding: 40px;
  padding-bottom: 15px;
}


footer .col-md-3
{
    background-color: rgba(128, 141, 156, .1);
    border-radius: 20px;
    padding: 20px;
}

.display-6
{
  font-size: 36px;
}


.donateBtns
{
  margin: 5px;
  width: 100%;
}

.BtnGroup
{
  display:flex;
  flex-flow: row wrap;
}

.alignRight{
  display: flex;
  justify-content: flex-end;
}

.padding
{
  padding: 40px;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 20px;;
  padding: 10px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow:    0px 8px 6px 0px rgba(0, 0, 0, 0.66);
  box-shadow:         0px 8px 6px 0px rgba(0, 0, 0, 0.66);
}

.bottom-left a{
  color: white;
  text-decoration: none;
}

.bottom-left a:hover{
  color: white;
  filter: brightness(80%);
}

#info{
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 85%;
  border-radius: 20px;
  padding: 50px;
  background-color: rgba(255,255,255,.7);
  padding:30px;
}

p{
  font-size:15pt;
}

mark{
  background-color: rgba(235,232,167,.65);
}

ul{
  margin: 0 !important;
  width:95%;
}

#donate{
  display: flex;
  justify-content: flex-start;
}

#next{
  width:15px;
}

#cookieBanner{
  background-color: rgba(50, 50, 55, .9);
  position : fixed;
  bottom : 0px;
  left : 0px;
  color:white;
  z-index: 100;
  padding: 15px;
  display: flex;
}

#cookieText{
    width: 70%;
    margin: 0 auto;
}

#acceptBtn{
  height: 50%;
}

#nightMode{
  width: 40px;
  filter: invert();
  opacity: .5;
}
