@font-face {
  font-family: fonty;
  src: url(Courgette-Regular.ttf);
  font-display: swap;
}

html {
  background-color: #05090c;
  min-height: 100%;
}

body {
  /*background-color:rgb(0,100,150);*/
  background-image: url("images/tlo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #05090c;
}
hr {
  border-color: white;
}

#main-container {
  text-align: center;
  margin: 80px auto 0px auto;
  background-color: rgba(0, 0, 0, 0.7);
}

#title-h2 {
  width: 88%;
  margin: auto;
  font-family: fonty, Helvetica, Arial, Sans-Serif;
  position: relative;
  animation-name: move, black-white;
  animation-duration: 5s, 5s;
  animation-delay: 2s, 2s;
  animation-iteration-count: infinite, infinite;
}

#total-h5 {
  padding: 5px 0 5px 0;
  margin: 0;
  font-size: 15px;
}
#total-div {
  /*color:white;*/
  /*background-color:rgb(20,20,20);*/
  background-color: rgb(25, 25, 25);
  color: white;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  z-index: 10;
}
.img-center {
  text-align: center;
  margin: 0px 00px 0px 0px;
}
#pixel-image {
  width: 300px;
  max-width: 60%;
  margin-top: 60px;
}

header {
  color: white;
}

.gemstones {
  display: inline-block;
  margin: 10px;
}
.full-gem {
  margin-bottom: 10px;
}
.gems-images {
  width: 64px;
}

.gems-text-box {
  border: 3px black solid;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  top: 1px;
}
.gems-h5 {
  color: white;
  text-align: center;
}
.gems-h3 {
  padding: 2px;

  margin: 20px 0 20px 0;
  color: white;
  text-align: center;
}

.small_button {
  text-align: center;
  width: 40px;
}

#topaz-gems {
  color: rgb(255, 203, 107);
}
#emerald-gems {
  color: rgb(255, 203, 107);
}
#sapphire-gems {
  color: rgb(255, 203, 107);
}
#ruby-gems {
  color: rgb(255, 203, 107);
}
#diamond-gems {
  color: rgb(255, 203, 107);
}

@media all and (min-width: 801px) {
  /*footer h4{ padding:30px 10px 30px 10px;font-size:1.3rem;}	*/

  .gems-text-box {
    width: 48px;
    height: 48px;
    top: 3px;
  }
  #total-h5 {
    padding: 5px 0 5px 0;
    margin: 0px;
    font-size: 1.9rem;
  }

  #pixel-image {
    width: 300px;
    margin-top: 80px;
  }
  html {
    font-size: 18px;
  }
}

@media all and (max-width: 800px) {
  .small_button {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  .gems-images {
    width: 32px;
  }
  html {
    font-size: 14px;
  }
}
footer {
  font-family: fonty, Helvetica, Arial, Sans-Serif;
  text-align: center;
  width: 100%;
  animation-name: colors;
  background-color: rgb(20, 20, 20);
  color: white;
  display: inline-block;
}

.total-gems1 {
  font-family: fonty, Helvetica, Arial, Sans-Serif;
  text-align: center;
  width: 100%;
  background-color: 191919;
  color: white;
  display: inline-block;
}

footer a {
  text-decoration: none;
  opacity: 0.8;
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer h4 {
  padding: 30px 10px 30px 10px;
  font-size: 15px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  background-color: #213d45;
  color: white;
  font-family: fonty, Helvetica, Arial, Sans-Serif;
  font-size: 1.3rem;
  animation-name: colors;
  animation-duration: 15s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

header nav {
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  animation: none;
}

.smok {
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  background-color: #213d4556;

  color: white;
  font-family: fonty, Helvetica, Arial, Sans-Serif;
  font-size: 1.3rem;
  animation-name: colors;
  animation-duration: 15s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

hr.solid {
  border-top: 1px solid #313131;
  align-items: center;
  width: 1200px;
  height: 1px;

  max-width: 100%;
}
