body {
  font-family: Montserrat;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

ul {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.nav-links, .logo {
  text-decoration: none;
}

.main-nav li {
  list-style: none;
  text-align: center;
  margin: 15px auto;
}

.logo {
  display: inline-block;
  font-size: 22px;
  padding-top: 5px;
  margin-top: 0px;
  margin-left: 20px;
  max-width: 5em;
}

.navbar-toggle {
  position: absolute;
  top: 35px;
  right: 20px;
  float: right;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
}

.nav-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  color: #000000;
  margin: 0px 2rem;
}

.main-nav .nav-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #faca00;
  background-image: linear-gradient(120deg, #faca00 0%, #faca00 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.0em;
  background-position: 0 100%;
  transition: background-size 0.125s ease-in;
}

.main-nav .nav-link:hover {
  border-color: #faca00;
  color: black;
  background-size: 100% 100%;
}

.main-nav {
  list-style-type: none;
  opacity: 0;
  height: 0;
  transition: all 0.15s ease-in-out;
}

.active {
  transition: all 0.15s ease-in-out;
  display: block;
  opacity: 1;
  height: 120px;
}

.title {
  text-align: center;
}

.subtitle {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 32px;
}

.lottie {
  margin-right: auto;
  margin-left: auto;
}

.ml11 {
  font-weight: 500;
  font-size: 3.5em;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #FACA00;
  transform-origin: 0 50%;
}

.ml11 .line1 {
  top: 0;
  left: 0;
}

.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
  animation-delay: 1s;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

.boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem;
  padding-top: 1rem;
  background: linear-gradient(180deg, #ffffff 50%, #faca00 50%);
}

.box {
  box-sizing: border-box;
  height: 37rem;
  width: 50%;
  border: 3px solid #faca00;
  border-radius: 20px;
  float: left;
  background-color: white;
  text-align: center;
  color: black;
  margin: 10px;
  padding: 0em 3em 3em 3em;
}

.svc-icon {
  padding-top: 2rem;
  width: 2rem;
  fill: #FACA00;
  transition-duration: 300ms;
}

.svc-icon:hover {
  fill: #e0b400;
}

.box-title {
  font-size: 22px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
}

.grid-container-mobile {
  display: none;
}

.grid-item {
  text-align: center;
}

.images {
  background-color: #FACA00;
}


.about-img {
  display: flex;
  background-color: #faca00;
  align-items: center;
  justify-content: center;
}

.person-img {
  vertical-align: bottom;
  height: 25rem;
}

.person-bio {
  padding: 0 2rem 8rem 2rem;
}

.contact {
  background-color: #faca00;
  background: #faca00
}

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 12rem;
}

.person {
  padding: 0 5rem 0 5rem;
  text-align: center;
}

.call-to-action-bg {
  background: linear-gradient(180deg, #ffffff 50%, #faca00 50%);
}

.call-to-action {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(26, 26, 26);
  border-radius: 30px;
  color: white;
  margin: 100px;
  margin-top: 0px;
  padding: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.call-to-action h1 {
  font-weight: 600;
}

.call-to-action h3 {
  font-weight: 200;
}

.call-to-action a {
  text-decoration: none;
  color: white;
  padding: 1.25em 2em;
  font-weight: 400;
  border: 2px solid #FACA00;
  border-radius: 400px;
  background-color: transparent;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 300;
  transition-duration: 0.2s;
}

.call-to-action a:hover {
  font-weight: 500;
  color: black;
  background-color: #FACA00;
}

.contact .btn-mobile {
  display: none;
}

.social-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  padding: 15px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 20px;
  border-radius: 50%;
  background-color: rgb(26, 26, 26);
  color: white;
  border-radius: 50%;
  transition-duration: 0.2s;
}

.social:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.footer {
  text-align: center;
  font-weight: 200;
  padding: 20px;
  padding-bottom: 15px;
  background-color: #faca00;
}

@media screen and (min-width: 800px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    align-items: center;
  }
  .main-nav {
    display: flex;
    opacity: 1;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }
  .main-nav li {
    margin: 0;
  }
  .nav-links {
    margin-left: 40px;
  }
  .logo {
    padding-top: 40px;
    margin-top: 0px;
  }
  .navbar-toggle {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .boxes {
    padding: 1rem;
  }
  .box {
    height: 39rem;
  }
  .person-bio {
    padding: 0 1rem 5rem 1rem;
  }
}

@media only screen and (max-width: 812px) {
  .topnav .nav-link {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .boxes {
    flex-direction: column;
    background: linear-gradient(180deg, #faca00 50%, #faca00 50%);
  }

  .grid-container {
    display: none;
  }

  .grid-container-mobile {
    display: grid;
  }

  .person-img-mobile {
    padding-top: 2rem;
    vertical-align: bottom;
    height: 15rem;
  }

  .person-bio {
    padding: 0 0 1rem 0;
  }
  .person {
    padding: 0 2rem 0 2rem;
    text-align: center;
  }

  .call-to-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(26, 26, 26);
    border-radius: 0px;
    color: white;
    margin: 0px;
    margin-bottom: 40px;
    padding: 25px;
    box-shadow: none;
  }

  .contact .btn {
    display: none;
  }
  .contact .vamos-conv {
    display: none;
  }

  .contact .btn-mobile {
    display: initial;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    vertical-align: middle;
  }
  .topnav.responsive .nav-link {
    float: none;
    display: block;
    text-align: center;
  }
  .box {
    max-width: 100%;
    width: 100%;
    height: 105%;
  }
  .call-to-action {
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    background-color: rgb(26, 26, 26);
    border-radius: 0px;
    color: white;
    padding: 50px;
    margin-bottom: 20px;
    box-shadow: none;
  }

  .btn-mobile {
    padding: 30px;
  }
}

@media screen and (max-width: 280px) {
  .title {
    font-size: 10px;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    vertical-align: middle;
  }
  .topnav.responsive .nav-link {
    float: none;
    display: block;
    text-align: center;
  }
  .box {
    max-width: 100%;
    width: 100%;
  }
  .call-to-action {
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    background-color: rgb(26, 26, 26);
    border-radius: 0px;
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: none;
  }

  .btn-mobile {
    padding: 20px;
  }
}