section [class^="container"] {
  padding: 4rem 2rem;
}
@media screen and (min-width: 1024px) {
  section [class^="container"] {
    padding: 4rem;
  }
  nav [class^="container"] {
    padding: 0 4rem;
  }
}

section:not(:first-of-type) {
  text-align:center;
}

.hero-title {
  font-family:'Times New Roman', Times, serif;
}

.hero-sub-text {
  font-family:Arial, Helvetica, sans-serif;
  opacity: 87%;
}

section:nth-child(2n) {
  background-color: #FFC067;
}

.about-content1 {
  text-align: start;
}

p {
  text-align: start;
}

.link-info a{
  text-align:start;
}

.custom-button-left-link {
  display: block;
  text-align: left;
}

.paypal-button {
  text-align: center;
}
 .custom-left-link {
    display: block;
    text-align: left;
  }

  .h5-custom-left-link {
    display: block;
    text-align: left;
  }

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  text-align: start;
}
a:not(.btn):hover {
  color: #f5a841;

}

section .card,
.btn-outline-dark {
  border: 2px solid #000000;
  box-shadow: 4px 4px #000000;
  transition: all 0.4s;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.btn-outline-dark:hover {
  box-shadow: 4px 4px #f5a841;
}
section .card {
  max-width: 22rem;
  margin-inline: auto;
}

/* NAVBAR */

.navbar {
  background-color: #8DDCDC;
}

.navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.5s;
}
.navbar-nav .nav-link:hover {
  color: #f5a841;
}
@media screen and (min-width: 1024px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  .navbar-brand {
    font-size: 1.5rem;
  }
}

/* HERO */

section.hero {
  padding-top: 72px;
}
@media screen and (max-width: 576px) {
  section.hero {
    text-align: center;
  }
  section.hero .img-fluid {
    width: 70%;
  }
}

/* SERVICES */

section.services i {
  font-size: 2rem;
  margin: 1rem auto 0;
  border: 2px solid #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5a841;
}

/* ABOUT */

@media screen and (min-width: 1024px) {
  section.about .container,
  section.testimonials .container {
    width: 75%;
  }
}

/* PROJECTS */

section.projects .card {
  max-width: 17rem;
  text-align: left;
}
section.projects .card img {
  max-width: 70%;
  margin: 0 auto;
}

/* TESTIMONIALS */

section.testimonials .carousel-control-prev,
section.testimonials .carousel-control-next {
  width: 5%;
}

section.testimonials .carousel-item p {
  max-width: 80%;
  border-left: 5px solid #f5a841;
  padding-left: 1rem;
}
section.testimonials .carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.testimonials .carousel.carousel-fade .carousel-item {
  transition: opacity 0.5s;
}

/* CONTACT */

section.contact .social-media a {
  padding: 0 0.5rem;
  font-size: 1.3rem;
}

@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.contact3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}
 .contact-form {
    background-color: #ecf2ff;
    border-radius: 20px;
}

.custom-input {
    border-radius: 10px;
    padding: 12px;
    border: 2px solid #e9ecef;
}