h1 {
    font-family: 'Raleway','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 40px;
}
h3 {
    font-family: 'Poppins', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;;
    font-size: 1.5rem;
    line-height: 36px;
    font-weight: 800;
}


p {
    font-size: 0.875rem;
    line-height: 28px;
    font-family: 'Poppins', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
}
/* about page */
#about-hero {
    background-color: #481249;
    color: aliceblue;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
/* #about-hero h3 {
    float: left;
} */
#about-hero p {
    max-width: 50%;
    margin-left: 24px;
    clear: right;
}
/* section 2 */
section {
    padding: 64px 100px;
}
img {
    margin-right: 120px;
}
#section-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* float: left; */
}
/* #section-2 div {
    clear: right;
} */
section h3 {
    /* margin-left: 120px; */
    max-width: 498px;
    margin-bottom: 24px;
}
section p {
    max-width: 498px;
}
/* card */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card {
    margin: 10px;
    width: 380px;
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 24px 24px;
    align-items: center;
    justify-content: center;
  }
  
  .card-header {
    padding: 10px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .card-header img {
    margin: 0;

  }

  .card-header h2 {
    margin: 0;
  }
  
  .card-body {
    padding: 10px;
    margin: 0;
  }
  
/* card */
/* responsive */
@media screen and (max-width: 787px) {
    p {
      margin-left: 0;
    }
    img {
        margin-right: 0px;
        max-width: auto;
        height: 100%;
        padding-bottom: 16px;
    }
    .card {
        width: 100%;
      }
    section {
          padding: 20px;
        }
            #about-hero h1{
        width: 100%;
    }
    #about-hero p{
        max-width: 100%;
        margin: 0%;
    }
}

.track_records{
    background-image: url(./images/stretch.png);
    background-repeat: no-repeat;
    padding: 10px;
    background-size: cover;
    height: 300px;
}

.home{
    width: 46px; height: 19px;
}
.about{
    width: 70px; height: 19px;
}
.service
{
    width: 68px; height: 19px;
}
.contact{
    width: 85px; height: 19px;
}

