.funnel-display-font {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


.logo {
  width: 5rem;
}

.portfolio {
    height: 200px;
    object-fit: cover;
    width: 100%;
    display: block;
}
#portfolio {
    margin-bottom: 5rem;
}

.main-image {
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 8px;
  transition: width 0.3s ease;
}

.main-image.landscape {
  width: 80vh;
}

.main-image.portrait {
  width: 40vh;
}

.mt-5 {
  margin-top: 5rem !important;
}

.main-image-wrapper {
  display: flex;
  justify-content: center;
}

.page-section {
  padding: 3.5rem 0 1rem 0;
  margin: 1.5rem 0 0 0;
}
