Skip to content

Adam David Kaufman is a licensed mental health counselor associate who works with clients of all ages and all walks of life in University Place, Washington.

Notifications You must be signed in to change notification settings

AdamDKaufman/adamdkaufman.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>Adam David Kaufman, MSEd, LMHCA - Mental Health Counseling</title> <style> html, body { margin: 0; padding: 0; width: 100%; font-family: 'Roboto', sans-serif; line-height: 1.6; color: #333; background: url('rainier2.jpg') no-repeat center center fixed; background-size: cover; scroll-behavior: smooth; } .nav { width: 100%; background-color: rgba(0, 0, 0, 0.75); /* Translucent black */ color: #f0f0f0; text-align: center; padding: 10px 0; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 1000; } .nav a { display: inline-block; color: inherit; font-weight: bold; text-align: center; padding: 14px 20px; text-decoration: none; font-size: 17px; transition: color 0.3s ease; } .nav a:hover { color: rgb(56, 182, 255); } .header { background-color: rgba(255, 255, 255, .99); /* Translucent white */ border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; padding: 40px 0; margin: 80px 40px 40px 40px; /* Margin: 80px from the nav, 40px from sections */ } .header h1 { margin: 0; } .main { padding: 0 40px 40px 40px; } .section { background-color: rgba(255, 255, 255, .99); /* Translucent white */ border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); padding: 20px; margin-bottom: 40px; /* Updated margin to equalize spacing */ opacity: 0.5; /* Initial opacity to be semi-visible */ transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; box-sizing: border-box; /* Added box-sizing */ } .section.visible { opacity: 1; transform: translateY(0); } .footer { background-color: rgba(0, 0, 0, .75); /* Translucent black */ color: #fff; text-align: center; padding: 10px; margin-top: 40px; /* Ensure space between last section and footer */ } @media (max-width: 768px) { html, body { background: url('AdobeRainier.png') no-repeat center center fixed; background-size: cover; } .nav { width: 100%; margin: 0; } .nav a { padding: 10px; font-size: 15px; } .header { padding: 20px 0; margin: 80px 10px 30px 10px; /* Adjusted margin for smaller screens */ } .main { padding: 0 10px 30px 10px; /* Adjusted padding for smaller screens */ } .section { padding: 15px; margin-bottom: 20px; /* Reduced margin for smaller screens */ } .header h1 { font-size: 24px; /* Smaller font size for the header */ } .header img { max-width: 80%; /* Adjust image size for smaller screens */ margin-bottom: 15px; /* Reduce bottom margin for smaller screens */ } .footer { padding: 10px 10px; /* Adjust footer padding for smaller screens */ } } </style>
Photo

Adam Kaufman, MSEd

Licensed Mental Health Counselor Associate

<script type="text/javascript" src="https://member.psychologytoday.com/verified-seal.js" data-badge="13" data-id="1422560" data-code="aHR0cHM6Ly93d3cucHN5Y2hvbG9neXRvZGF5LmNvbS9hcGkvdmVyaWZpZWQtc2VhbC9zZWFscy8xMy9wcm9maWxlLzE0MjI1NjA/Y2FsbGJhY2s9c3hjYWxsYmFjaw=="></script>

Services Offered

Adam Kaufman is a Licensed Mental Health Counselor Associate (LMHCA) in Washington State with a Master of Science in Education (MSEd) in Mental Health Counseling from CUNY Hunter College. He is currently accepting new clients for in-person psychotherapy in University Place, Washington and telehealth psychotherapy for clients anywhere in Washington State. His therapeutic approach is deeply rooted in psychodynamic theories, helping you uncover how your past experiences and relationships influence your present thoughts, behaviors, and emotions. With extensive experience in addressing a variety of mental health challenges—such as depression, anxiety, stress, trauma, and relationship issues—Adam is here to provide a safe and understanding environment for you to explore and overcome your difficulties. Therapy with Adam can be described as a journey of collaborative self-exploration and meaning-making. With immense value placed on building relationships with his clients, you will be given the space to share all that comes to your mind. Throughout treatment, clients tend to not only resolve their current conflicts, but discover the life they'd like to lead.

Certifications: Adam is currently receiving additional training and supervision in Psychoanalytic Psychotherapy from the Training Institute for Mental Health, an institute based in New York City. In this broad theoretical orientation, the unconscious is explored through various means, with the belief that self-understanding will lead to a fuller and more productive life.

Contact Information

Email: [email protected]

Phone Number: 360-296-0308

Schedule a Consultation

Please fill out the form below to schedule a free 15-minute phone consultation or to book an appointment. I’ll get back to you within one business day.

Preferred Method of Contact: Email Phone

  <label for="name">Your Name:</label><br>
  <input type="text" id="name" name="name" required placeholder="Jane Doe"><br><br>
  <label for="email">Your Email:</label><br>
  <input type="email" id="email" name="email" required placeholder="[email protected]"><br><br>
  <label for="phone">Your Phone Number:</label><br>
  <input type="tel" id="phone" name="phone" required placeholder="123-456-7890"><br><br>
  <label for="message">Include a Message:</label><br>
  <textarea id="message" name="message" rows="5" required placeholder="Your Message Here"></textarea><br><br>
  <button type="submit">Send Message</button>
</form>

Adam Kaufman, MSEd, LMHCA

<script> document.addEventListener('DOMContentLoaded', function () { const sections = document.querySelectorAll('.section'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); } }); }, { threshold: 0.1 }); sections.forEach(section => { observer.observe(section); }); }); </script>