html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

body {
  color: #fbfbfb;
  background: #040404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

body::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: #fbfbfb;
  background: #63666a;
}

::selection {
  color: #fbfbfb;
  background: #63666a;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: .8125em 1em .625em;
  color: #fbfbfb;
  background: #63666a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  text-decoration: none;
}

.btn:hover {
  background: #4f5255;
}

.btn:focus {
  background: #45484a;
}

.container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 1rem 2.5rem;
  border-radius: .375rem;
}

@media (min-width: 768px) {
  .container {
    padding: 4rem 3rem 2rem;
  }
}

@media (min-width: 992px) {
  .container {
    padding: 5rem 5rem 4rem;
  }
}

.page-title {
  padding: 4rem 1rem 0;
  text-align: center;
}

.page-subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .page-subtitle {
    font-size: 1.25rem;
  }
}

.normal-page {
  padding: 1rem;
}

@media (min-width: 992px) {
  .normal-page {
    padding: 8rem 1rem;
  }
}

.logo {
  max-width: 16rem;
  margin: 0 auto 4rem;
  display: block;
}

.contact {
  font-size: .875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact__header {
  text-align: center;
  margin-bottom: 1rem;
}

.contact__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .25rem 0 1.25rem;
}

.contact__icon {
  height: 1.25rem;
  margin-right: 1rem;
}

.contact__link {
  text-decoration: none;
  -webkit-transition: .1s;
  transition: .1s;
}

.contact__link:hover {
  color: #63666a;
}

.contact__drive {
  display: inline-block;
  margin-top: .5rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .1s;
  transition: .1s;
}

.contact__drive:hover {
  color: #63666a;
}
/*# sourceMappingURL=style.css.map */