body {
  font-family: "Raleway", sans-serif;
}

/* Hero Section */

#Hero-Section {
  background-image: url("../img/torres-del-paine-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

/* Mis trabajos */

#Mis-trabajos .image-top {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card{
  box-shadow: 10px 8px 18px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 8px 18px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 8px 18px -5px rgba(0,0,0,0.75);
}

/* Contacto */

#Contacto form label {
  font-weight: 700;
  color: #373a3c;
}

@media (max-width: 768px) {
  #Contacto form label {
    font-weight: 400;
  }

  .navbar-brand{
    width: 100px;
  }

}
