@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.eot') format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome;
  src: url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-violet: #6b00ff;
  --white: white;
  --dark-violet-2: #5b12c0;
  --black: black;
  --red: red;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: #5b12c0;
  text-align: center;
  border: 2px solid #5b12c0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 44px;
  display: inline-block;
}

h2 {
  color: #5b12c0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #5b12c0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

a {
  color: #fff;
  overflow: hidden;
}

a:hover {
  color: #fff;
  background-color: #0000004a;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.hero-section {
  background-color: #0000007d;
  background-image: url('../images/mdb-hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 50%;
  margin-top: 0;
  display: flex;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #000;
}

.hero-container {
  text-align: center;
  height: 100%;
}

.hero-text-div {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: none;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-heading1 {
  color: #fff;
  text-align: center;
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 122px;
  font-weight: 600;
  line-height: 170.8px;
  position: static;
  top: 150px;
  left: 0;
  right: 0;
}

.about-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.hero-heading4 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  font-weight: 400;
  display: block;
  position: static;
  bottom: 90px;
  left: 0;
  right: 0;
}

.contact-section {
  color: #fff;
  background-color: #5b12c0;
}

.about-container, .contact-container {
  text-align: center;
}

.about-row {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px;
  display: block;
}

.about-column {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.about-flex-child {
  border: 1px solid #5b12c0;
  border-radius: 50px;
  flex: 0 auto;
  align-self: stretch;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.nav-link {
  float: none;
  clear: none;
  direction: ltr;
  color: #ffffffb3;
  text-align: center;
  background-color: #000000bf;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  transition: opacity .429s, all .4s;
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
}

.nav-link:hover {
  color: #000;
  background-color: #fffffff0;
}

.nav-link.w--current {
  color: #c69eff;
}

.about-leader {
  text-align: center;
  width: 50%;
  margin: 20px auto 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.img-colour {
  z-index: 0;
  display: block;
  position: static;
}

.img-colour:hover {
  background-color: #ffffffd4;
}

.img-holding-div {
  z-index: 2;
  position: relative;
}

.img-holding-div:hover {
  background-color: #ffffff2e;
}

.about-div-img-holder {
  background-image: url('../images/IMG_20150321_142436-2.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 171px;
  margin: 50px auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  overflow: visible;
}

.about-div-img-holder:hover {
  background-color: #fff;
  background-image: url('../images/IMG_20150321_142436-2.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.paragraph-whitebg {
  direction: ltr;
  color: #000;
  text-align: justify;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  list-style-type: none;
  overflow: visible;
}

.img-iphonemockup {
  float: none;
  margin-right: auto;
  display: block;
}

.about-leftdiv {
  margin-left: auto;
  padding-right: 50px;
}

.about-rightdiv {
  margin-right: 100px;
}

.menu-button {
  color: #fff;
  background-color: #0000;
}

.menu-button.w--open {
  color: #000;
  text-align: right;
  background-color: #ffffff94;
  display: inline;
}

.nav-menu {
  text-align: right;
  background-color: #0000;
}

.navicon {
  color: #000;
  font-size: 32px;
}

.contact-form-divblock {
  margin-left: 20px;
  margin-right: 6px;
  display: inline-block;
}

.success-message {
  background-color: #1ffd76;
}

.form-text-field {
  width: 200px;
}

.submit-button {
  background-color: #000;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  transition: all .583s ease-in-out;
  display: block;
}

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

.calltoaction-text {
  clear: none;
  color: #fff;
  background-color: #000000a6;
  border: 1px solid #fff;
  border-radius: 50px;
  min-width: auto;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  display: block;
}

.h1-purplebg {
  color: #fff;
  border-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.projects-section {
  text-align: center;
  background-color: #5b12c0;
  padding-bottom: 80px;
}

.container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.projects-col {
  text-align: center;
  padding: 20px;
  display: block;
  position: static;
}

.projects-div {
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  height: auto;
  padding: 5px 5px 15px;
  display: block;
  position: static;
}

.project-screencap {
  width: 100%;
  overflow: visible;
}

.projects-blurb {
  color: #fff;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
}

.h4-purplebg {
  color: #fff;
}

.photos-section {
  text-align: center;
}

.h2-purplebg {
  color: #fff;
}

.icon-fontawesome {
  color: #5b12c0;
  font-family: Fontawesome, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.about-col {
  padding-left: 30px;
  padding-right: 30px;
}

.link-whitebg {
  color: #000;
  transition: all .5s ease-in-out;
}

.link-whitebg:hover {
  color: #fff;
  background-color: #5b12c0;
  text-decoration: none;
}

.calltoaction-button {
  background-color: #5b12c0;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 300;
  transition: all .5s ease-in-out;
}

.calltoaction-button:hover {
  color: #5b12c0;
  background-color: #fff;
}

.body-black {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.tesla-container {
  text-align: center;
  padding-bottom: 50px;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}

.black-screen-link {
  color: #d3d0d0;
  font-family: Nunito, sans-serif;
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1-tesla {
  float: none;
  color: #fff;
  text-align: center;
  border-style: none;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  line-height: 56px;
  display: block;
}

.tesla-paragraph {
  clear: none;
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  line-height: 39.2px;
  display: inline-block;
}

.tesla-paragraph.large-text {
  font-size: 26px;
  line-height: 36.4px;
}

.tesla-paragraph.centered {
  text-align: center;
}

.h2-tesla {
  color: #fff;
  text-align: left;
  font-size: 34px;
  font-weight: 300;
  line-height: 39.2px;
}

.emphasis {
  color: red;
  font-weight: 400;
}

.sub-paragraph-info {
  margin-left: 35px;
}

.about-list-item {
  color: #fff;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.graph-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.qrcode {
  margin: 20px;
}

.image-2 {
  float: none;
}

.body {
  color: #000;
  text-align: center;
  background-color: #0000;
  font-family: Nunito, sans-serif;
}

.image-3 {
  float: left;
  clear: none;
  flex: none;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.charge-options-div-parent {
  display: flex;
}

.underline {
  text-decoration: underline;
}

.image-full-width {
  width: 100%;
}

.para-text-div-holder {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
  display: block;
}

.full-width-container {
  text-align: center;
}

.col1 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.col2 {
  padding-left: 30px;
  padding-right: 30px;
}

.car-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 42px;
}

.h1-tesla-whitebg {
  color: red;
  text-align: center;
  border-style: none;
  font-family: Nunito, sans-serif;
  line-height: 70px;
  display: block;
}

.tesla-para-whitebg {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  line-height: 33.6px;
}

.tesla-para-whitebg.centered {
  text-align: center;
  line-height: 28px;
  display: block;
}

.h2-tesla-whitebg {
  color: red;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 35px;
  line-height: 49px;
}

.list-ordered {
  font-size: 25px;
  line-height: 35px;
}

.list-item-ordered {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Nunito, sans-serif;
}

.image-4 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5, .image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-whitebg-centered {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
}

.image-float-left {
  float: right;
  margin: 10px;
}

.italic-text {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 36.4px;
  display: block;
}

.faded-image {
  opacity: .1;
  max-width: none;
}

._98cert-c {
  color: #000;
  text-align: center;
}

.heading {
  display: block;
}

._98cert-h1 {
  color: #000;
  border-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

._98cert-name-field {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 26px;
  font-style: italic;
  line-height: 36.4px;
  display: block;
}

._98cert-name-field::placeholder {
  text-align: center;
  font-size: 26px;
  line-height: 36.4px;
}

._98cert-form-block {
  margin-top: 39px;
  margin-bottom: 39px;
}

._98cert-p {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 30.8px;
}

._98cert-list {
  text-align: center;
  width: 450px;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}

._98cert-list-item {
  text-align: left;
  list-style-type: square;
}

._98cert-mdb {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
}

._98cert-mdb-designation {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
}

.text-span {
  font-size: 25px;
  line-height: 35px;
}

.row {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-2 {
  text-decoration: none;
}

.row-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.h2-left, .rich-text-block {
  text-align: left;
}

.h1-whitebg-tesla {
  color: red;
  border-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 72px;
  display: block;
}

.paragraph-tesla {
  font-family: Nunito, sans-serif;
}

.tesla-hero-s {
  background-image: url('../images/Tesla-West-Kirby-sunset-webpage-portrait-.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: auto;
  height: 100vh;
  min-height: auto;
}

.tesla-hero-text {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  display: block;
}

.transparent-logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.projects-link-block {
  transition: filter .6s ease-in;
}

.projects-link-block:hover {
  opacity: 1;
  filter: none;
}

.heading-2 {
  border-radius: 50px;
}

.image-7 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-center-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.flex__parent-centercontent {
  justify-content: center;
  display: flex;
}

.checklist__text {
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
}

.h1-whitebg {
  border-radius: 50px;
}

.about-boxes-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.projects-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90vw;
  margin: 80px auto;
}

.about-div {
  border: 1px solid var(--dark-violet);
  border-radius: 50px;
  padding: 40px;
}

.big-text {
  text-align: center;
  font-size: 32px;
  line-height: 44.8px;
}

.text__grid--titel {
  color: var(--white);
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-text-div {
    bottom: 70px;
    left: 0;
    right: 0;
  }

  .hero-heading1 {
    font-size: 80px;
  }

  .about-flex-child {
    flex: 1;
    align-self: stretch;
    width: auto;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .nav-link {
    padding: 16px;
    font-size: 20px;
    right: 10px;
  }

  .about-leader {
    width: 75%;
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-whitebg {
    font-size: 16px;
  }

  .about-rightdiv {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

  .calltoaction-text {
    background-color: #000000a6;
    font-size: 20px;
    line-height: 28px;
  }

  .projects-section {
    padding-bottom: 29px;
  }

  .projects-blurb {
    font-size: 14px;
    line-height: 20px;
  }

  .about-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .calltoaction-button {
    transition: opacity .5s ease-in-out;
  }

  .calltoaction-button:hover {
    color: #5b12c0;
    background-color: #fff;
  }

  .h1-tesla-whitebg {
    font-size: 40px;
    line-height: 56px;
  }

  .tesla-hero-s {
    background-position: 38%;
    background-size: cover;
    max-height: 100vh;
  }

  .tesla-hero-text {
    text-align: center;
    width: 85%;
    font-family: Nunito, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
  }

  .transparent-logo {
    max-width: 200px;
  }

  .about-boxes-div {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 95vw;
    margin-bottom: 40px;
  }

  .about-div {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  .hero-container {
    font-size: 14px;
  }

  .hero-text-div {
    max-width: 75%;
  }

  .hero-heading1 {
    font-size: 68px;
    line-height: 95.2px;
  }

  .about-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-heading4 {
    margin-top: 67px;
    font-size: 14px;
  }

  .about-leader {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-whitebg {
    font-size: 16px;
  }

  .about-leftdiv {
    padding-right: 0;
  }

  .about-rightdiv {
    display: none;
  }

  .projects-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    padding: 20px;
  }

  .about-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .calltoaction-button.w--current {
    padding: 10px 20px;
    font-size: 16px;
  }

  .tesla-para-whitebg {
    padding-left: 5px;
    padding-right: 5px;
  }

  .projects-link-block {
    filter: none;
  }

  .checklist__text {
    font-size: 20px;
  }

  .projects-grid {
    margin-top: 40px;
  }

  .about-div {
    border-radius: 25px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding: 10px;
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  .hero-container {
    height: 100vh;
  }

  .hero-text-div {
    max-width: 95%;
  }

  .hero-heading1 {
    margin-top: 80px;
    font-size: 35px;
  }

  .hero-heading4 {
    font-size: 9px;
  }

  .about-column {
    padding-bottom: 0;
  }

  .nav-link {
    font-size: 16px;
    line-height: 22.4px;
  }

  .about-leader {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-whitebg {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 21px;
  }

  .submit-button {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .calltoaction-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .projects-blurb {
    font-size: 13px;
    font-weight: 300;
  }

  .h4-purplebg {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .calltoaction-button.w--current {
    padding: 10px 15px;
    font-size: 15px;
  }

  .photography-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-tesla {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .tesla-paragraph {
    font-size: 16px;
    line-height: 22.4px;
  }

  .h2-tesla {
    font-size: 26px;
    line-height: 36.4px;
  }

  .sub-paragraph-info {
    margin-left: 20px;
  }

  .about-list-item {
    font-size: 16px;
    line-height: 22.4px;
  }

  .para-text-div-holder {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .unordered-list {
    padding-left: 20px;
  }

  .column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .unordered-list-2 {
    padding-left: 20px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 16.8px;
  }

  .car-title {
    font-size: 20px;
    line-height: 28px;
  }

  .h1-tesla-whitebg {
    font-size: 30px;
    line-height: 42px;
  }

  .tesla-para-whitebg {
    font-size: 16px;
    line-height: 22.4px;
  }

  .tesla-para-whitebg.centered {
    line-height: 22.4px;
  }

  .h2-tesla-whitebg {
    font-size: 25px;
    line-height: 35px;
  }

  .list-ordered {
    padding-left: 6px;
    font-size: 18px;
    line-height: 25.2px;
  }

  .text-block-whitebg-centered {
    font-size: 14px;
    line-height: 19.6px;
  }

  .image-float-left {
    float: none;
  }

  .italic-text {
    font-size: 15px;
    line-height: 21px;
  }

  .paragraph-tesla {
    font-size: 12px;
    line-height: 16.8px;
  }

  .heading-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .checklist__text {
    font-size: 14px;
    line-height: 19.6px;
  }

  .grid {
    margin-bottom: 40px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}