@font-face {
  font-family: "Adobe Clean";
  src: url("AdobeClean-Bold.eot");
  src: url("AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("AdobeClean-Bold.woff2") format("woff2"), url("AdobeClean-Bold.woff") format("woff"), url("AdobeClean-Bold.ttf") format("truetype"), url("AdobeClean-Bold.svg#AdobeClean-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("AdobeClean-ExtraBold.eot");
  src: url("AdobeClean-ExtraBold.eot?#iefix") format("embedded-opentype"), url("AdobeClean-ExtraBold.woff2") format("woff2"), url("AdobeClean-ExtraBold.woff") format("woff"), url("AdobeClean-ExtraBold.ttf") format("truetype"), url("AdobeClean-ExtraBold.svg#AdobeClean-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("AdobeClean-Light.eot");
  src: url("AdobeClean-Light.eot?#iefix") format("embedded-opentype"), url("AdobeClean-Light.woff2") format("woff2"), url("AdobeClean-Light.woff") format("woff"), url("AdobeClean-Light.ttf") format("truetype"), url("AdobeClean-Light.svg#AdobeClean-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("AdobeClean-LightIt.eot");
  src: url("AdobeClean-LightIt.eot?#iefix") format("embedded-opentype"), url("AdobeClean-LightIt.woff2") format("woff2"), url("AdobeClean-LightIt.woff") format("woff"), url("AdobeClean-LightIt.ttf") format("truetype"), url("AdobeClean-LightIt.svg#AdobeClean-LightIt") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("AdobeClean-Regular.eot");
  src: url("AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("AdobeClean-Regular.woff2") format("woff2"), url("AdobeClean-Regular.woff") format("woff"), url("AdobeClean-Regular.ttf") format("truetype"), url("AdobeClean-Regular.svg#AdobeClean-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
html, body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #eb1000;
  color: white;
  font-family: "Adobe clean", "Ubuntu", sans-serif;
  font-weight: 300;
}

._bg_adobe_logo_art {
  background-image: url("adobe_pattern_white_2.png");
  background-position: top center;
}

._logo {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  margin: 5px 0 80px 0;
}

.btn {
  border-radius: 35px;
  padding-left: 35px;
  padding-right: 35px;
  color: white;
  font-weight: bold;
}
.btn.btn-outline-white {
  border-color: white;
}
.btn.btn-outline-white:hover {
  color: white;
}
.btn.btn-dark {
  background-color: #2c2c2c;
  color: white;
}

h1 {
  font-weight: 800;
  font-feature-settings: "ss04" 1;
  font-size: 5vw;
}

footer {
  background-color: #000;
  color: white;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
  ._bg_adobe_logo_art {
    background-position: bottom;
    background-size: 14%;
  }
}

/*# sourceMappingURL=style.css.map */
