html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Poppins', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
}

main {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2rem;
}

.logo {
  margin: 1rem 0;
  text-align: center;
}

.logo img {
  width: 14rem;
}

footer {
  margin-top: auto;
  width: 100%;
  min-height: 3rem;
  background: #768591;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

footer a, footer span {
  color: #fff;
  padding: 10px 0;
  display: block;
  text-align: center;
}

#search-content form {
  width: 100%;
  margin: 3rem 0;
}

#search-content form #input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#search-content form #input-holder input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  margin: 0 auto;
  height: 2rem;
  padding: .5rem;
  border-radius: 0px;
  border: 1px solid #ededed;
  font-size: 18px;
}

#search-content form #input-holder input:focus {
  outline: none;
}

#search-content form #input-holder input::-webkit-input-placeholder {
  font-size: 18px;
}

#search-content form #input-holder input:-ms-input-placeholder {
  font-size: 18px;
}

#search-content form #input-holder input::-ms-input-placeholder {
  font-size: 18px;
}

#search-content form #input-holder input::placeholder {
  font-size: 18px;
}

#search-content form #input-holder .search-button {
  cursor: pointer;
  width: 50px;
  border: 0;
  background-color: #768591;
}

#prefilled-results ul {
  padding: 0;
  margin: 1rem 0;
  list-style-type: none;
}

#prefilled-results ul li {
  width: 100%;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #ededed;
}

#prefilled-results ul li a {
  display: block;
  width: 256px;
  text-align: center;
  margin: 0 auto;
}

#prefilled-results ul li h2 {
  margin: 1rem 0;
  font-weight: normal;
}

#prefilled-results ul li img {
  width: 100%;
}

#prefilled-results ul li .caption {
  display: block;
  width: 100%;
}

#prefilled-results ul li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  main {
    max-width: 1400px;
    /*position:relative;
        height:calc(100vh - 3rem);*/
  }
  #search-content {
    width: 100%;
    padding: 5rem 0 0 0;
    /*position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);*/
  }
  #search-content form {
    margin: 0 0 3rem 0;
  }
  #search-content form #input-holder {
    width: 50%;
    margin: 0 auto;
  }
  #prefilled-results {
    margin: 0 2rem;
  }
  #prefilled-results ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #prefilled-results ul li {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 0 2rem 0;
    border: 0;
  }
  #prefilled-results ul li a {
    margin: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #prefilled-results ul li figure {
    width: 10rem;
    margin: 0 1rem 0 0;
  }
}

@media screen and (min-width: 1024px) {
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer span, footer a {
    padding: 0 10px;
  }
  #prefilled-results {
    margin: 0;
  }
  #prefilled-results ul li {
    width: 15%;
  }
  #prefilled-results ul li figure {
    margin: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */