.results .searchResults .resultItem, .results, .searchEntry, footer, main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #000;
  min-height: 100vh;
  width: 100vw;
}

main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 60px);
}

footer {
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer p {
  color: #4c4c4c;
  font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
  footer p {
    font-size: 1rem;
  }
}
footer p a {
  color: #4c4c4c;
  text-decoration: none;
}

img {
  display: block;
}

h1 {
  text-align: center;
  position: fixed;
  top: 0;
  padding: 40px 100px;
  background-color: #fff;
  z-index: 1;
}

.blue {
  color: #0473e6;
}

.yellow {
  color: #ebef09;
}

.green {
  color: #42ef09;
}

.red {
  color: #f30101d4;
}

.exclaim {
  display: inline-block;
  font-size: 2.7rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media only screen and (min-width: 768px) {
  .exclaim {
    font-size: 5rem;
  }
}

.offscreen {
  position: absolute;
  left: -10000px;
}

.none {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchEntry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-top: 150px;
}
.searchEntry .logo {
  letter-spacing: -5px;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .searchEntry .logo {
    font-size: 4rem;
    letter-spacing: -10px;
  }
}
.searchEntry .searchBoxx {
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e6e6e6;
  border-radius: 500px;
  padding-top: 0.15rem 0.25rem 0.15rem 0.7rem;
}
@media only screen and (min-width: 768px) {
  .searchEntry .searchBoxx {
    width: 80vw;
    padding-top: 1.25rem 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .searchEntry .searchBoxx {
    width: 60vw;
  }
}
.searchEntry .searchBoxx input[type=text] {
  outline: 0;
  text-align: left;
  font-size: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.1rem;
  border: 0;
  min-width: 150px;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) {
  .searchEntry .searchBoxx input[type=text] {
    font-size: 1.25rem;
  }
}
.searchEntry .searchBoxx .button {
  cursor: pointer;
  border: 0;
  background: transparent;
  min-width: 48px;
  min-height: 48px;
  outline: none;
}
.searchEntry .searchBoxx .button i {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .searchEntry .searchBoxx .button i {
    font-size: 1.5rem;
  }
}
.searchEntry .searchBoxx .button:hover i,
.searchEntry .searchBoxx .button:focus i {
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.searchEntry .searchBoxx .searchBtn:hover i,
.searchEntry .searchBoxx .searchBtn:focus i {
  color: #42ef09;
}
.searchEntry .searchBoxx .clear:hover i,
.searchEntry .searchBoxx .clear:hover i {
  color: #f30101d4;
}
@media only screen and (min-width: 768px) {
  .searchEntry .searchBoxx .searchBtn {
    padding-left: 0.1rem;
  }
}
.searchEntry .searchBoxx .clear {
  color: #4c4c4c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: thin solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .searchEntry .searchBoxx .clear {
    padding: 0 1rem;
  }
}
.searchEntry .searchBoxx:hover,
.searchEntry .searchBoxx:focus-within {
  -webkit-box-shadow: 0 2px 3px 2px #e6e6e6;
          box-shadow: 0 2px 3px 2px #e6e6e6;
}

.results {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  width: 90vw;
}
@media only screen and (min-width: 768px) {
  .results {
    width: 75vw;
  }
}
@media only screen and (min-width: 1025px) {
  .results {
    width: 55vw;
  }
}
.results .statsBar {
  width: 100%;
}
.results .statsBar .stats {
  color: #4c4c4c;
  font-size: 0.75rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .results .statsBar .stats {
    font-size: 1rem;
  }
}
.results .searchResults {
  width: 100%;
}
.results .searchResults .resultItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0.25rem 0;
}
@media only screen and (min-width: 768px) {
  .results .searchResults .resultItem {
    padding: 0.5rem 0;
  }
}
.results .searchResults .resultItem .resultTitle {
  width: 100%;
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 1rem;
  padding: 3px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .results .searchResults .resultItem .resultTitle {
    line-height: 1.75rem;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.results .searchResults .resultItem .resultTitle a {
  color: #1a0dab;
  text-decoration: none;
  cursor: pointer;
}
.results .searchResults .resultItem .resultTitle a:visited {
  color: #609;
}
.results .searchResults .resultItem .resultTitle a:hover {
  text-decoration: underline;
}
.results .searchResults .resultItem .resultTitle a:focus {
  outline: 2px solid #000;
}
.results .searchResults .resultItem .resultContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.results .searchResults .resultItem .resultContent .resultImage {
  margin-right: 0.5rem;
}
.results .searchResults .resultItem .resultContent .resultText {
  max-height: 60px;
  line-height: 20px;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .results .searchResults .resultItem .resultContent .resultText {
    font-size: 1rem;
    line-height: 28px;
  }
}
/*# sourceMappingURL=style.css.map */