body {
    background: #E9EDF1;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

p {
    margin-bottom: 1rem;
}

h1, h2, h3 {
    margin-bottom: 0.75 rem
}

.name {
font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #355E3B;
  font-size: 3.25vw
}

.section-head {
    padding-top: 5px;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.example-link {
    color: #355E3B;
    text-decoration: none;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.title {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-icons i {
  font-size: 1.6rem;
  color: #355E3B;
}

.social-icons a:hover i {
  opacity: 0.7;
}

.contact-email {
  font-size: 1.1rem;
}

.contact-email a {
  text-decoration: none;
  color: #355E3B;
  font-weight: 500;
}

.contact-email a:hover {
  text-decoration: underline;
}

main section {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .col-md-4 {
    position: sticky;
    top: 120px;
    align-self: flex-start;
  }
}

img {
  max-height: 75vh;
  object-fit: cover;
}


/* This is for the mobile breakpoint */
@media (max-width: 767.98px) {

  img {
    max-height: 300px; 
    margin-bottom: 1.5rem;
  }

  .section-head {
    font-size: 1.75rem;
  }
}