.special-color-dark {
  background-color: #263238;
}

html body {
  background: #f5f5f5;
}

.debug {
  color: red;
  outline: red 1px solid;
}

.Félagsvísindabraut { color: #A45096; }
.Framhaldsskólabraut { color: #A45096; }
.Hugvísindabraut { color: #A45096; }
.Íþróttabraut { color: #A45096; }
.Náttúruvísindabraut { color: #A45096; }
.Opin { color: #A45096; }
.Starfsbraut { color: #A45096; }
.Tölvubraut { color: #A45096; }
.Fata- { color: #F47F3A; }
.Myndlistarbraut { color: #F47F3A; }
.Nýsköpunarbraut { color: #F47F3A; }
.Húsasmiðabraut { color: #61C6C8; }
.Rafvirkjabraut { color: #61C6C8; }
.Sjúkraliðabraut { color: #61C6C8; }
.Snyrtibraut { color: #61C6C8; }
.Stúdentsbraut { color: #61C6C8; }

.ql-size-small {
  font-size: small;
}

.ql-size-large {
  font-size: x-large;
}

.ql-size-huge {
  font-size: xx-large;
}

.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.thumbnailBox {
  position: relative;
  text-align: center;
}

.braut {
  background: white;
  padding: 0 0.50rem;
}

.centerScreen {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
}

.moveLeft {
  position: absolute;
  left: 1rem;
}

.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
}