

  body {
    color: rgb(var(--bs-tertiary-color-rgb));
    font-family: 'Nunito', sans-serif;
    color: #1D1D1B;
  }
  
  .nav-contact {
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .nav-contact a {
    color: #1D1D1B !important;
    transition: ease-out .2s;
    
  }
  
  .nav-contact a:hover {
    color: #393937 !important;
    text-decoration: underline;
  }
  
  .nav-text {
    color: #1D1D1B;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
  }
 
  
  /* FORM */

   form {
    padding: 50px;
    margin-top: 140px;
    margin-bottom: 148px;
    background: rgba(230, 230, 230, 0.20);
    width: 700px;
  }
  
  .profile {
    padding: 50px;
    background: rgba(194, 193, 193, 0.2);
    width: 700px;
    margin-top: 20%;

  }
  
  .about {
    padding: 50px;
    background: rgba(194, 193, 193, 0.2);
    width: 700px;
    margin-top: 140px;
    margin-bottom: 140px;
      
  }

  .form-control {
    border-radius: 5px !important;
    border: 1px solid #E6E6E6 !important;
    background: rgba(230, 230, 230, 0.20);

    color: #5E5B5B;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
  }

  .form-label {
    margin-bottom: 2px;
  }

  label {
    color: #5E5B5B;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
  }

  .form-control:focus {
    border-color: #818181;
    box-shadow: none;
  }

  small {
    color: #5E5B5B;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
    
  }
  
  textarea {
    height: 150px;
  }

  .btn-submit {
    border: 1px solid #1D1D1B;
    background: #FFFDFD;
    padding: 12px 40px 12px;
    border-radius: 0px;
    color: #1D1D1B;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
  }
  
  .btn-submit:hover, .btn-submit:active {
    background: #1D1D1B !important;
    color: #FFFDFD !important;
    border: 1px solid #FFFDFD !important;
  
  }

 .iti {
  width: 100%;
 }
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media screen and (max-width: 678px) {
  
    form {
      padding: 20px;
    }
  
    .nav {
      justify-content: center !important;
    }
    
    .profile {
        padding: 20px;
        margin-top: 140px;
    }
    
    .about {
         padding: 20px;
    }
    
  
    }
  