html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

.wrapper-results, .wrapper-form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

h1, h2 {
  font-size: 5rem;
  font-family: Varta;
}

h2, label {
  color: #F6ECDB;
}

p, button, a, label {
  font-family: Inter;
  font-size: 2.5rem;
}

.gallery-title {
  font-size: 3.1rem;
  text-align: center;
}

a, button {
  background-color: #DFBA89;
  color: black;
  padding: 20px;
  border-radius: 20px;
}

header {
  background-color: #F6ECDB;
}

.content {
  background-color: #D9D9D9;
}

.form {
  background-color: #115399;
}

.results {
  background: #D9D9D9;
}

footer {
  background-color: #7b1313;
}

.landing-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .pillar {
  min-width: 50px;
}
.landing-page .enter {
  position: relative;
  top: 80px;
  -webkit-animation: 2s bounce infinite;
          animation: 2s bounce infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 97vh;
}
.intro .description, .intro .object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.intro .description .content-img {
  background-image: url("./../assets/gallery-interior.JPG");
  min-height: 40vh;
  background-size: cover;
  background-position: 50%;
}
.intro .description p, .intro .object p {
  margin: 20px;
}
.intro .form {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.intro .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .form form button {
  margin-top: 20px;
}
.intro .form form button:hover {
  background-color: #865746;
  cursor: pointer;
}
.intro .form formbutton:focus {
  background-color: #865746;
  cursor: pointer;
}
.intro .form form select {
  height: 40px;
  font-size: 1.5rem;
  margin-top: 20px;
}
.intro .form form label {
  text-align: center;
  margin-bottom: 20px;
}

.wrapper-results {
  height: 110vh;
}

.results {
  height: 100vh;
}

.gallery {
  display: none;
}
.gallery .results-header {
  background-image: url(./../assets/art-gallery.jpeg);
  background-size: cover;
  background-position: 20%;
  min-height: 40vh;
}
.gallery .wrapper-results {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery .wrapper-results .reset {
  text-align: center;
  font-size: 20px;
  position: relative;
  left: 85%;
  margin-bottom: 10px;
}
.gallery .wrapper-results .reset:hover {
  background-color: #865746;
  cursor: pointer;
}
.gallery .wrapper-results .reset:focus {
  background-color: #865746;
  cursor: pointer;
}
.gallery .wrapper-results a {
  width: 13%;
  text-decoration: none;
}
.gallery .glider {
  height: 75vh;
}

footer {
  height: 5vh;
  padding-top: 10px;
}
footer p {
  text-align: center;
  color: white;
  font-size: 1.5rem;
}

@media (max-width: 1164px) {
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro h2 {
    text-align: center;
  }
  .intro .description, .intro .form {
    width: 100%;
  }
  form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1020px) {
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 763px) {
  header h1 {
    font-size: 4rem;
  }
}
@media (max-width: 720px) {
  .intro p {
    font-size: 2rem;
  }
  .gallery .wrapper-results .reset {
    left: 25%;
    width: 50%;
  }
}
@media (max-width: 608px) {
  header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .intro p {
    font-size: 1.5rem;
  }
  form .department-type, form .artwork-type {
    font-size: 1rem !important;
  }
  footer p {
    font-size: 1rem;
  }
  header h1 {
    font-size: 2rem;
  }
}