@import "https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css";

@font-face {
  font-family: coolcrayon;
  src: url("/fonts/coolcrayon.ttf") format("truetype");
  /* You can include more formats here if you have them */
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: coolcrayon, sans-serif;
  /* margin: 0px;
  padding: 0px; */
  background-color: #92e5f0;
  height: 100%;
}

main {
  padding-top: 10px;
}

/* .container {
  padding: 0px 50px 0px 50px;
} */

a:link {
  text-decoration: none;
}

/* PAGE */
.page-image-cover {
  width: 100%;
  text-align: center;
}

.page-image {
  width: 100%;
  object-fit: cover;
  /* width: 90%; */
  /* max-width: 900px; */
  /* height: 500px; */
}

@media only screen and (max-width: 768px) {
  .page-image-cover {
    width: 100%;
    text-align: center;
  }

  .page-image {
    width: 100%;
    object-fit: cover;
    /* height: 400px; */
  }
}

/* LIST */
.card {
  /* border: 1px solid grey; */
  border-radius: 5px;
  background-color: white;
  border: 10px solid white;
}

.card:hover {
  box-shadow: 0.1px 0.1px 2px #a59999;
}

.card-image {
  width: 100%;
}

.card-content {
  margin: 10px;
  min-height: 100px;
}

.list-title {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #128ccb;
}

.list-item-title,
.content-title {
  font-size: 18px;
  color: #128ccb;
}

.list-item-subtitle {
  font-size: 14px;
  color: #4e4e4e;
}

/* HEADER */
/* .header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
} */

/* .header {
  color: #000;
  font-size: 1.5em;
  background: #fee84e;
  padding-top: 0.2em;
} */

.header {
  font-size: 1.5em;
  background: #fee84e;
  /* padding-top: 0.2em; */
}

.tags {
  font-size: 0.5rem !important;
  background: #62c4f9;
}

.header-image {
  width: 90px;
  border-radius: 50%;
  border: 4px white solid;
}

.tags-image {
  width: 60px;
  border-radius: 50%;
  border: 4px white solid;
}

.header .nav > a {
  color: #ee1517;
  font-weight: bold;
}

.nav {
  float: right;
  padding: 0px 5px 0px 5px;
  display: flex;
  align-items: center;
  height: 32px;
}

.brand {
  float: left;
}

.clear {
  clear: both;
}

.sticky {
  position: sticky;
  top: 100vh;
  margin-top: 1rem;
}

/* FOOTER
.footer {
  position: sticky;
  top: 100vh;
  background-color: #fee84e;
}

.footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  color: grey;
} */

/* .footer1 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fee84e;
  color: white;
  text-align: center;
  margin-top: 1rem;
} */

.pagination {
  text-align: center;
  margin: 10px;
  color: #a4080b;
  font-size: 45px !important;
}

.pagination a {
  color: #242424;
}

/* TAGS */
ul.tag-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1rem 0;
}

ul.tag-list li {
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 1em;
}

ul.tag-list li a {
  background: #a4080b;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
}

ul.tag-list li a:hover {
  background-color: #ee1517;
}

.tag-card-label {
  text-align: center;
  padding: 10px;
}

/* HOME */
.home-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.home-img {
  width: 100%;
  max-width: 500px;
}

.home-slogan {
  display: block;
  text-align: center;
  color: #242424;
  margin: 20px 0px;
}

.home-content-container {
  text-align: center;
  margin: 20px 0px;
}

.home-game-container {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.home-button-game {
  border-radius: 5px;
  text-align: center;
  font-size: 2em;
  padding: 20px 60px;
  font-weight: bold;
  background-color: #cc0c0f;
  color: rgb(241, 241, 241);
}

.home-button-game:hover {
  background-color: #ee1517;
}

.taxo {
  background-color: #cc0c0f;
  color: #ffffff;
}
.taxo:hover {
  background-color: #ee1517;
}

.playbutton {
  font-family: coolcrayon;
  background: #fbd305;
  color: #fff;
}

.bg-light-black {
  background: rgba(0, 0, 0, 0.25);
  width: 50%;
}

.bg-yellow {
  background: #fbd305;
  color: #fff;
  border: none;
}
