@charset "utf-8";
/* ninjagulbi */
/* CSS Document */

/* HTML, BODY, Defaults */
html, body {
  scroll-behavior: smooth;
  min-height:calc(100vh);
  position:relative;
}
/* Footer */
footer{
  background:black;
  color:white;
  text-align:center;
  position:absolute;
  bottom:0;
}
/* NAV */
div.top-menu-bg{
  background: #f8f9fa;
} 
/* MISC */
div.container.index, div.container.chapter{
  padding-bottom:50px;
  background:#efefef;
}

span.req{
  color:red;
  font-weight:bold;
}
form .form-check{
  margin:5px 2.5px;
}
form#survey > .row{
  margin:35px .5rem;
  padding:10px 0px;
  border-bottom:solid 1px black;
}
.row.sibar > div{
  margin:15px 0px;
}