body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif;}
body, html {height: 100%; margin:0; background:#fafafa; padding:0;}
.bgimg {
  background-image: url('/streetart2.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.gallery-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.section {
  padding: 50px;
}



