body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
:root {
  --orange: #f07f16;
}
.pxpx-brand {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.client-logo {
  display: flex;
  align-items: center;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
a {
  color: var(--brand);
}
h2 {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: 600;
}
.content {
  margin: 2em auto;
  max-width: 1440px;
  text-align: center;
}
.container {
  justify-content: space-between;
  display: flex;
  align-self: center;
  width: 100%;
  max-width: 1440px;
}
header,
footer {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}
header {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 6px solid var(--brand, #f07f16);
}
.logo {
  max-width: 300px;
  height: auto;
}
footer {
  text-align: center;
  font-size: 0.875rem;
}
footer .container {
  justify-content: center;
}
.logos {
  display: flex;
  justify-self: center;
}
.gslide-description {
  border-right: 10px solid #000;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-family: 'Poppins', sans-serif;
}
.additional-artwork {
  display: none;
  position: absolute;
  flex-flow: row wrap;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 10;
  width: 80%;
  max-width: 100%;
  justify-content: center;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.additional-artwork a img {
  margin: 5px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 3px solid var(--brand);
}
.additional-artwork a:hover img {
  border-color: var(--orange);
}
.artworks {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
}
.artworks a {
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}
.artworks .item-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fbfbfb;
  margin: .875rem;
  padding: 1rem;
  box-sizing: border-box;
  justify-content: space-between;
  height: 100%;
  border-bottom: 6px solid var(--brand);
}
.artworks li {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.artworks li:hover .additional-artwork {
  display: flex;
}
.artworks li .item-container:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-bottom-color: var(--orange);
}
.artworks .items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
  flex-grow: 1;
}
.artworks .items .item-title {
  display: none;
}
.artworks .items h2 {
  width: 100%;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.artworks .items p {
  margin: 0;
  font-size: 0.875rem;
}
.artworks .items .gallery-container {
  display: flex;
  flex-flow: row wrap;
  align-self: flex-start;
  flex-grow: 1;
}
.artworks .items .title-container {
  display: flex;
  flex-direction: column;
}
.artworks .items a {
  display: flex;
  width: 20%;
}
.artworks .items a:hover {
  cursor: move;
}
.artworks .items a:first-of-type {
  width: 100%;
}
.artworks .items a:first-of-type .item-title {
  display: block;
}
.artworks .items a:first-of-type img {
  background: #fff;
  padding: 4px;
}
.artworks .items img {
  object-fit: cover;
  width: calc(96%);
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
form {
  margin: 0 auto;
  max-width: 30%;
  padding: 40px;
  background: #f5f5f5;
}
@media screen and (max-width: 750px) {
  form {
    max-width: 100%;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.form-group label {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-group input {
  text-align: center;
  padding: 5px;
}
button {
  background: var(--orange);
  border: 0;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 10px;
}
