:root {
  --beige: #ffe9d1;
  --blue: #059bb6;
  --orange: #ff741f;
  --red: #d00808;

  --cri: #36adf1;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*****************************************************************************/

a {
  color: var(--blue);
  text-decoration-color: var(--orange);
  text-decoration-thickness: 0.25rem;
}

body {
  background: var(--beige);
  font-family: "Archivo Black";
  margin: 0;
  padding: 2rem;
}

h1, h2 {
  color: var(--red);
  font-family: "Rammetto One";
  font-size: 4rem;
  margin: 0;
}

h2 {
  font-size: 2rem;
}

p {
  color: var(--blue);
  font-family: "Archivo Black";
  font-size: 2rem;
}

/*****************************************************************************/

.box > *, .card > * {
  margin: 0;
  padding: 1rem;
}

.box, .card {
  border-color: var(--red);
  border-radius: 1rem;
  border-width: 0.5rem;
  border-style: solid;
  overflow: hidden;
}

.box .card-title {
  text-align: center;
}

.box p {
  color: black;
  font-family: "Archivo";
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  text-align: center;
}

.card {
  width: 36rem;
}

.card p {
  color: var(--red);
}

.card-footer, .card-title {
  background: var(--blue);
  border-color: var(--orange);
  border-style: solid;
  color: var(--beige);
  -webkit-text-stroke: 0.1rem black;
}

.card-footer {
  border-width: 0.5rem 0 0 0;
  font-size: 2.5rem;
  padding: 0;
  text-align: center;
}

.card-footer > a {
  color: var(--beige);
  display: block;
  height: 100%;
  padding: 2rem;
  width: 100%;
  text-decoration-thickness: 0.33rem;
}

.card-title {
  border-width: 0 0 0.5rem 0;
  font-family: "Rammetto One";
  font-size: 3rem;
  padding-left: 2rem;
}

.content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content > * {
  margin: 2rem;
}

.flyer > img {
  border-color: var(--red);
  border-radius: 1rem;
  border-width: 0.5rem;
  border-style: solid;
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}

.header img {
  height: 6rem;
}

.header > .content > *, .footer > .content > * {
  margin: 1rem;
}

.hr {
  border-color: var(--blue); 
  border-radius: 1rem;
  border-style: solid;
  border-width: 0.5rem 0;
  background: var(--orange);
  height: 1.5rem;
  margin: 1rem 0 2rem 0;
  width: 100%;
}

.link-disabled {
  color: gray;
  text-decoration-line: line-through;
  text-decoration-thickness: 0.3rem;
}

.partners img {
  border: 0.5rem solid var(--red);
  border-radius: 1rem;
  height: 8rem;
}

.partners img.no-border {
  border: none;
}

.partners img.partner-big {
  height: 12rem;
}

.title {
  margin-left: 2rem;
  text-align: center;
  -webkit-text-stroke: 0.2rem black;
  width: 67%;
}

/*****************************************************************************/

#logo-cri {
  border-color: var(--cri);
}

#logo-sjjc {
  height: 16rem;
}

#logo-sjjc-home {
  height: 24rem;
}
