@import url("//byemc.xyz/assets/font-awesome/css/all.min.css");
@import url("//byemc.xyz/assets/styles/omg.lol-icons.css");
/**** OPEN COLOR ****/
.bg-byegreen {
  background: #77b19d;
  color: #fdfdfd;
}

.bg-secondary {
  background: #2f2f2f;
  color: #fdfdfd;
}

.bg-warning {
  background: #f03e3e;
  color: white;
}

html {
  font-family: "Calibri", "FOT-RodinNTLG Pro", Helvetica, Arial, monospace;
  line-height: 1;
}

a {
  color: #77b19d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external::after {
  height: 8px;
  width: 8px;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: url("https://byecorps.b-cdn.net/global/icons/Fugue%20Icons/icons/external.png");
}

.fnt-byefont {
  font-family: ByeFont, monospace;
}

.fnt-comicsans {
  font-family: "Comic Sans MS", "Chalkboard SE", cursive;
}

.fnt-bold {
  font-weight: bold;
}

.fnt-subtitle {
  font-size: 0.8em;
  color: #adadad;
}

.marquee {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1ch;
}

/**** VARIABLES ****/
/**** ACTUAL CSS ****/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

#wrapper {
  display: block;
  max-width: 1100px;
  padding: 0 0 0 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

aside {
  display: block;
  width: 100%;
  color: #fdfdfd;
}

#site-title {
  line-height: 0px;
}

main {
  display: block;
  padding: 16px 0;
  color: #fdfdfd;
}

footer {
  font-size: 0.9em;
  font-family: monospace;
  background: #2f2f2f;
  color: #fdfdfd;
  padding: 0.2em;
  border-top: #1a1a1a 1px solid;
  text-align: center;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

table {
  border: #fdfdfd thin solid;
}
table td {
  border: #fdfdfd thin solid;
}

.float-right {
  float: right;
}

table.fluid {
  width: 100%;
}
table.fluid td {
  text-align: center;
}

#skip-to-content {
  tab-index: 1;
  margin: 1em;
  position: absolute;
  left: -10000px;
}
#skip-to-content:focus {
  position: absolute;
  top: 0;
  left: 0;
}

.reallybigspacer {
  height: 100vh;
  width: 10px;
  display: block;
}

#blip-container {
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: "IBM Plex Sans", sans-serif;
  background: #1a1a1a;
  background: url("/assets/img/byemanpeek.png"), radial-gradient(circle at 90%, rgb(40, 40, 40) 10%, rgb(26, 26, 26) 100%);
  background-repeat: no-repeat;
  background-position: bottom right;
  box-sizing: content-box;
}
#blip-container * {
  box-sizing: content-box;
}
#blip-container .blip-notification {
  height: 64px;
  display: flex;
  gap: 8px;
  padding: 8px;
  width: 250px;
  color: white;
}
#blip-container .blip-notification .blip-image {
  height: 64px;
  width: 64px;
  object-fit: cover;
}
#blip-container .blip-notification .blip-texts {
  display: inline-block;
  align-content: center;
}
#blip-container .blip-notification .blip-texts > span {
  display: block;
}
#blip-container .blip-notification .blip-texts .blip-subtitle {
  font-size: 12px;
}
#blip-container .blip-notification .blip-texts .blip-title {
  font-size: 18px;
}

#badges {
  box-sizing: content-box;
}
#badges * {
  box-sizing: content-box;
}
#badges .badge {
  height: 64px;
  display: flex;
  gap: 8px;
  padding: 8px;
  color: white;
}
#badges .badge .blip-image {
  height: 64px;
  width: 64px;
  object-fit: cover;
}
#badges .badge .blip-texts {
  display: inline-block;
  align-content: center;
}
#badges .badge .blip-texts > span {
  display: block;
}
#badges .badge .blip-texts .blip-subtitle {
  font-size: 12px;
}
#badges .badge .blip-texts .blip-title {
  font-size: 18px;
}

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