/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/*=============================================*/
/* #region DEFAULTS                            */
/*=============================================*/

html {
  background-color: hsl(270, 8%, 5%);
  color: hsl(180, 2%, 54%);
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: hsl(0, 96%, 18%);
  text-shadow: none;
}

::selection {
  background: hsl(0, 96%, 18%);
  text-shadow: none;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* #endregion */
/*=============================================*/


/*=============================================*/
/* #region STYLES                              */
/*=============================================*/

.Main {
  width: 80vw;
  font-size: 3em;
  margin: 2em auto;
  text-align: center;
}

.Title {
  color: hsl(0, 0%, 95%);
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  font-weight: 100;
  font-size: 1.5em;
  letter-spacing: 0.45em;
  line-height: 1.15;
  text-align: center;
  text-indent: 0.45em;
  text-transform: uppercase;
}

.Title-Logomark {
  width: 4em;
  fill: currentColor;
}

.Message {
  margin: 0;
}

/* #endregion */
/*=============================================*/

/*=============================================*/
/* #region UTILITY CLASSES                     */
/*=============================================*/

.u-Hidden,
[hidden] {
  display: none !important;
}

.u-SRonly {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-SRonly.is-Focusable:active,
.u-SRonly.is-Focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.u-Invisible {
  visibility: hidden;
}

.u-Clearfix::before,
.u-Clearfix::after {
  content: " ";
  display: table;
}

.u-Clearfix::after {
  clear: both;
}

/* #endregion */
/*=============================================*/
