/*
|------------------------------------------------------------------------------
| Utilities
|------------------------------------------------------------------------------
*/
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-right-color {
  float: right;
  color: $secondary-color;
}

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

.u-img-circle {
  border-radius: 50%;
}

/*
|------------------------------------------------------------------------------
| Typography
|------------------------------------------------------------------------------
*/

.u-base-bottom-spacing {
  margin-bottom: 1.5rem;
}
