.redish-border-1px {
  border: 1px solid #e15e6e !important;
}

.redish-text {
  color: #e15e6e !important;
}

.text-justify {
  text-align: justify;
}

.green-text-box {
  background-color: #c3e6d4 !important;
}

.h-80vh {
  height: 80vh;
}

.h-10vh {
  height: 10vh;
  min-height: 100px;
}

.max-h-25vh {
  max-height: 25vh !important;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  background-color: #f4f0e5;
  background: linear-gradient(rgba(244, 240, 229, 0.9), rgba(244, 240, 229, 0.9)), url("../../img/bg.jpg");
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-family: "Mali", "Indie Flower", cursive !important;
}

h1 {
  font-family: "Bagel Fat One", system-ui;
}

h2,
h3,
h4,
h5,
h6,
select {
  font-family: "Delius", cursive;
}

main {
  height: 80vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

a {
  transition: color 0.3s ease;
}

a:hover {
  color: #e1918e !important;
}

h1:not(#nome-intro) {
  margin-top: 3vh !important;
}

@media (max-height: 700px) {
  footer {
    margin-top: 20vh;
  }
}
.logo {
  height: 35px;
  overflow: hidden;
}

.logo > img {
  height: 35px;
}

.index-circle {
  background-color: #e1918e;
  height: 550px;
  width: 550px;
  margin-left: calc(50% - 275px);
  border-color: #c3e6d4;
  border: 10px solid;
  border-color: transparent transparent #c3e6d4 transparent;
}

@media (max-height: 800px) {
  .index-circle {
    height: 440px;
    width: 440px;
    margin-left: calc(50% - 220px);
  }
}
@media (max-width: 750px) {
  .index-circle {
    height: 300px;
    width: 300px;
    margin-left: calc(50% - 150px);
  }
}
#language-switcher {
  margin-top: 10px;
  border: 1px solid #e15e6e;
  background-color: #c3e6d4;
  border-radius: 5px;
}

.page-control {
  background-color: #c3e6d4 !important;
  transition: all 0.3s ease;
}

.page-control:hover {
  background-color: #e15e6e !important;
  color: #c3e6d4 !important;
  border-color: #c3e6d4 !important;
}

.btn-responsive {
  width: 20vw;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 35%;
  height: 7vh;
  font-size: 3vh;
}

@media (max-width: 450px) {
  .btn-responsive {
    width: 40vw;
  }
}
.card-img-top {
  -o-object-position: 0 16%;
  object-position: 0 16%;
}

.card {
  border: solid 1px #e0c4ae !important;
}

.project-card {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 770px) {
  .card-img-top {
    max-height: 50vh;
  }
}