/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * Remove the margin in all browsers.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
  font-size: 16px;
  font-size: clamp(14px, calc(0.875rem + ( (100vw/100) * 0.4)) - calc((800px - 100vh) * (0.0005 * 16)), 20px);
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background-color: rgb(255,253,249);
  /* background-color: rgb(255,250,242); */
  color: rgb(33, 37, 41);
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

img,svg {
  vertical-align: middle;
}

.app-loading {
  height: 100%;
  width: 100%;
  margin: auto;
}

.under-construction {
  font-size: 48px;
  font-weight: bold;
  color:firebrick;
  margin-top: 30px;
  margin-bottom: 30px;
}

.component-inline-icon {
  width: 1.5em;
  height: 1.5em;
  margin-left: 3px;
  margin-right: 10px;
}

.component-icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 12px;
}

.catrini-header,
.catrini-menu,
.catrini-footer {
    position: static;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.catrini-menu {
    position: absolute;
    top: 50px;
}

.catrini-footer-spacer {
  height: 0px;
}

@media ( min-height: 500px ) {
    .catrini-header {
        position: fixed;
        top: 0px;
    }
    .catrini-menu {
        position: fixed;
    }
    .catrini-header-spacer {
        margin-top: 50px;
    }
}

@media ( min-height: 600px ) {
    .catrini-footer {
        position: fixed;
        bottom: 0px;
    }
    .catrini-footer-spacer {
      height: 50px;
    }
}

.wmd-form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}
