body {
  font-family: "Ibarra real nova", sans-serif;
}

/* Presentación */

#Presentacion {
  background-image: url("../img/foto1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  font-weight: bold;
}

/* Mis proyectos */
#Mis-proyectos {
  background-color: burlywood;
}

#Mis-proyectos .image-top {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Trabajo Colaborativo */

#Colaboracion {
  width: 50%;
  text-align: center;
  padding: auto;
}

/* Contacto */

#Contactame {
  background-color: burlywood;
}

#Contacto form label {
  font-weight: 700;
  color: #373a3c;
}

@media (max-width: 768px) {
  #Contacto form label {
    font-weight: 400;
  }

  .navbar-brand{
    width: 100px;
  }

}
