.btn-psia, .btn-psia:active, .btn-psia:visited {
  background-color: hsl(260, 87%, 94%) !important;
  color: hsl(276, 53%, 37%) !important;
  border-color: hsl(276, 53%, 37%) !important;
}

.btn-psia:hover {
  background-color: hsl(276, 53%, 37%) !important;
  color: white !important;
  border-radius: 8px !important;
}

.btn-psia-secondary, .btn-psia-secondary:hover, .btn-psia-secondary:active, .btn-psia-secondary:visited {
  background-color: hsl(276, 53%, 37%) !important;
  color: white !important;
  border-color: hsl(276, 53%, 37%) !important;
}

.btn-psia-tertiary, .btn-psia-secondary:visited {
  background-color: hsl(276, 53%, 37%) !important;
  color: white !important;
  border-color: hsl(276, 53%, 37%) !important;
}

.btn-psia-tertiary:hover, .btn-psia-tertiary:active {
  background-color: hsl(51, 88%, 51%) !important;
  color: hsl(276, 53%, 37%) !important;
  border-color: #fbe200 !important;
}

figcaption {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 80%;
  font-weight: bold;
}

div.dr-img-right {
  float: right;
  vertical-align: top;
  width: clamp(240px, 50%, 720px);
  padding-left: 3em;
  padding-bottom: 2em;
}

div.dr-img-right-small {
  float: right;
  vertical-align: top;
  width: clamp(120px, 40%, 480px);
  padding-left: 3em;
  padding-bottom: 2em;
}

.dr-img-left {
  float: left;
  vertical-align: top;
  width: clamp(180px, 33%, 600px);
  padding-right: 3em;
}

.dr-img-left-big {
  float: left;
  vertical-align: top;
  width: clamp(300px, 60%, 1200px);
  padding-right: 3em;
}

.dr-fs-70 {
  font-size: 70%;
}

.round-border {
  border-radius: 50%;
}

.dr-full-width {
  display: flex;
  margin: 0;
  margin-top: 48px;
  padding: 24px 0;
  min-height: 100vh;
  background-color: hsl(51, 88%, 51%);
}

.dr-full-width .container {
  align-content: center;
}

.dr-contests-section {
  display: flex;
  margin: 0;
  padding: 60px 0;
  min-height: 100vh;
  background-color: lightskyblue;
}

.dr-contests-section .container {
  align-content: center;
}

.dr-costs-section {
  display: flex;
  margin: 0;
  padding: 60px 0;
  min-height: 100vh;
  background-color: #F0F5FF;
}

.dr-costs-section .container, .dr-registration-section .container {
  align-content: center;
}

.dr-registration-section {
  display: flex;
  margin: 0;
  padding: 60px 0;
  min-height: 100vh;
  background-color: #7fbbec;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

.quote {
  font-size: 160%;
  color: hsl(276, 53%, 37%);
}

.quote-small {
  font-size: 120%;
  color: hsl(276, 53%, 37%);
}

/*# sourceMappingURL=homeschools.css.map */
