/* Setup */
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: .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: -.25em;
}

sup {
  top: -.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: .35em .75em .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;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

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

html {
  font-size: 62.5%;
}

a, a:visited {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

.wrapper {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.strokeIn {
  stroke: #f4efd3;
  stroke-dasharray: 345px;
  stroke-dashoffset: 345px;
  z-index: 15;
  -webkit-animation: pathIn 3s forwards cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: pathIn 3s forwards cubic-bezier(0.445, 0.05, 0.55, 0.95);
  text-transform: uppercase;
}

@-webkit-keyframes pathIn {
  0% {
    stroke-dashoffset: 345px;
    fill: black;
  }
  80% {
    stroke-dashoffset: 0px;
    fill: black;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #f4efd3;
  }
}

@keyframes pathIn {
  0% {
    stroke-dashoffset: 345px;
    fill: black;
  }
  80% {
    stroke-dashoffset: 0px;
    fill: black;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #f4efd3;
  }
}

/* Main Stylings */
body {
  background: #000;
  color: #f4efd3;
  font-family: 'open sans', sans-serif;
}

header {
  background-image: url(../assets/headerImage.jpg);
  background-size: cover;
  background-position: right bottom;
  min-height: 90vh;
  padding-top: 25px;
}

header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 18vh;
}

header .headerContent h2 {
  font-size: 2rem;
  color: #eee;
  text-shadow: 0px 5px 5px #7B8DCF;
}

header .headerContent 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;
}

header .headerContent form input {
  width: 50%;
  text-align: center;
  border-radius: 0px;
}

@media only screen and (max-width: 675px) {
  header .headerContent form input {
    width: 100%;
  }
}

header .headerContent form button {
  margin-top: 25px;
  width: 35%;
}

@media only screen and (max-width: 675px) {
  header .headerContent form button {
    width: 100%;
  }
}

header .wrapper {
  position: relative;
}

input {
  color: #f4efd3;
  padding: 5px 15px;
  border: 1px solid #ffffff4b;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
}

input::-webkit-input-placeholder {
  color: #ffffff4b;
}

input:-ms-input-placeholder {
  color: #ffffff4b;
}

input::-ms-input-placeholder {
  color: #ffffff4b;
}

input::placeholder {
  color: #ffffff4b;
}

input:focus {
  border: 1px solid #7B8DCF;
}

button {
  border-radius: 20px;
  padding: 5px 15px;
  border: none;
  background-color: #f4efd3;
  border: 4px solid #f4efd3;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.8rem;
}

button:focus, button:hover {
  border: 4px solid #7B8DCF;
}

.logo {
  width: 40px;
}

.userWarning {
  margin: 0 auto;
  width: 450px;
  border-radius: 20px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  bottom: 220px;
  text-transform: none;
  color: #ff0000;
}

@media only screen and (max-width: 675px) {
  .userWarning {
    width: 100%;
    font-size: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 200px;
  }
}

@media only screen and (max-width: 355px) {
  .userWarning {
    bottom: 220px;
  }
}

.hidden {
  display: none;
}

.bottomControls {
  padding: 20px 0px;
  position: relative;
}

.bottomControls form {
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 675px) {
  .bottomControls form {
    padding: 10px 0px;
  }
}

.bottomControls input,
.bottomControls button,
.bottomControls select {
  text-align: center;
  padding: 10px 30px;
  font-size: 1.5rem;
  width: 40%;
  max-width: 300px;
}

@media only screen and (max-width: 675px) {
  .bottomControls input,
  .bottomControls button,
  .bottomControls select {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.bottomControls select {
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background-image: url(../assets/chevron.svg);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 10%;
  background-color: #b59eb5;
  cursor: pointer;
}

@media only screen and (max-width: 675px) {
  .bottomControls select {
    background-size: 5%;
  }
}

.bottomControls select:focus {
  outline: 1px solid #7B8DCF;
}

.bottomControls .userWarning {
  position: absolute;
  width: 100%;
  top: 15px;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 675px) {
  .bottomControls .userWarning {
    top: -100px;
    font-size: 1.7rem;
  }
}

ul .userQuery {
  border: none;
}

ul li {
  font-size: 1.5rem;
  padding: 10px 0;
  border-top: 2px solid #acadbc;
  position: relative;
}

ul li h2, ul li h3 {
  margin: 0;
}

ul li h2 {
  font-style: italic;
}

@media only screen and (max-width: 675px) {
  ul li h2 {
    font-size: 1.8rem;
    width: 55%;
  }
}

@media only screen and (max-width: 355px) {
  ul li h2 {
    width: 40%;
  }
}

ul li h3 {
  margin-left: 10px;
  color: #717171c0;
  font-size: 2rem;
}

@media only screen and (max-width: 675px) {
  ul li h3 {
    font-size: 1.3rem;
  }
}

ul li a {
  position: absolute;
  top: 10px;
  font-size: 2rem;
}

ul .resultHeader {
  border: none;
}

ul .resultHeader h3 {
  font-size: 1.6rem;
  color: #7B8DCF;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.title i {
  margin-right: 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: rgba(123, 141, 207, 0.6);
}

.title .rotated {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #7B8DCF;
}

.title .expandDescriptionButton {
  width: auto;
  height: auto;
  background-color: #0000;
  padding: 0;
  border: none;
}

.title .expandDescriptionButton:focus i {
  color: #7B8DCF;
  outline: 2px dotted #fff;
}

.youtube i,
.wiki i {
  color: #949494;
}

.youtube:hover i, .youtube:focus i,
.wiki:hover i,
.wiki:focus i {
  color: #7B8DCF;
}

.youtube {
  right: 40px;
}

.wiki {
  right: 10px;
}

.description {
  margin: 10px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.description button {
  font-size: 1.6rem;
}

.description p {
  color: #fff;
  line-height: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin: 10px 0;
}

.hiddenDescription {
  overflow: hidden;
  max-height: 0;
  margin: 0;
}

.hiddenDescription button {
  display: none;
}

.hiddenDescription p {
  margin: 0;
}

footer {
  margin-top: 50px;
  border-top: 1px solid #949494;
}

footer .footerContent {
  text-align: center;
  font-size: 1.5rem;
}

footer .footerContent p {
  margin: 5px auto;
}

footer .footerContent a {
  color: #7B8DCF;
  font-style: italic;
}
