/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Border Radius */
/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
/* Speedee Black */
@font-face {
  font-family: 'Speedee-Black';
  src: url("../fonts/Speedee-Black.eot");
  src: url("../fonts/Speedee-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Speedee-Black.woff2") format("woff2"), url("../fonts/Speedee-Black.woff") format("woff"), url("../fonts/Speedee-Black.ttf") format("truetype"), url("../fonts/Speedee-Black.svg#Speedee-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Speedee Bold */
@font-face {
  font-family: 'Speedee-Bold';
  src: url("../fonts/Speedee-Bold.eot");
  src: url("../fonts/Speedee-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Speedee-Bold.woff2") format("woff2"), url("../fonts/Speedee-Bold.woff") format("woff"), url("../fonts/Speedee-Bold.ttf") format("truetype"), url("../fonts/Speedee-Bold.svg#Speedee-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Speedee Regular */
@font-face {
  font-family: 'Speedee-Regular';
  src: url("../fonts/Speedee-Regular.eot?v=2");
  src: url("../fonts/Speedee-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Speedee-Regular.woff2?v=2") format("woff2"), url("../fonts/Speedee-Regular.woff?v=2") format("woff"), url("../fonts/Speedee-Regular.ttf?v=2") format("truetype"), url("../fonts/Speedee-Regular.svg#Speedee-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 100%;
}

body {
  align-items: center;
  background-attachment: fixed;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  font-family: "Inter", sans-serif;
  flex-direction: column;
  gap: 48px;
  height: 100vh;
  line-height: 1.2;
  padding: 65px 0 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1190px) {
  body {
    gap: 40px;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 590px) {
  body {
    gap: 30px;
    padding: 30px 0 0;
  }
}

* {
  box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

/* Parts */
.logo {
  width: 246px;
}

.logo img {
  width: 100%;
}

.text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  gap: 14px;
  margin: 0 auto 0;
  max-width: 845px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
}

.text h1 {
  color: #96CE46;
  font-size: 30px;
  text-align: center;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.4);
}

.text p {
  color: #074D71;
  font-size: 35px;
  text-align: center;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.4);
}

.text p span {
  color: #29C3CE;
}

@media screen and (max-width: 1190px) {
  .text {
    gap: 10px;
    max-width: 100%;
    padding: 0 40px;
  }
  .text h1 {
    font-size: 24px;
  }
  .text p {
    font-size: 30px;
  }
}

@media screen and (max-width: 590px) {
  .logo {
    width: 200px;
  }
  .text {
    padding: 0 20px;
  }
  .text h1 {
    font-size: 20px;
  }
  .text p {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */