/* line 1, /usr/src/app/app/assets/stylesheets/header-footer.sass */
html {
  height: 100%;
}

/* line 3, /usr/src/app/app/assets/stylesheets/header-footer.sass */
body {
  height: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 100px;
}

/* line 9, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.header-navbar-fixed-top {
  background: #2a2f34;
  border-radius: 0;
  color: #999;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* line 16, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.header-navbar-fixed-top .navbar-brand {
  display: inline-block;
  width: 60px;
  height: 40px;
  background-image: url(/assets/logo-invert-b7a2e852021bdd245a4b9adc6f4d2ecdb0ab4e960f2483d8faf7da347ebb40fc.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 12px;
}
/* line 25, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.header-navbar-fixed-top .masthead-brand {
  font-weight: 200;
  font-family: "Noto Sans", sans-serif;
  line-height: 32px;
  font-size: 16px;
  padding-top: 15px;
  margin-left: 30px;
}

/* line 34, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.nav.navbar.navbar-right {
  margin-top: 27px;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 39, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.footer {
  background: #2a2f34;
  border-radius: 0;
  color: #999;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 10px;
  margin-bottom: 0;
  bottom: 0;
  position: absolute;
}

/* line 50, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.about {
  text-align: right;
}

/* line 53, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.pull-all {
  padding-right: 0;
  padding-left: 0;
}

/* line 58, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.footer-link {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #C3C3C3;
}
/* line 62, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.footer-link:hover {
  color: #66ABF2;
  text-decoration: none;
}
/* line 65, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.footer-link:active {
  text-decoration: none;
}

/* line 68, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.btn-info {
  font-family: "Noto Sans", sans-serif;
  border-color: #FFFFFF;
  background-color: #788189;
  padding: 2px 7px 2px 7px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 15px;
}

/* line 78, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.cookie_policy {
  color: #D8D8D8;
  background-color: #788189;
  border: none;
  line-height: 1.9;
}
/* line 84, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.cookie_policy .cookie-nav {
  font-family: "Helvetica Neue Light", "Noto Sans", sans-serif;
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom: 15px;
  font-size: 13px;
}
/* line 90, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.cookie_policy .cookie-nav a {
  color: #73ACF4;
}

/* line 93, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.btn.btn-info.btn-sm {
  color: #FFFFFF;
  line-height: 1.7;
  border-color: #FFFFFF;
}
/* line 97, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.btn.btn-info.btn-sm:hover {
  background-color: #9E9E9E;
}
/* line 99, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.btn.btn-info.btn-sm:active {
  background-color: #7A7A7A;
}
/* line 101, /usr/src/app/app/assets/stylesheets/header-footer.sass */
.btn.btn-info.btn-sm:focus {
  background-color: #7A7A7A;
}

@media (max-width: 568px) and (min-width: 300px) {
  /* line 105, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  body {
    padding-bottom: 150px;
  }

  /* line 107, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  .masthead-brand {
    float: none !important;
    margin-left: 65px !important;
  }

  /* line 110, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  .privacy {
    text-align: center;
    float: none !important;
    width: 100%;
  }

  /* line 114, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  .we-feedback {
    text-align: center;
    float: none !important;
    width: 100%;
  }

  /* line 118, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  .about {
    text-align: center;
    float: none !important;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  /* line 126, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  .cookie_policy .cookie-nav {
    padding-left: 20px;
    font-size: 10px;
  }

  /* line 129, /usr/src/app/app/assets/stylesheets/header-footer.sass */
  .btn-info {
    margin-left: 10px;
    font-size: 10px;
  }
}
