html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins' !important;
    font-size: 16px;
  }

  .display-4{
    font-family: 'Poppins';
    font-weight: 600;
  }
  .navbar {
    font-family: 'Poppins' !important;
    font-size: 16px;
    font-weight: 500;
  }  
  .nav-link{
    color: #000;
  }
  .nav-item{
    padding: 10px;
  }

  .home-background {
    z-index: -10;
    right: 0px;
    width: 37%;
    bottom: 0px;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #fae8ea;
  }
  

  .vert_center{
    margin-top: auto;
    margin-bottom: auto;
  }

  .vert_bottom{
    margin-top: auto;
    margin-bottom: 0;
  }


  .home-image{
    height: 100%;
    object-fit: cover;
    bottom: 0px;
  }

  .first-belt{
    background-color: #ed2448;
    color: #FFF;
  }

  .section-white{
    background-color: #FFF;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
  }

  .section-bottom{
    background-color: #FFF;
    padding-top: 60px;
    text-align: center;
  }

  .section-gray{
    background-color: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;    
  }

  .footer{
    background-color: #000;
    color: #FFF;
    padding-top:90px;
    padding-bottom:60px;
  }

  .btn-round{
    background-color: #ed2448;
    color: #FFF;
    border-radius: 25px; 
    padding:10px 25px 10px 25px;
    font-weight: 600;
  }

  .btn-round:hover{
    background-color: rgba(237,36,72,0.8);
    color: #FFF;
  }

  .btn-gray{
    background-color: #777;
    color: #FFF;
    margin-right: 10px;
  }
  .btn-gray:hover{
    background-color: rgba(128, 128, 128, 0.8);
    color: #FFF;
  }

  .half-colored{
    height: 65vh;
  }

  .opt-princ{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    border-right: 1px solid #FFF;
    color: #FFF;
  }

  .opt-princ h4{
    font-weight: 600;
  }

  .card-text{
    min-height: 100px;
  }

  .card{
    margin-bottom: 1.5em;
  }

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

  .circle {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    margin-right: 10px;
    background-color: #ed2448;
    color: #FFF;
  }

  @media(max-width: 992px){
    .feature{
      padding-bottom: 30px;
    }

    .card-text{
      min-height: 0px;
    }
    .align-left-center{
      text-align: center;
    }
  
    .opt-princ{
      padding-bottom: 30px;
      border-bottom: 1px solid #FFF;
      border-right: 0px;
    }

    .home-background {
      width: 0px;
    }
    .home-image{
      width: 95%;

    }
    .half-colored{
      height: 100%;
      background: linear-gradient(180deg, transparent 50%, #fae8ea 50%);
    }

  }

