.btn-tryout{
  height: 48px;
  padding: 0 26px;
  color: #fff;
  background: #3AAFA9;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  /* -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; */
  font-size: 14px;
  font-weight: 600;
  /* -webkit-transition: all 0.4s;
  transition: all 0.4s; */
}

.btn-tryout:hover{
  background: #2B7A77;
}

.nav-link{
  font-size: 14px;
}

.nav-item .nav-link:focus, .nav-item .nav-link:hover {
  border-color: transparent!important;
  color: black!important;
}

.connect{
  color: #3AAFA9;
  font-weight: 600;
}

.connect:hover{
  border-color: transparent!important;
  color: #2B7A77!important;
}

.big-link{
  text-decoration: none;
  cursor: pointer;
  color: #3AAFA9;

  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.3rem;
  /* font: inherit; */
  vertical-align: baseline;
}

.big-link:hover{
  text-decoration: none;
  border-color: transparent!important;
  color: #2B7A77!important;
}