/****************
General
****************/

html {
	scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  margin: 32px;
  line-height: 40px;
  font-size: 26px;
  font-family: WesFY-Thin, "open sans", sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}

a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(10%, #13FCD2));
  background-image: linear-gradient(180deg, transparent 65%, #13FCD2 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  font-family: WesFY-Regular, "open sans", sans-serif;
  color: #000;
  font-weight: 400;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}

a:hover {
  color: #000;
  font-family: WesFY-Regular, "open sans", sans-serif;
  font-weight: 400;
  background-size: 100% 100%;
  cursor: pointer;
}

.icon {
  margin-right: 32px;
}

p {
  margin-bottom: 32px;
}

h1 {
  font-family: WesFY-Bold, "open sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  margin: 0 0 24px 0;
}

h2 {
  font-family: WesFY-Bold, "open sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 24px 0;
}

.container {
  max-width: 900px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 600px) {
  body {
    margin: 32px;
    line-height: 40px;
    font-size: 26px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 800px) {
  body {
    line-height: 40px;
    font-size: 28px;
    margin: 64px;
  }
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1000px) {
  body {
    line-height: 48px;
    font-size: 32px;
    margin: 64px;
  }
  h1 {
    font-size: 120px;
    line-height: 120px;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
