@font-face {
  font-family: "new-font";
  src: url('./fonts/Cheltenham.woff2');
  font-weight: 700 !important;
  color: rgb(18, 18, 18) !important;
}

html * {
  font-family: "new-font", georgia, "times new roman", times, serif;
}

.hr {
  border-bottom: 1px solid rgb(204, 204, 204);
  width: 72px;
}

.text {
  font-size: 14px;
}

.img-thumbnail {
  max-height: 100px;
  padding: 0;
  width: 100%;
}

.hola {
  position: relative;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .flexy {
    display: flex;
    flex: 1;
    position: absolute;
    left: 1rem;
    top: 11rem;
  }
}

.bouton {
  background-color: rgb(86, 123, 149);
  color: white;
}

.nav-link {
  font-size: 12px;
}

/* styles for large screens */
@media (min-width: 1281px) {
  .flexy {
    display: flex;
    flex: 1;
    position: absolute;
    left: 1rem;
    top: 13rem;
  }

  .flexy2 {
    display: flex;
    flex: 1;
    position: absolute;
    left: 1rem;
    top: 36rem;
  }
}

.social {
  border-radius: 80%;
  padding: 6px;
  background-color: rgb(238, 238, 238);
  display: inline-block;
  color: black;
}

.social:hover {
  background-color: white;
}

.navy {
  border-bottom: 1px solid #ccc;
  background-color: white;
}

.dark-anchor {
  color: black;
}

.dark-anchor:hover {
  color: black;
}

.circle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 10px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  text-align: center;
  font: 16px Arial, sans-serif;
}

.space {
  width: 100%;
  min-height: 800px;
}

.flexy3 {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.box {
  width: 25%;
}

.box1 {
  width: 20%;
}

img.borderless {
  border: none;
}

h1 {
  font-family: "new-font", georgia, "times new roman", times, serif;
  font-weight: 700 !important;
}
