.logo {
  width: 14rem;
  margin: 2rem 5rem;
}

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

.nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

.dropdown-menu li {
position: relative;
}

.dropdown-menu {
  margin-top: 0;
}

@media (min-width: 768px) {
  /* Hovering opens a menu */
  .dropdown:hover > .dropdown-menu {
      display: block;
   }

   /* Hovering opens sub menu */
  .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
  }

  /* Sub-menu positioning */
  .dropdown-menu > li > .dropdown-menu {
    position: static;
    left: 100%;
    top: -7px;
  }
}

.dropdown {
  display: none;
}

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

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

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

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;
}

body {
  font-size: 1.1875rem;
}

footer a {
  color: white;
}

.our-team {
  display: block;
  margin: auto;
  min-width: 200px;
  min-height: 200px;
  width: 20vw;
  height: 20vw;
}

.nohighlight:hover {
  background-color:transparent !important;
}