/* CSS Document */

body {
  background-color: #ffffcc;
  font-size: 100%;
  line-height: 1.6875;
  font-size: 24px;
}

/* Apply Open Sans to all regular text */
body {
  font-family: 'Open Sans', sans-serif;
}

/* Apply Lora to all your headings */
h1,
h2,
h3,
h4,
h5,
h6,
.fs-4 {
  font-family: 'Lora', serif;
}

p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-indent: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #333399;
  margin: auto;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;

  padding-bottom: 10px;
  color: #009900;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #009900;
}

.modal-dialog {
  width: 600px;
}

.thumbnail {
  margin-bottom: 6px;
}

/* Fix paragraph alignment inside Bootstrap Cards */
.card p.card-text {
  padding-right: 0px !important;
  padding-left: 0px !important;
  text-indent: 0px !important;
  text-align: justify !important; 
}

