@import url("https://fonts.googleapis.com/css?family=Righteous");
body {
  background-image: url("/images/faq.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25%;
  height: auto;
  padding-bottom: 2.5vh; }

header {
  background-color: #000;
  opacity: .88;
  height: 25vh; }

.logo {
  position: absolute;
  z-index: 9;
  top: 5vh;
  left: 5vh; }

.navbar {
  background-color: transparent;
  position: absolute !important;
  top: 5vh;
  left: -.5vh;
  margin-left: 90%;
  z-index: 9; }

button.navbar-toggler {
  border: none;
  font-size: 2vw; }

a.nav-link {
  font-size: 1.75vw;
  color: #fff !important; }

a.nav-link:hover {
  padding-bottom: 5px;
  background: linear-gradient(to right, #00c9db 0%, #0099d6 100%) left bottom transparent no-repeat;
  background-size: 100% 3px; }

.title {
  position: relative;
  top: 5vh;
  font-family: 'Righteous', cursive;
  color: #000; }

.faq_list {
  padding: 5vh 2vw 0; }
  .faq_list li {
    padding: 1.5vh 0;
    font-size: 1.75vw; }

footer {
  color: #fff;
  font-size: 1.5vw;
  height: 8vh;
  width: auto;
  position: relative;
  bottom: -2.5vh;
  background-color: #47667b;
  background-image: linear-gradient(135deg, #47667b 0%, #1e283c 65%, #000000 100%); }

footer span {
  position: relative;
  top: 2.5vh; }

/*# sourceMappingURL=FAQ.css.map */
