@charset "UTF-8";
/* Welcome to my realm!!!!
██████╗ ██████╗ ██╗   ██╗███╗   ██╗ ██████╗ ██╗     ██╗   ██╗ ██████╗███████╗███╗   ██╗ █████╗ 
██╔══██╗██╔══██╗██║   ██║████╗  ██║██╔═══██╗██║     ██║   ██║██╔════╝██╔════╝████╗  ██║██╔══██╗
██████╔╝██████╔╝██║   ██║██╔██╗ ██║██║   ██║██║     ██║   ██║██║     █████╗  ██╔██╗ ██║███████║
██╔══██╗██╔══██╗██║   ██║██║╚██╗██║██║   ██║██║     ██║   ██║██║     ██╔══╝  ██║╚██╗██║██╔══██║
██████╔╝██║  ██║╚██████╔╝██║ ╚████║╚██████╔╝███████╗╚██████╔╝╚██████╗███████╗██║ ╚████║██║  ██║
╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝ ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝╚══════╝╚═╝  ╚═══╝╚═╝  ╚═╝
Hey there! Welcome to my CSS/SCSS file. A few things about me:
1. I'm currently looking for crazy cool different opportunities.
2. I'm always open to networking and connecting with like-minded professionals.
3. I don't think AI is going to take over the world... yet.
4. I'm a big fan of making things fast, efficient, and user-friendly.
5. I'd love to collaborate on solutions that solve real problems and make a positive impact..
6. I never felt so excited and encouraged to try new things as I do now.
7. Feel free to drop a line. Add me to your network via linkedin. (https://www.linkedin.com/in/brunolucena/)
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Marck+Script&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: "";
  content: none;
}

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

.team, a.logo {
  align-items: center;
  justify-content: left;
  display: flex;
}

.project-card, .principles div, header nav, section.call-to-action, section.testimonial, section.internal, section.hero {
  display: flex;
  align-content: center;
  justify-content: center;
}

h3, .article-card h3, .project-card h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}

.article-card p, .project-card p, .principles p {
  color: #323232;
  margin: 0.5rem 0;
  line-height: 1.4;
  font-size: 0.9rem;
}

section.call-to-action.shopify, section.call-to-action.mysales, section.call-to-action.cs {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  font-family: "IBM Plex Sans", sans-serif;
}

body {
  font-size: 100%;
  background-image: linear-gradient(to bottom, #fafafa, white);
}

@keyframes colorShift {
  0% {
    background-position: 0% 0%; /* Start position */
  }
  100% {
    background-position: 0% 100%; /* End position, shifts the gradient across */
  }
}
.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-30 {
  margin-bottom: 6rem;
}

.container {
  padding: 3rem 2rem;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (min-width: 1600px) {
  .container {
    max-width: 1600px;
    width: 1200px;
  }
}

section.grid-contact .container {
  padding-bottom: 0;
}
section.grid-contact div.grid-contact {
  display: flex;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  flex-direction: column-reverse;
}
@media all and (min-width: 1024px) {
  section.grid-contact div.grid-contact {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    flex-direction: row;
  }
}
@media all and (min-width: 1200px) {
  section.grid-contact div.grid-contact {
    grid-template-columns: 1fr 2fr;
    grid-gap: 3rem;
  }
}
section.grid-contact div.grid-contact .flex h2 {
  margin-bottom: 0;
}
section.grid-contact div.grid-contact .flex {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
}
section.grid-contact div.grid-contact img {
  width: 300px;
  max-width: 400px;
  border-radius: 12px;
  margin-top: 2rem;
  /* box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1); */
  filter: sepia(1);
}
@media all and (min-width: 1024px) {
  section.grid-contact div.grid-contact img {
    width: 340px;
    margin-top: 0rem;
  }
}

section.hero {
  flex-direction: row;
  padding: 68px 0 0px;
  min-height: auto;
  color: #323232;
}
section.hero .container {
  padding: 1rem 2rem;
}
@media all and (min-width: 1024px) {
  section.hero {
    min-height: 75vh;
  }
}

section.project-grid {
  margin: 0 0 3rem 0;
}

section.projects {
  background-color: transparent;
}
section.projects .reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 640px) {
  section.projects .reverse {
    flex-direction: row;
  }
}
section.projects .container {
  padding: 3rem 2rem;
  grid-gap: 3rem;
  row-gap: 1rem;
}
section.projects .container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
section.projects .container div.title {
  grid-column: 1/3;
}
@media all and (min-width: 640px) {
  section.projects .container {
    display: flex;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1200px) {
  section.projects .container {
    grid-gap: 3rem;
    row-gap: 0rem;
  }
}

section.ybg {
  background-color: #FFFFC8;
}

section.gbg {
  background-color: aliceblue;
}

section.articles {
  max-width: 560px;
  margin: auto;
}
section.articles .container {
  padding: 3rem 2rem 0rem;
}

section.internal {
  align-items: flex-end;
  min-height: 40vh;
}
section.internal .container {
  width: 100%;
  padding: 5rem 2rem 0;
}

section.grid .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
section.grid .container h2 {
  padding: 1rem 0 2rem;
  text-align: left;
}
section.grid .container .project-comments {
  grid-column: 1/4;
}
@media all and (min-width: 1024px) {
  section.grid .container {
    grid-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.grid .container .project-comments {
    grid-column: 1/4;
  }
}
@media all and (min-width: 1200px) {
  section.grid .container {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 3rem;
  }
  section.grid .container .project-comments {
    grid-column: 3/4;
  }
}
section.grid picture.portfolio-pic {
  grid-column: 1/4;
}
section.grid picture.pic-1 {
  grid-row: 3;
}
section.grid picture.pic-2 {
  grid-row: 3;
}
section.grid picture.pic-3 {
  display: none;
}
section.grid picture.pic-4 {
  grid-row: 1;
  grid-column: 1/4;
}
section.grid picture.pic-4 img {
  max-height: 500px;
}
@media all and (min-width: 1024px) {
  section.grid picture.pic-3 {
    display: initial;
    grid-row: 3;
  }
}
@media all and (min-width: 1200px) {
  section.grid picture.pic-4 {
    grid-column: 2/4;
    grid-row: 3;
  }
  section.grid picture.pic-1 {
    grid-row: 1;
  }
  section.grid picture.pic-2 {
    grid-row: 1;
  }
  section.grid picture.pic-3 {
    grid-row: 1;
  }
  section.grid picture.portfolio-pic {
    grid-column: 1/3;
  }
}

img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 1024px) {
  img {
    max-height: 275px;
  }
}
@media all and (min-width: 1200px) {
  img {
    max-height: 500px;
  }
}

div.about {
  padding: 2rem 0;
  grid-column: 1/3;
}
@media all and (min-width: 1024px) {
  div.about {
    grid-column: 1/4;
  }
}
@media all and (min-width: 1200px) {
  div.about {
    grid-column: 2/4;
  }
}

section.testimonial {
  background: linear-gradient(-45deg, whitesmoke, #f2f2f2, white, #e4e4e4);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  padding: 3rem;
  text-align: center;
}
section.testimonial h2 {
  font-style: oblique;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
section.testimonial p {
  color: #323232;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.avatar img {
  width: 64px;
  border-radius: 50%;
}

section.call-to-action {
  flex-direction: column;
  text-align: center;
  margin: 2rem 0 0 0;
  padding: 3rem;
  height: 75vh;
}
section.call-to-action.cs {
  background-image: url(../img/projects/01-cs.png);
}
section.call-to-action.mysales {
  background-image: url(../img/projects/mysales_fundo_app.png);
  background-size: cover;
}
section.call-to-action.shopify {
  background-image: url(../img/projects/mockup_start.jpg);
}
section.call-to-action.suzanne {
  background-image: url(../img/projects/suzanne.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.call-to-action div {
  background: white;
}

footer {
  padding: 2rem;
  text-align: center;
  background-color: white;
}
footer .container {
  padding: 0;
}

.unbutton {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
}

.unbutton:focus {
  outline: none;
}

.oh {
  position: relative;
  overflow: hidden;
}

.oh__inner {
  will-change: transform;
  display: inline-block;
}

.frame {
  padding: 1.5rem 2rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "title" "sponsor";
  align-content: space-between;
}

.frame--footer {
  display: block;
  line-height: 2;
  text-align: center;
}

.frame__title {
  grid-area: title;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.frame__title-main {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}

.frame__title-back {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.15rem;
}

.frame__title-back span {
  display: none;
}

.frame__title-back svg {
  fill: var(--color-link);
}

.frame__title-back:hover svg,
.frame__title-back:focus svg {
  fill: var(--color-link-hover);
}

.frame__credits {
  justify-self: end;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 2rem;
}

.content__text {
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(1rem, 5vw, 2.5rem);
  margin: 2rem 0 0 0;
  max-width: 1350px;
  hyphens: auto;
}

.content__text-img {
  max-height: 1.85rem;
  margin: 0 0.5rem 0 0;
  vertical-align: center;
}

.content__title {
  font-weight: normal;
  margin: 2.5rem 0 0;
}

.content__more {
  align-self: flex-end;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 2rem;
}

.grid {
  margin: 3rem auto;
  padding: 0 2rem;
  /* display: grid;
  grid-template-columns: repeat(auto-fill, 100%);
   grid-template-rows: auto;
  grid-gap: 1rem; */
  display: flex;
  gap: 1rem;
  justify-content: left;
  overflow: scroll;
  /* For Firefox */
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
  -ms-overflow-style: none;
}
@media screen and (min-width: 1024px) {
  .grid {
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1600px) {
  .grid {
    margin: 0 auto;
    max-width: 1920px;
  }
}

.grid__item {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 300px;
  will-change: transform;
  pointer-events: auto;
  border-radius: 12px;
}

.col-2 {
  /* grid-column: span 2; */
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .col-2 {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .col-2 {
    max-width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .col-2 {
    max-width: 600px;
  }
}

.grid__item-img {
  /* aspect-ratio: 1/1.25; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  /* cursor: pointer; */
  min-height: 300px;
  max-height: 300px;
  width: 300px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .grid__item-img {
    width: auto;
    min-height: 400px;
    max-height: 400px;
  }
}

.active {
  color: cornflowerblue;
}

.active-black {
  color: white;
  -webkit-text-fill-color: black;
  /* Base color */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

header {
  color: #323232;
}
header.scrolled, header.light {
  color: #323232;
}
header {
  background: #fafafa;
}
header.scrolled, header.light {
  background: white;
  border-bottom: 1px solid #E7E7E7;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
header {
  width: 100%;
  z-index: 20;
  padding: 1.5rem 2rem;
  position: fixed;
  display: grid;
  grid-template-areas: "logo logo hamb" "menu menu menu";
  transition: 0.3s ease-in-out;
}

a.logo {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #323232;
  z-index: 200;
  width: -moz-fit-content;
  width: fit-content;
}
.scrolled a.logo, header.light a.logo {
  color: #323232;
}
a.logo span {
  margin-right: 0rem;
}
a.logo {
  transition: 0.3s all ease-in-out;
}

header nav {
  grid-area: menu;
  display: flex;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: white;
}
header nav img {
  width: 48px;
  height: 48px;
  margin: 1.5rem 0;
  border-radius: 50%;
}
@media all and (min-width: 1200px) {
  header nav {
    height: auto;
  }
  header nav img {
    display: none;
  }
}

.fill {
  -o-object-fit: none;
     object-fit: none;
}
@media all and (min-width: 1024px) {
  .fill {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

nav ul li a {
  font-family: "Bricolage Grotesque";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem 0;
  font-size: 3em;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease-in-out;
  color: #323232;
}
@media all and (min-width: 1200px) {
  nav ul li a {
    color: #323232;
  }
  .scrolled nav ul li a, .light nav ul li a {
    color: #323232;
  }
  nav ul li a {
    font-weight: 400;
    font-size: 1.2em;
    padding: 0 2rem;
  }
}

header nav {
  opacity: 0;
  max-height: 0;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: column;
  transition: 0.3s all;
}
@media all and (min-width: 1200px) {
  header nav {
    opacity: 1;
    max-height: initial;
    background-color: transparent;
  }
}

header nav ul {
  margin-top: 1em;
  padding: 3rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1200px) {
  header nav ul {
    display: flex;
    align-items: unset;
    margin: 0;
    justify-content: center;
    padding: 0;
  }
}

nav ul li a:hover {
  color: cornflowerblue;
}

nav ul li a.active {
  color: cornflowerblue;
}

header div.social {
  grid-area: social;
}

div.social {
  display: flex;
  align-content: center;
  width: 100%;
}
div.social i {
  padding: 0 1.5em 0 0;
  font-size: 1.3rem;
}
div.social :hover {
  color: cornflowerblue;
  background-image: none;
}
@media all and (min-width: 1200px) {
  nav li div.social {
    position: fixed;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  div.social a {
    padding: 0;
  }
}

/* Menu Icon  */
header .menu-icon {
  cursor: pointer;
  position: relative;
  justify-self: right;
  align-self: center;
  grid-area: hamb;
}
@media all and (min-width: 1200px) {
  header .menu-icon {
    display: none;
  }
}

.hamburguer {
  background: white;
  border-bottom: 1px solid #E7E7E7;
}
header.scrolled .hamburguer, header.light .hamburguer {
  background: #fafafa;
}
.hamburguer {
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 20px;
  z-index: 3;
}

.hamburguer:before,
.hamburguer:after {
  background: white;
  border-bottom: 1px solid #E7E7E7;
}
header.scrolled .hamburguer:before, header.light .hamburguer:before,
header.scrolled .hamburguer:after,
header.light .hamburguer:after {
  background: #fafafa;
}
.hamburguer:before,
.hamburguer:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

header .menu-icon .hamburguer:before {
  top: 8px;
  height: 2px;
  width: 65%;
}

header .menu-icon .hamburguer:after {
  top: -8px;
  height: 2px;
}

/* Menu Hamburguer button */
header .menu-btn {
  display: none;
}

header .menu-btn:checked ~ nav {
  opacity: 1;
  max-height: 100vh;
}

header .menu-btn:checked ~ .menu-icon .hamburguer {
  background: transparent;
}

header .menu-btn:checked ~ .menu-icon .hamburguer:before {
  transform: rotate(-45deg);
  width: 100%;
  background: black;
}

header .menu-btn:checked ~ .menu-icon .hamburguer:after {
  transform: rotate(45deg);
  background: black;
}

header .menu-btn:checked ~ .menu-icon .hamburguer:before,
header .menu-btn:checked ~ .menu-icon .hamburguer:after {
  top: 0;
}

.btn-scroll {
  bottom: 1em;
  text-align: left;
  width: 1.5rem;
  z-index: 5;
  position: absolute;
  bottom: 1rem;
}
.btn-scroll a {
  display: block;
  text-align: left;
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  padding-top: 1em;
  color: #ffffff;
  text-decoration: none;
}

.btn-scroll a::after {
  content: "";
  display: block;
  width: 2px;
  height: 3em;
  position: relative;
  background-color: #ffffff;
  margin: 1em auto;
}

.btn-scroll i {
  display: flex;
  position: absolute;
  bottom: 0;
  line-height: 0;
  margin: auto;
  width: 100%;
  justify-content: center;
}

.btn-scroll a:hover {
  transform: translate(0px, 1em);
}

video {
  margin: 0 auto;
  display: flex;
  max-width: cover;
  overflow: clip;
  min-height: 300px;
  max-height: 350px;
  border-radius: 12px;
  width: 100%;
}
@media all and (min-width: 1200px) {
  video {
    max-height: 450px;
  }
}

.principles {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (min-width: 640px) {
  .principles {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .principles {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.principles div {
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  padding: 2rem;
  justify-content: space-between;
  border-radius: 0.5rem;
  max-width: 100%;
  margin: 1rem 0 0;
}
@media all and (min-width: 1024px) {
  .principles div {
    margin: 0;
  }
}
.principles img {
  max-width: 220px;
  max-height: -moz-min-content;
  max-height: min-content;
  align-self: center;
  margin-bottom: 1rem;
}
.principles div:nth-child(1) {
  background-color: #FEDF60;
}
.principles div:nth-child(2) {
  background-color: #9DC7D5;
}
.principles div:nth-child(3) {
  background-color: #CAC3F8;
}
.project-card {
  flex-direction: column;
  margin: 0rem 0 0;
}
a .project-card {
  color: #323232;
  text-decoration: none;
}
.project-card h2 i {
  font-size: small;
}
.project-card p {
  height: 45px;
}
.project-card picture {
  width: 100%;
  margin: 1rem 0;
  transform: translateY(0px);
  transition: all 0.3s;
}
.project-card picture :hover {
  transform: scale(0.95, 0.95);
  transition: all 0.3s;
}
.project-card img {
  width: 100%;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0.3rem;
  /* border: 1px solid lightgray; */
  transition: all 0.3s;
}
@media all and (min-width: 1024px) {
  .project-card img {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media all and (min-width: 1200px) {
  .project-card img {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media all and (min-width: 1024px) {
  .project-card {
    grid-column: 0;
  }
}
@media all and (min-width: 1200px) {
  .project-card {
    grid-gap: 0rem;
  }
}

.article-card {
  margin: 3rem 0;
}
.article-card a.title {
  color: #323232;
  text-decoration: none;
}
.article-card h3 i {
  font-size: small;
  margin: 0 0.5rem;
}
.article-card p {
  margin-bottom: 1rem;
}
.article-card div span {
  font-size: 13px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  margin: 3rem 0;
}
@media all and (min-width: 640px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1200px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.testimonial-grid div.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
}
.testimonial-grid div.testimonial h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.testimonial-grid div.testimonial p.link {
  font-size: 1rem;
  font-weight: 400;
  color: darkslategray;
  text-decoration: underline;
  transition: all ease-in-out 0.5s;
}

.team {
  align-items: center;
}
li .team {
  margin: 1rem 0;
}
.team a {
  margin-right: 0.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team a img {
  border-radius: 50%;
  width: 100%;
  max-width: 4rem;
  margin-right: 0.7rem;
  border: 4px solid transparent;
  filter: none;
  transition: all ease-in-out 0.5s;
}
.team a:hover img {
  border-color: transparent;
  rotate: y 180deg;
  transition: all ease-in-out 0.5s;
}
.team a:hover p.link {
  color: cornflowerblue;
  transition: all ease-in-out 0.5s;
}
.team div {
  margin-right: 0;
  display: flex;
  flex-direction: column;
}
.team h5 {
  font-family: "IBM Plex Sans", sans-serif;
}
.team p {
  font-size: 0.85rem;
  margin: 2px 0 0 0;
}

.typeform-widget button {
  font-family: "Bricolage Grotesque" !important;
  background: linear-gradient(black 0 0) no-repeat calc(200% - var(--p, 100%)) 100%/200% var(--p, 0em) !important;
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s)) !important;
  border: 2px solid black !important;
  color: black !important;
}

.typeform-widget button:hover {
  --p: 100% !important;
  --t: 0.3s !important;
  color: #fff !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
}

p,
p span {
  font-family: "IBM Plex Sans", sans-serif;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 1.5rem 0;
  color: #323232;
}
.scrolled h1, .light h1 {
  color: #323232;
  font-size: 1.75rem;
}
@media all and (min-width: 640px) {
  h1 {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 600;
    width: 100%;
  }
}
@media all and (min-width: 1600px) {
  h1 {
    font-size: 3.5rem;
    font-weight: 600;
    width: 100%;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 1.5rem 0 0.5rem;
}
@media all and (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
    font-weight: 600;
    width: 100%;
  }
}

h4 {
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
}

h6 {
  font-size: small;
  font-weight: 600;
}

p {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #323232;
}
.scrolled p, .light p {
  color: #323232;
}
@media all and (min-width: 1024px) {
  p {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  p {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 1024px) {
  p.leading {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1200px) {
  p.leading {
    font-size: 1.25rem;
    width: 100%;
  }
}

.cursive {
  font-family: "Marck Script", cursive;
  font-size: 2rem;
  margin-bottom: 0 rem;
  font-weight: 400;
}

p.link {
  font-size: 18px;
}

.link, a {
  color: cornflowerblue;
  text-decoration: none;
  position: relative;
}
.link .font-light, a .font-light {
  font-weight: 300;
}

.underline-text {
  background-image: linear-gradient(transparent 65%, rgb(252, 241, 19) 0px);
  background-repeat: no-repeat;
  text-decoration: none;
  /* Set initial size to 0% */
  background-size: 0% 100%;
  /* Apply the animation */
  /* duration: 0.6s, delay: 0.5s, 'forwards' ensures it stays at 100% */
  animation: draw-bg 0.9s ease-out 0.5s forwards;
}

@keyframes draw-bg {
  to {
    background-size: 100% 100%;
  }
}
a:hover .underline:hover {
  background-size: 100% 100%;
}

i {
  font-size: smaller;
}

.bold {
  font-weight: bold;
}

/*a .underline{width:100%;background-image:linear-gradient(transparent calc(100% - 2px),#000 2px);background-repeat:no-repeat;background-size:0 100%;-webkit-transition:background,.5s;transition:background,.5s}
a:hover .underline{color:#231f20;background-size:100% 100%}*/
.center {
  text-align: center;
}

.constrain {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */