:root {
  --daFont: 'Open Sans', sans-serif;
  --daColor: black;
  --daFontColor: white;
}

a {
  color:inherit;
}

body{
  text-align: center;
  background-color: black;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.8s ease .05s;
}

#getValue {
  pointer-events: auto;
  transition: all 0.3s ease .03s;
  color: white;
}

#numberSearches {
  background-color: inherit;
  transition: all 0.8s ease .05s;
}

#searchText {
  color: black;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 2px;
}

#searchText:hover {
  color: #1e1e1e;
  border-color: #8c8c8c;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #7a7a7a;
}

#searchText:focus {
  border-color: #8c8c8c;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #7a7a7a;
}

#daHint {
  font-size: inherit;
  transition: all 0.8s ease .05s;
}

#daHint:hover {
  font-size: 20px;
  cursor: default;
  color: gray;
  transition: all 0.8s ease .05s;
}

.centered {
  margin: auto;
  width: 100%;
  padding: 100px 50px 50px 50px;
  border:5px solid none; /*FOR TESTING*/
}

.theNAV {
  padding: 15px;
  color: white;
  text-align: right;
}

.navButtons {
  cursor: pointer;
  color: white;
  padding: 0px 10px 0px 10px;
  transition: all 0.8s ease .05s;
}

.navButtons:hover {
  cursor: pointer;
  color: gray;
  transition: all 0.8s ease .05s;
}

.thisPara {
  cursor: default;
}

.myLimit {
  margin: 5px;
  padding: 5px;
}

.daRadio {
  color: white;
  background-color: #1e1e1e;
  font-size: 10px;
  transition: all 0.8s ease .05s;
}

.daRadio.active {
  color: black;
  background-color: white;
  transition: all 0.8s ease .05s;
}

.daRadio:hover {
  color: white;
  background-color: darkgray;
  transition: all 0.8s ease .05s;
}

.daMainTitle {
  cursor: default;
  transition: all 0.8s ease .05s;
  color: inherit;
}

.daButtons {
  color: inherit;
  padding: 5px 25px 10px 25px;
  font-size: 20px;
  transition: all 0.01s ease .01s;
}

.daButtons:hover {
  cursor: pointer;
  color: gray;
  padding: 5px;
  font-size: 18px;
  padding: 5px 25px 10px 25px;
  transition: all 0.8s ease .05s;
}

.jumbotron {
  padding-top: 10px;
  margin: 5px;
  color: white;
  background-color: black;
}

.daForm {
  color: inherit;
}

.searchFound {
  font-size: 12px;
  margin-bottom: 30px;
  border-radius: 2px;
  color: black;
  background-color: white;
  transition: all 0.01s ease .01s;
}

.searchFound:hover {
  cursor: pointer;
  color: white;
  background-color: black;
  font-size: 15px;
  transition: all 0.2s ease .05s;
}

.daTitles {
  font-size: 30px;
  padding: 20px;
  color: inherit;
  background-color: none;
  text-align: left;
  font-weight: 400px;
  transition: all 0.5s ease .05s;
}

.daWords {
  padding: 20px;
  color: inherit;
  background-color: none;
  text-align: left;
  transition: all 0.5s ease .05s;
}

.thisBox {
  color: white;
}
