/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 750px;
  padding: 0 15px;
}

/* Make the checkbox darker for a bit more contrast */
.form-check-input {
  border: 1px solid #aaa !important;
}

/* Helper utility to justify text */
.text-justify {
  text-align: justify;
}

.square-img-container {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background-color: white;
  border: 1px solid #eee;
  margin: 10px;
}

.square-img-container img {
  max-height: 100%;
  max-width: 100%;
}

.taido-black {
  color: rgb(0, 0, 0);
}

.taido-red {
  color: rgb(193, 18, 31);
}

.taido-red-bg {
  color: #fff;
  background-color: rgb(193, 18, 31);
}
