/* Column
------------------------------------------------------- */
.one-half, .one-half-last, .one-three, .one-three-last {
  position: relative;
  float: left;
  padding: 0 0 12px 0;
  display: block;
}
.full {
  position: relative;
  width: 100%;
  clear: both;
}
.one-half {
  width: 49%;
  margin: 0 2% 0 0;
}
.one-half-last {
  position: relative;
  float: left;
  width: 49%;
  margin: 0;
}
.one-three {
  width: 32%;
  margin: 0 2% 0 0;
}
.one-three-last {
  width: 32%;
  margin: 0;
}
/* Text Alignment
------------------------------------------------------- */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* Color */
.text-color {
  color: var(--text-color);
}

/* Box
------------------------------------------------------- */
.box {
	background: #fff;
	margin: 20px 0;
	padding: 16px;
	box-shadow: 0 0 10px #c9b895;
}

/* Members
------------------------------------------------------- */
.member-image {
  position: relative;
  width: 100%;
  height: 260px;
  border: 2px solid #dfb387;
  border-radius: 6px;
}
.member-image img {
  max-height: 260px;
}
.member-info {
  position: relative;
  width: 100%;
  padding: 10px 5px;
  background: #ccc;
  text-align: center;
}
