@import url("../webfonts/Mantinia_Regular/stylesheet.css");
@import url("../webfonts/Agmena_Pro_Regular/stylesheet.css");

body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  min-height: 100%;
  align-items: center;
  background-color: black;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

p {
  text-align: justify;
}

p.card-text {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  color: whitesmoke;
  margin: auto;
}

hr {
  color: whitesmoke;
}

div {
  color: whitesmoke;
}

h4 {
  text-align: center;
  margin-top: 10pt;
  background-color: #212529;
  border-radius: 3px;
  padding: 3px;
}

.row {
  width: available;
  text-align: justify;
  align-items: center;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding: 15px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

.container-fluid .collapse {
  margin-top: 1px;
  margin-bottom: 1px;
}

.content {
  min-height: 100%;
  padding: 25px;
}

h1,
h2 {
  text-align: center;
  padding: 1%;
}

li {
  margin-left: 0;
}

div.card {
  align-items: center;
  background: #2b2a25;
  position: center;
  z-index: 0;
  overflow: clip;
  text-align: center;
  max-width: 150px;
}

img.lazy.item-img {
  background-image: url(../img/back_item.webp);
  background-size: cover;
  max-width: 150px;
  padding: 5px;
}
.card-text {
  font: 400 normal 20px "Agmena Pro Regular";
}

a {
  color: #c19d53;
  text-decoration: none;
}

a:hover {
  color: whitesmoke;
  background-color: #c19d53;
  border-radius: 4px;
}

button h2::before,
button h3::before {
  content: "\f107  ";
  position: sticky;
  font-family: "FontAwesome";
}
button h3::after {
  text-align: right;
  float: right;
}

button[aria-expanded="true"] h2::before,
button[aria-expanded="true"] h3::before {
  content: "\f106  ";
}

.btn.btn-dark.button-collapse {
  position: relative;
  padding-right: 30px;
}

.container-block {
  padding-top: 100px;
  background: rgba(44, 47, 63, 0.9);
  max-width: 1200px;
  padding: 18px 20px;
  box-shadow: 0 0 5px #000000b2;
  border-radius: 5px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.btn:hover {
  background-color: #c19d53;
}

@media (max-width: 1200px) {
  [class*="col-"] {
    position: relative;
    min-height: 1px;
    padding: 3px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    text-align: center;
    margin: auto;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.sidebar, #sidebar-button {
  display: none;
}
@media (min-width: 992px) {
  .sidebar, #sidebar-button {
    display: block;
    max-width: 255px;
  }
}

@media (min-width: 576px) {
  .main {
    padding: 36px 42px;
  }
}

.button-style1 {
  background-color: white;
  border-radius: 100px;
  border-width: 0px;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  width: -webkit-fill-available;
  justify-content: center;
  align-items: center;
}
.button-style1:hover{
  background-color: #c19d53;
  border-radius: 100px;
}

.button-style1:active{
  background-color: #c19d53;
}
.button-style1:focus{
  background-color: #c19d53;
}

.a-style1 {
  width: min-content;
  padding: 0;
  color: whitesmoke;
}

