article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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

button[disabled], input[disabled] {
  cursor: default; }

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

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

html {
  font-size: 62.5%; }

* {
  margin: 0;
  padding: 0; }

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

ul {
  list-style: none; }

body {
  background: #110019;
  color: white;
  font-family: 'Share Tech Mono', monospace; }

h1 {
  font-family: 'Space Mono', monospace;
  font-size: 2.4rem; }

.wrapper {
  max-width: 1170px;
  margin: 0 auto; }

main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 0, 21, 0.8)), to(rgba(17, 0, 21, 0.8))), url("../assets/s134e011413.jpg");
  background: -webkit-linear-gradient(rgba(17, 0, 21, 0.8), rgba(17, 0, 21, 0.8)), url("../assets/s134e011413.jpg");
  background: -o-linear-gradient(rgba(17, 0, 21, 0.8), rgba(17, 0, 21, 0.8)), url("../assets/s134e011413.jpg");
  background: linear-gradient(rgba(17, 0, 21, 0.8), rgba(17, 0, 21, 0.8)), url("../assets/s134e011413.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  main .wrapper {
    min-height: calc(100vh - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      main .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

h1 {
  width: 50%;
  text-align: right;
  padding-right: 5px; }
  @media (max-width: 768px) {
    h1 {
      width: 100%;
      text-align-last: center; } }

form {
  padding-left: 5px;
  width: 40%;
  margin-right: 10%; }
  @media (max-width: 768px) {
    form {
      width: 90%;
      margin-right: 0;
      padding-left: 0;
      margin-top: 20px; } }

#autocomplete {
  width: 100%;
  background: transparent;
  color: white;
  padding: 20px;
  border: 2px solid white;
  font-size: 1.6rem; }

.pac-container {
  background: transparent; }

.pac-icon {
  display: none; }

.pac-item {
  font-family: 'Share Tech Mono', monospace;
  border: none;
  border-bottom: 1px solid grey; }

.pac-item:hover, .pac-item-selected, .pac-item:hover .pac-item-query, .pac-item-selected .pac-item-query {
  color: black; }

.pac-item-query {
  color: white; }

.pac-matched {
  font-weight: 400;
  text-decoration: underline; }

.output {
  position: absolute;
  top: 10000px;
  bottom: 10000px;
  left: 20px;
  right: 20px;
  background-color: rgba(17, 0, 25, 0.95);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid white;
  color: white;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.output--active {
  top: 25px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.output__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .output__container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.output__info {
  width: 85%; }
  .output__info p {
    font-size: 1.8rem;
    text-align: center;
    padding: 0 20px;
    margin: 50px 0; }
  @media (max-width: 990px) {
    .output__info {
      width: 75%; } }
  @media (max-width: 768px) {
    .output__info {
      width: 60%; } }
  @media (max-width: 480px) {
    .output__info {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; } }

#closeResults {
  position: absolute;
  top: 20px;
  right: 20px; }

#prevButton, #nextButton {
  border: 3px solid white;
  text-align: center;
  background: transparent;
  color: white;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 25px 15px; }
  @media (max-width: 480px) {
    #prevButton, #nextButton {
      width: 50%; } }

#prevButton {
  border-left: none; }

#nextButton {
  border-right: none; }

#closeResults {
  font-size: 5rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.5); }

.loading {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden; }
  .loading .fa {
    color: white; }

.loading--active {
  visibility: visible; }

footer {
  height: 20px;
  background: transparent; }
  footer p {
    text-align: center; }
  footer a {
    color: white; }

/*# sourceMappingURL=style.css.map */