html, body
{
  margin: 0px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  background-color: #115ffa;
  color: white;
}

a
{
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  color: inherit;
}

a:hover
{
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}

.nav-container a
{
  border-bottom: 1px solid transparent;
}

#nav-menu-container
{
  display: none;
}

a.link-active
{
  border-bottom: 1px solid black;
}

.link-soon
{
  display: block;
  margin-bottom: -3px;
}

.link-soon-tag
{
  font-size: 10px;
  color: white;
  background-color: #033d3d;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  border-radius: 4px;
  float: right;
  margin-left: 5px;
}

.nav-container
{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto 5fr;
  align-items: center;
  grid-column-gap: 40px;
  z-index: 999;
  position: sticky;
  top: 0px;
  background-color: #FFF;
  color: rgb(101, 108, 134);
  /* border-bottom: 1px solid #115ffa; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

button
{
  transition: 0.3s;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 10px;
}

button:hover
{
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}


.logo_white
{
  width: 150px;
  margin-bottom: 50px;
}

.main
{
  display: grid;
  text-align: left;
  box-sizing: border-box;
  background-size: cover;
  height: 100vh;
  background-image: url("ttps://cdn.prod.website-files.com/65e89895c5a4b8d764c0d710/6603f8e9efccc89ef4581e80_case-study-highlight-bg.webp");
}

.main-header-container
{
  width: fit-content;
  padding: 40px;
  margin-bottom: 0px;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.main-header
{
  font-size: 32px;
  font-weight: 800;
  margin-left: -7px;
  margin-bottom: 20px;
}

.main-sub
{
  font-size: 18px;
  line-height: 34px;
}

.primary-button
{
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  margin: auto;
  width: fit-content;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  background-color: #115ffa;
  cursor: pointer;
  border: 1px solid #115ffa;
  color: white;
  border-radius: 9px;
}

.primary-button:hover
{
  opacity: 0.7;
}

.secondary-button
{
  outline: none;
  border: none;
  margin: auto;
  background-color: white;
  padding: 10px;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 25px;
  width: 200px;
  margin-top: 40px;
  color: #115ffa;
}

.secondary-button:hover
{
  opacity: 0.7;
}

.therapist-button
{
  color: #304b5b;
  background-color: white;
  border: 1px solid #304b5b;
  letter-spacing: normal;
  font-size: inherit;
  width: 100%;
}
