* {
  box-sizing: border-box;
}

 #map {
  height:25rem;
}

.gm-style-iw {
  max-height:400px !important;
  overflow: auto !important;
}

.gm-style-iw-chr {
  height: 2.1rem;
}

.gm-style-iw-d {
  max-height:400px !important;
  overflow: auto !important;
  padding: 0 0.8rem 0.5rem 0;
}


#gmapInfoWindow {
  text-align: center;
}

#gmapInfoWindow p {
  margin:0.3rem;
}

#gmapInfoWindow  .avatar-img img, .bctra-member-page .bctra-member-logo img, .bctra-members .bctra-member img {
    max-width: 200px !important;
}

.avatar-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.bctra-header {
  text-align: center;
  font-weight: bold;
}

.bctra-members {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

.bctra-member {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin:10px; 
}


.bctra-member p {
  margin: 0;
}

.bctra-member:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.bctra-member p.website, .bctra-member p.email {
  font-size: smaller;
}


/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .bctra-members { grid-template-columns: repeat(2, 1fr); 
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .bctra-members { grid-template-columns: repeat(3, 1fr); 
  }
}


/* Memeber profile page */
/* */
.bctra-member-page {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 1rem;
  align-items: center;
  justify-content: center;

}

.bctra-member-page p {
  margin: 0;
}

.bctra-member-page .bctra-member-column {
  padding: 1rem;
}

.bctra-member-logo {
  display: flex;
  /* flex: 0 0 30%; */
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
}

.bctra-user-info{
  text-align: left;
  max-width: 600px;
}

@media (max-width: 768px) {
  .bctra-member-page {
    flex-direction: column;
    text-align: center;
  }

  .bctra-user-info {
    text-align: center;
  }
}

.bctra-member-page div {
  padding: 0 0 1rem 0;
}

.bctra-member-page .bctra-name-addr .mepr-display-name {
  font-weight: bolder;
  font-size: x-large;
}

.bctra-description p {
  white-space: break-spaces;
}