.fade-in{animation:fadeIn .5s ease;-webkit-animation:fadeIn .5s ease;-moz-animation:fadeIn .5s ease;-o-animation:fadeIn .5s ease;-ms-animation:fadeIn .5s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut .5s ease;-webkit-animation:fadeOut .5s ease;-moz-animation:fadeOut .5s ease;-o-animation:fadeOut .5s ease;-ms-animation:fadeOut .5s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}#content,#shadowRoom{position:relative}.room_wrapper{background-color:#fff}nav{z-index:3}#content{z-index:2}.room_data{display:none}.b-example-divider{background-color:rgba(0,0,0,.1);border:solid rgba(0,0,0,.15);border-width:1px 0;box-shadow:inset 0 .5em 1.5em rgba(0,0,0,.1),inset 0 .125em .5em rgba(0,0,0,.15);height:3rem;position:relative;z-index:4}.bi{fill:currentColor;vertical-align:-.125em}.footerblock{height:60px;position:relative;z-index:4}body,html{height:100%}body{margin:0;padding:0}.main-body{display:grid;grid-template-areas:"heading" "main" "footer";grid-template-rows:fit-content(8rem) auto fit-content(8rem)}.main-header{background-color:#fff;grid-area:heading}.main-content{background-color:#fff;grid-area:main}.main-footer{background-color:#fff;grid-area:footer}

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