body,h1 {font-family: "Raleway", sans-serif}
body,h2 {font-family: "Raleway", sans-serif}
body,h3 {font-family: "Raleway", sans-serif}

body, html {height: 100%}
body, html {
    background-image: url('../img/barras_fondo1.jpg');
    max-height: 100%;
    background-position: center;
    background-size: cover;
}

.showcase{
    height: 200px;
}

.showcase img{
    max-height: 200px;
    max-width: 100%;
}

.section h1{
    font-size: 60px;
    font-weight: 700px;
    color: white;
    
}

.section p{
  font-size: 20px;
}
