body {
  color: #000;
  font-family: Inconsolata, monospace;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  margin-top: .25em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #fff;
  background-color: #2589de;
  margin-top: 1em;
  margin-bottom: 0;
  padding: .2em .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.2;
}

.lauzon-img {
  width: 25%;
  margin-bottom: 2em;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.image {
  width: 35%;
  margin-bottom: 3em;
}

.button {
  background-color: #e32120;
  border-radius: 45px;
  margin-top: .25em;
  margin-bottom: 1em;
  padding: 1.2em 2.5em;
  font-size: 1.25em;
  line-height: 1;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: #000;
}

.div-block-2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  color: #5a5a5a;
}

.paragraph.contact {
  max-width: 55ch;
}

.paragraph.last {
  margin-bottom: 0;
}

.link {
  color: #2589de;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.link:hover {
  color: #000;
}

.paragraph-copy {
  color: #5a5a5a;
  width: 55%;
}

.paragraph-copy.contact {
  max-width: 55ch;
}

.div-block-2-copy {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  width: 60%;
  margin-bottom: 2em;
  display: flex;
}

.ko {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.gvhgv {
  color: #5a5a5a;
  max-width: 48ch;
}

.gvhgv.contact {
  max-width: 55ch;
}

.text-block {
  font-size: .8em;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-color: #5a5a5a;
  width: 60%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.fade-in-bottom {
  transition: all .2s;
}

.code-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .lauzon-img {
    width: 40%;
  }

  .image {
    width: 45%;
  }

  .button {
    font-size: 1.5em;
  }

  .paragraph, .paragraph-copy, .gvhgv {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.4em;
  }

  .image {
    width: 55%;
  }

  .button {
    font-size: 2em;
  }

  .div-block-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    font-size: 1.6em;
  }

  .paragraph-copy {
    width: 70%;
    font-size: 1.6em;
  }

  .div-block-3 {
    flex-flow: column;
    width: 70%;
  }

  .ko {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .gvhgv {
    max-width: none;
    font-size: 1.6em;
  }

  .text-block {
    font-size: 1em;
  }

  .div-block-5 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7em;
  }

  h2 {
    font-size: 4.5em;
  }

  h3 {
    font-size: 4em;
  }

  .lauzon-img {
    width: 70%;
    display: block;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    width: 80%;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 4em;
  }

  .paragraph {
    font-size: 3em;
  }

  .paragraph-copy {
    width: 100%;
    font-size: 3em;
  }

  .div-block-3 {
    width: 100%;
  }

  .gvhgv {
    font-size: 3em;
  }

  .text-block {
    font-size: 2em;
  }

  .div-block-5 {
    width: 100%;
  }
}


