.profile-info {
  position: absolute;
  bottom: 0px;
  left: 10px;
  /*margin: 0;*/
}

.profile-info h3 {
  color: #0d262a;
}

.profile-info p {
  margin: 0;
}

.bg-brict-teal {
  background-color: #0E5251;
}

body {
  background-color: rgba(248,236,220,1);
}

.bg-brict-slate {
  color: #0d262a;
}

#header{
  background-image: url(../img/header.jpg);
  padding: 10px 0 20px 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  height: 400px;
  position: relative;
}

.navbar{
  background-color: rgba(255,255,255,0.15);
  border-radius: 10px;
  margin: 0 10px;
}

#header-gradient{
  background: linear-gradient(180deg,rgba(248,236,220, 0) 0%, rgba(248,236,220,1) 100%);
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-brict-info{
  margin: 60px 0 60px 0;
  border: none;

}

.card-text{
  color: #191919;
}

.badge{
    white-space: initial;
}

.brict-profile-row{
    min-height: 200px;
}