/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.index_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.row {
  display: flex;
  flex-direction: column;
  font-size: 150%;
  margin-bottom: 20px;
}

.page_row {
  display: flex;
  flex-direction: row;
  font-size: 150%;
  margin-bottom: 20px;
}

.btn-primary {
  font-size: 100%;
}

.btn-secondary {
  font-size: 100%;
}

.btn-success {
  font-size: 100%;
}

.btn-info {
  font-size: 100%;
}

.separator {
  margin-top: 30px;
  margin-bottom:30px;
  border-bottom: 5px solid grey;
}

.small_letters {
  font-size: 12px;
}

