/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import 'https://fonts.googleapis.com/css?family=Allura|Merriweather+Sans:400,700,800';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body {
  background-color: white;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Merriweather Sans", sans-serif;
  color: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #eee;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

a {
  display: inline-block;
  color: #1caa34;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea {
  outline: none;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.wrapper, .wrapper--large, .wrapper--small {
  position: relative;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}
.wrapper--small {
  width: 980px;
}
.wrapper--large {
  width: 1170px;
}

.splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 100;
  transition: opacity 0.4s 0.4s;
}
.splashscreen--is-hidden {
  opacity: 0;
}
.splashscreen--is-hidden .preloader {
  opacity: 0;
}

.preloader {
  position: relative;
  width: 200px;
  height: 150px;
  transition: opacity 0.4s;
}
.preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 45px;
  bottom: 0;
  border: 10px solid #1caa34;
  animation: fadeInOut 1.6s linear infinite;
}
.preloader__text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 10px 0;
  color: #585858;
  font-size: 32px;
  font-weight: 800;
  background-color: #fff;
}

.logo {
  color: #585858;
  font-size: 34px;
  font-weight: 800;
}

.transform-link {
  font-weight: 700;
}
.transform-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1caa34;
  transition: transform 0.2s ease-out;
}
.transform-link:hover::after {
  transform: translateY(3px) scaleY(3);
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding: 5px 25px;
  color: #1caa34;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #1caa34;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.button:hover, .button:active, .button:focus,
button:hover,
button:active,
button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus {
  color: #35de51;
  border-color: #35de51;
}

.blurb--framed {
  padding: 15px 0;
  background-color: #fafafa;
}
.blurb__heading {
  margin: 0 0 15px 0;
  color: #585858;
  font-size: 58px;
  font-weight: 800;
}
.blurb__copy {
  font-weight: 700;
}
.blurb__copy--tight {
  width: 35vw;
  max-width: 400px;
}
@media (max-width: 767px) {
  .blurb {
    font-weight: 500;
  }
  .blurb__heading {
    margin: 0 0 25px 0;
  }
  .blurb__copy--tight {
    width: auto;
    max-width: 90%;
  }
}

.title {
  margin: 0 0 45px 0;
  color: #585858;
  font-size: 58px;
  font-weight: 800;
  text-align: center;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(-12px, 0px);
    opacity: 0;
  }
  75% {
    transform: translate(-12px, 45px);
    opacity: 1;
  }
  100% {
    transform: translate(-12px, 45px);
    opacity: 0;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.navigation {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 10;
}
.navigation__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.navigation__list {
  display: flex;
  justify-content: space-between;
}
.navigation__list > li a {
  color: #9e9e9e;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
.navigation__list > li a:hover {
  color: #1caa34;
}
.navigation__burger {
  display: none;
}
@media (max-width: 991px) {
  .navigation__container {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.4s, opacity 0.4s;
  }
  .navigation__container--is-open {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity 0.4s;
  }
  .navigation__container--is-open .navigation__list > li:nth-child(1) a {
    transition: transform 0.2s 0.4s, color 0.2s ease-in-out;
  }
  .navigation__container--is-open .navigation__list > li:nth-child(2) a {
    transition: transform 0.2s 0.6s, color 0.2s ease-in-out;
  }
  .navigation__container--is-open .navigation__list > li:nth-child(3) a {
    transition: transform 0.2s 0.8s, color 0.2s ease-in-out;
  }
  .navigation__container--is-open .navigation__list > li:nth-child(4) a {
    transition: transform 0.2s 1s, color 0.2s ease-in-out;
  }
  .navigation__container--is-open .navigation__list > li:nth-child(5) a {
    transition: transform 0.2s 1.2s, color 0.2s ease-in-out;
  }
  .navigation__container--is-open .navigation__list > li a {
    transform: translateY(0);
  }
  .navigation__container--is-open .navigation__list > li a:hover {
    color: #c4c4c4;
  }
  .navigation__list {
    height: 250px;
    flex-direction: column;
    align-items: center;
  }
  .navigation__list > li {
    overflow: hidden;
  }
  .navigation__list > li a {
    transform: translateY(100%);
    color: #585858;
    font-weight: 700;
    transition: transform 0s 0.4s;
  }
  .navigation__burger {
    position: relative;
    display: flex;
    width: 35px;
    height: 27px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .navigation__burger--is-open .navigation__burger-el {
    transition: transform 0.4s, opacity 0.2s;
  }
  .navigation__burger--is-open .navigation__burger-el--top {
    transform: rotate(45deg);
  }
  .navigation__burger--is-open .navigation__burger-el--bottom {
    transform: rotate(-45deg);
  }
  .navigation__burger--is-open .navigation__burger-el--middle {
    opacity: 0;
  }
  .navigation__burger-el {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #585858;
    transition: transform 0.4s, opacity 0.2s 0.2s;
  }
  .navigation__burger-el--top {
    transform-origin: left top;
  }
  .navigation__burger-el--bottom {
    transform-origin: left bottom;
  }
}

.scroll-lock {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/************************* Introduction *************************/
.introduction {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.introduction::before {
  content: "ampoo";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28vw;
  font-weight: 800;
  opacity: 0.07;
}
.introduction__arrow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-12px, 0px);
  width: 24px;
  fill: #1caa34;
  animation: scrollDown 1.6s infinite;
}
@media (max-height: 540px) {
  .introduction__arrow {
    animation: none;
  }
}

/************************* About *************************/
.about {
  position: relative;
  width: 100%;
  height: 625px;
  background-color: #fafafa;
}
.about__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about__wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 120px;
  bottom: 45px;
  border: 10px solid #1caa34;
}
.about__visual {
  position: absolute;
  left: 25px;
  bottom: 35px;
  z-index: 2;
}
.about__content {
  position: relative;
  left: 100px;
  text-align: center;
  z-index: 1;
}
.about__content-signature {
  position: absolute;
  bottom: -175px;
  left: 100px;
  font-size: 30px;
  font-family: "Allura", cursive;
}
@media (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
  .about__wrapper {
    align-items: flex-start;
    justify-content: center;
  }
  .about__wrapper::before {
    right: 0;
    bottom: 0;
  }
  .about__visual {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__content {
    text-align: center;
    left: 0;
  }
  .about__content-blurb {
    padding: 0 15px;
  }
  .about__content-blurb h2 {
    font-size: 48px;
  }
  .about__content-blurb p {
    margin-bottom: 10px;
  }
  .about__content-signature {
    position: static;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about {
    height: 500px;
  }
  .about__visual {
    width: 335px;
  }
  .about__content-blurb h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .about {
    height: 480px;
  }
  .about__wrapper::before {
    display: none;
  }
  .about__visual {
    width: 290px;
    max-width: 100%;
  }
}

/************************* Ampoo App *************************/
.ampoo-app {
  position: relative;
  width: 100%;
  padding: 200px 0;
  overflow: hidden;
}
.ampoo-app__visual {
  position: absolute;
  top: 35px;
  left: 45%;
  width: 828px;
  height: 581px;
  margin: 0;
  background-image: url("../img/app-design-visual.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .ampoo-app__content h2 {
    font-size: 48px;
  }
  .ampoo-app__visual {
    width: 922px;
    height: 586px;
  }
}
@media (max-width: 767px) {
  .ampoo-app {
    overflow: auto;
    padding: 80px 0;
  }
  .ampoo-app__content {
    text-align: center;
  }
  .ampoo-app__content h2 {
    font-size: 30px;
  }
  .ampoo-app__content h2 br {
    display: none;
  }
  .ampoo-app__content p {
    margin: 0 auto 20px auto;
  }
  .ampoo-app__visual {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
    width: 85%;
    height: 70vw;
  }
}

/************************* Entrusted Development  *************************/
.entrusted-development {
  position: relative;
  width: 100%;
  padding: 200px 0;
  background-color: #fafafa;
  overflow: hidden;
}
.entrusted-development__wrapper {
  display: flex;
  justify-content: flex-end;
}
.entrusted-development__visual {
  position: absolute;
  top: 5%;
  right: 52%;
  width: 828px;
  height: 581px;
  margin: 0;
  background-image: url("../img/web-design-visual.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .entrusted-development__content h2 {
    font-size: 48px;
  }
  .entrusted-development__visual {
    right: 45%;
    width: 922px;
    height: 586px;
  }
}
@media (max-width: 767px) {
  .entrusted-development {
    overflow: auto;
    padding: 80px 0;
  }
  .entrusted-development__wrapper {
    justify-content: center;
  }
  .entrusted-development__content {
    text-align: center;
  }
  .entrusted-development__content h2 {
    font-size: 30px;
  }
  .entrusted-development__content h2 br {
    display: none;
  }
  .entrusted-development__content p {
    margin: 0 auto;
  }
  .entrusted-development__visual {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    width: 85%;
    height: 70vw;
  }
}

/************************* DX Assistance *************************/
.dx-assistance {
  position: relative;
  width: 100%;
  padding: 200px 0;
  overflow: hidden;
}
.dx-assistance__visual {
  position: absolute;
  top: 35px;
  left: 45%;
  width: 828px;
  height: 581px;
  margin: 0;
  background-image: url("../img/dx-assistance-visual.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .dx-assistance__content h2 {
    font-size: 48px;
  }
  .dx-assistance__visual {
    width: 922px;
    height: 586px;
  }
}
@media (max-width: 767px) {
  .dx-assistance {
    overflow: auto;
    padding: 80px 0;
  }
  .dx-assistance__content {
    text-align: center;
  }
  .dx-assistance__content h2 {
    font-size: 30px;
  }
  .dx-assistance__content h2 br {
    display: none;
  }
  .dx-assistance__content p {
    margin: 0 auto;
  }
  .dx-assistance__visual {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
    width: 85%;
    height: 70vw;
  }
}

/************************* Blog *************************/
.blog {
  position: relative;
  padding: 120px 0;
  background-color: #fafafa;
}
.blog__wrapper {
  display: flex;
  justify-content: space-evenly;
}
.blog__post {
  width: 40%;
}
.blog__post-thumbnail {
  width: 100%;
  box-shadow: 5px 8px 30px 1px rgba(0, 0, 0, 0.21);
}
.blog__post-thumbnail img {
  display: block;
  width: 100%;
}
.blog__post-excerpt h3 {
  color: #585858;
  font-size: 24px;
}
.blog__view-more {
  margin-top: 60px;
  text-align: center;
}
.blog__view-more--el {
  padding: 8px 30px;
}
@media (max-width: 991px) {
  .blog__heading {
    font-size: 48px;
  }
  .blog__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .blog__post {
    width: 450px;
    max-width: 100%;
    margin: 0 0 45px 0;
  }
  .blog__post-excerpt {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog {
    padding: 80px 0;
  }
  .blog__heading {
    font-size: 30px;
  }
}

/************************* Company *************************/
.company {
  position: relative;
  padding: 120px 0;
}
.company dl {
  display: table;
  padding: 2vw;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 18px;
}
.company dl dt {
  display: table-cell;
  width: 25vw;
  text-align: center;
  color: #666;
  font-weight: bold;
}
.company dl dd {
  display: table-cell;
  width: 75vw;
  max-width: 600px;
  padding-left: 2vw;
}
@media (max-width: 991px) {
  .company__heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .company {
    padding: 80px 0;
  }
  .company dl {
    font-size: 16px;
  }
  .company__heading {
    font-size: 30px;
  }
}

/************************* Contact *************************/
.contact {
  position: relative;
  padding: 120px 0;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .contact__heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
  .contact__heading {
    font-size: 30px;
  }
}

/************************* Footer *************************/
.footer {
  position: relative;
  width: 100%;
  height: 100px;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__arrow {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.footer__arrow-el {
  width: 24px;
  fill: #1caa34;
}
@media (max-width: 767px) {
  .footer {
    height: 150px;
    padding: 30px 0;
  }
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__copyright {
    order: 3;
  }
  .footer__logo {
    position: static;
    transform: translate(0, 0);
    order: 2;
  }
}/*# sourceMappingURL=main.css.map */