/*
 * Council of All Beings — WordPress Plugin Styles
 */

#council-of-all-beings {
  width: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#council-of-all-beings *, #council-of-all-beings *::before, #council-of-all-beings *::after {
  box-sizing: border-box;
}

#council-of-all-beings a { text-decoration: none; }

body.admin-bar #council-of-all-beings { min-height: calc(100vh - 32px); }

.cotb-loading {
  display: flex; align-items: center; justify-content: center;
  min-height: 300px; background: #1a1916; color: #8a7d6e;
  font-family: Georgia, serif; font-size: 18px; letter-spacing: 2px;
}

.cotb-fullpage-wrapper {
  position: relative; width: 100vw;
  margin-left: calc(-50vw + 50%); background: #1a1916;
}
