html {
  font-family: helvetica;
}

html, body {
  min-height: 100vh;
}

p, a, li{
  text-shadow: 0px 0px 10px white;
  font-weight: 800;
}

body.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(static/img/bliss.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.spacer {
  height: 50px;
  width: 100%;
}

.image-container {
  width: 100%;
  height: 400px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.folio-img-container img{
  max-width: 1200px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .folio-img-container img{
    width: 100%;
  }
}

.joel-image {
  width: 400px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .joel-image {
    width: 100%;
  }
}

.folio-img {
  border-radius: 7px;
}

.text-container {
  max-width: 600px;
}

.image-container::-webkit-scrollbar {
  display: none;
}

img {
  display: inline-block;
  height: 100%;
  margin-right: 10px;
}

a {
  color: blue;
}