
.navbar {
  opacity: 1;
  min-height: 90px;
}

.navbar .navbar-title {
  width: 80%;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
  position: fixed;
  top: 20px;
  left: 10%;
  right: 10%;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 400;
}

img.navbar-brand-image {
  width: 60px;
  min-width: 60px;
  top: 15px;
  left: 0px;
  right: 95%;
}

img.navbar-brand-image.navbar-positioned {
  width: 60px;
  min-width: 60px;
  top: 15px;
  left: 0px;
  right: 95%;

}

.faq-section {
  padding-top: 150px;
}

.faq-section img.expandable-icon {
  width: 35px;
  margin: 0px 10px 0px 5px;
}

.faq-section a.question {
  padding: 10px;
  width: 80%;
  margin-right: 20%;
  display: block;
  text-align: left;
  font-size: 24px;
  color: #4a4a4a;
  background-color: #F0F0F0;
  font-weight: 200;
}

.faq-section a.question:hover {
  text-decoration: none;
}

.faq-section p.answer,
.faq-section .answer {
  font-size: 18px;
  color: #4a4a4a;
  background-color: #F8F8F8;
  text-align: justify;
  font-weight: 200;
  padding: 10px 10px 10px 30px;
  letter-spacing: 1px;
  line-height: 40px;
}

b{
  font-weight: 600;
}

.faq-section .question-section {
  margin: 30px 0px 0px 0px;
}

.question-section a div {
  display: inline-block;
}

.blank-space {
  position: relative;
  min-height: 100%;
}

.rats-talking {
  width: 25%;
  position: fixed;
  bottom: 2px;
  right: 20px;
}

@media (max-width: 768px) {
  .faq-section a.question {
    width: 100%;
  }

  .rats-talking {
    display: none;
  }

  .navbar {
      display: inherit;
  }
}
