@font-face {
  font-family: "Chelsea Market";
  src: url("../../../../fonts/ChelseaMarket-Regular.ttf");
  font-weight: 400;
}
body {
  font-family: 'Chelsea Market', cursive;
  font-weight: 400;
  background-color: #f7b2aa;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Chelsea Market', cursive;
  font-weight: 400;
}

.grid-container {
  min-height: 100vh;
}

.grid-container > div {
  min-height: 100vh;
}

.quadre-central {
  background-image: url('../imagenes/foto Valle.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 6px solid #ffffff;
  min-height: 70vh;
  min-width: 70vw;
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.header {
  background-color: #ffffff;
}

.title-bar {
  background-color: #ffffff;
  color: #2ba6cb;
}

.title-bar-title {
  font-weight: 400;
}

.title-bar .menu-icon {
  background-color: #2ba6cb;
}

.menu {
  background-color: #ffffff;
}

.contingut {
  min-height: 65vh;
}

.nom {
  color: #ffffff;
}

.enllac-retorn {
  position: fixed;
  left: 2vh;
  top: 2vh;
  color: #fff;
  z-index: 1000;
}

.enllac-retorn:hover {
  cursor: pointer;
}
