* {
  font-family: "Interstate", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif;
  background-color: black;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hidden {
  display: none;
}


/* LANDING PAGE */

#lp {
  background-color: black;
}

.lp-header {
  margin-right: auto;
  margin-left: auto;
  margin-top: 225px;
  border: black;
}

.lp-header-label {
  margin: 0px;
  font-size: 50px;
  color: white;
  display: block;
}

.lp-header-label-text {
  padding-top: -5px;
  margin-top: 0px;
}

.lp-search-input,
.lp-city,
.lp-state,
.lp-search-submit {
  font-family: "Interstate", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1px;
  padding-right: 1px;
  width: 100px;
  s height: 25px;
}

.lp-search-submit {
  display: inline;
  height: 25px;
}

.lp-search-input:hover::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

.lp-search-input:hover::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

.lp-search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

.lp-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

.lp-city:hover::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

.lp-city:hover::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

.lp-city:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

.lp-city:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

.lp-search-input,
.lp-search-submit,
.lp-city,
.lp-state {
  font-size: 18px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid black;
  color: #757575;
  min-width: 130px;
}

.lp-search-input:hover {
  border: 3px solid white;
  color: black;
}

.lp-search-submit:hover {
  border: 3px solid white;
  color: black;
}

.lp-city:hover {
  border: 3px solid white;
  color: black;
}

.lp-state:hover {
  border: 3px solid white;
  color: black;
}


/* RESULTS PAGE */

p {
  box-sizing: border-box;
  max-width: 300px;
  max-height: 50px;
  font-size: 16px;
  display: inline;
}

li {
  font-size: 16px;
}

select {
  text-align-last: center;
}

#the-person,
#the-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rp-video-section {
  margin-top: 50px;
}

.rp-quote-section {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rp-search-input,
.rp-search-submit {
  font-family: "Interstate", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1px;
  padding-right: 1px;
  width: 100px;
  height: 25px;
}

.rp-search-submit {
  display: inline;
  height: 25px;
}

.rp-search-input:hover::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

.rp-search-input:hover::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

.rp-search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

.rp-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

.rp-search-input,
.rp-search-submit {
  font-size: 18px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid black;
  color: #757575;
  min-width: 130px;
}

.rp-search-input:hover {
  border: 3px solid white;
  color: black;
}

.rp-search-submit:hover {
  border: 3px solid white;
  color: black;
}

.rp-city:hover {
  border: 3px solid white;
  color: black;
}

.rp-state:hover {
  border: 3px solid white;
  color: black;
}
