@font-face {
  font-family: 'NimbusSans';
  font-weight: normal;
  font-style: normal;
  src: url('assets/fonts/nimbusSans/NimbusSanL-Reg.otf') format('truetype');
}
@font-face {
  font-family: 'NimbusSans';
  font-weight: bold;
  font-style: normal;
  src: url('assets/fonts/nimbusSans/NimbusSanL-Bol.otf') format('truetype');
}
.social {
  display: flex;
  flex-direction: row;
}
.social ul {
  display: block;
  margin: auto;
}
.social ul li a svg {
  width: 31px;
  height: 31px;
  fill: #2741c7;
}
html {
  display: block;
  background: url('assets/images/background.png') no-repeat;
  background-size: cover;
}
html body {
  margin: 0;
}
html body .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
}
html body .wrapper {
  display: flex;
  margin: auto;
  text-align: center;
  max-width: 1280px;
  position: relative;
  z-index: 2;
  height: calc(100vh - 80px);
  flex-direction: column;
}
.logo {
  display: block;
  margin: 45px auto;
}
h1,
h2,
p {
  display: block;
  margin: auto;
  width: auto;
  font-family: 'NimbusSans', 'sans-serif';
  font-size: 64px;
  font-weight: 600;
  color: #fff;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 150%;
  margin-left: -25%;
}
p {
  font-size: 18px;
  max-width: 395px;
  font-weight: 400;
}
.text {
  margin: auto;
}
.footer {
  font-family: 'NimbusSans', 'sans-serif';
  font-size: 16px;
  height: 79px;
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  line-height: 79px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.social {
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  margin: 0 25px 0 0;
}
.social ul li {
  display: block;
  margin: 0 0 10px 0;
}
/*# sourceMappingURL=styles.css.map */