/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}







html {
  font-size: 62.5%;
}

body {
  font-family: "proxima-nova",Verdana,Arial,sans-serif;
  background-color: #221d1e;
  color: #fff;
}
.maintenance__container {
  font-size: 1.5rem;
}
@media (min-width: 30em) {
  .maintenance__container {
    font-size: 1.65rem;
  }
}
@media (min-width: 40em) {
  .maintenance__container {
    font-size: 1.8rem;
  }
}
@media (min-width: 48em) {
  .maintenance__container {
    font-size: 1.9rem;
  }
}
@media (min-width: 60em) {
  .maintenance__container {
    font-size: 2rem;
  }
}


h1, h2 {
  font-weight: 700;
  font-size: inherit;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
}


p, legend {
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

html {
  height: 100%;
  width: 100%;
}

.maintenance__container {
  background-color: #2d2829;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding: 2em;
  position: absolute;
  width: 100%;
}
.maintenance__logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../logos/jack-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 2.776em;
  font-size: 6.5rem;
  margin: 0 auto 0.5em;
}

@media (min-width: 40em) {
  .maintenance__logo {
    font-size: 8.5rem;
  }
}