.logo {
  width: 21rem;
  margin: 1rem 1rem;
}

.questionBlock {
  padding-left: 20vw;
  padding-right: 20vw;
}

.container-fluid {
  justify-content: center !important;
}

.icons {
  max-height: 20vh;
  margin: 2rem;
}

.right-align {
  display: inline-block;
  text-align: right;
  float: right;
}

.smallLogo {
  width: 10rem;
  margin: 1rem 0rem;
}

.bg-nhs {
  background-color: #005EB8;
}

.error {
  color: red;
}

a:hover {
  background-color: #FAE100 !important;
  color: black !important;
  text-decoration: underline !important;
}

.search-container {
  padding: 1em 2em;
}

.search-container p {
  margin-bottom: 0.2rem;
}

.nav-link {
  color: white !important;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}


.search-container button {
  background: #eee;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.cardImgHeight {
  height: 10rem;
  overflow: hidden;
}

.respImg {
  top: 50%;
  transform: translateY(-25%);
}

.specialForm {
  border: 1px solid black;
  padding: 25px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}

footer {
  position: static;
  margin-top: auto;
  bottom: 0;
  width: 100%;
}

footer h4 {
  font-size: 1rem;
  color: white;
  text-align: center;
}

footer p {
  color: white;
  margin: 0;
  font-size: 1.1875rem;
  text-align: center;
}

.disabled {
  pointer-events: none;
  background-color: lightgray;
}

body {
  font-size: 1.1875rem;
}

footer a {
  color: white;
}
