.clickable {
  cursor: pointer;
}

.fontWeightRegular {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}


.margin_bottom_sm {
  margin-bottom: 0.25rem;
}

.margin_bottom_md {
  margin-bottom: 0.5rem;
}

.margin_bottom_lg {
  margin-bottom: 1rem;
}

.margin_bottom_xl {
  margin-bottom: 2rem;
}

.margin_top_md {
  margin-top: 0.5rem;
}


.flex {
  display: flex;
}

.centerItems {
  align-items: center;
}

.centerContent {
  justify-content: center;
}

.spaceBetween {
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}

.stretchout {
  margin-left: -20px;
  margin-right: -20px;
}
