
body {
    font-family: "Raleway", sans-serif;
  }
  /* FUENTE */
  .marca{
    font-family: 'Lobster', cursive;
    
  }
   
  
  /* Hero Section */
  
  #Hero-Section{
    background-image: url("../img/foto.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 300px;
    
  }
  


  /* Mis trabajos */
  
  #Mis-trabajos .image-top {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  /* Contacto */
  
  #Contacto form label {
    font-weight: 700;
    color: #373a3c;
  }
  
  @media (max-width: 768px) {
    #Contacto form label {
      font-weight: 400;
    }
  
    .navbar-brand{
      width: 100px;
    }
  
  }
