body {
  text-align: center; /* center text in most elements */
   text-align: center;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: sans-serif;
}
header img,
.section-ek img,
.panel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.regional-panels {
  display: flex;
  justify-content: center;
  gap: 50px; /* space between panels */
  margin-top: 15mm;
  flex-wrap: wrap; /* allows wrapping on narrow screens */
}

.panel {
  text-align: center;
  max-width: 180px;
  margin:0 20px;
}

.panel img {
  width:250px;;
  height: auto;
  max-height: none;
  object-fit: contain;
  margin:0 10px;
}
.centered-block {
  margin-left: auto;
  margin-right: auto;
}
.regional-label {
font-size:16px;
color: mid dark gray;
}
.eckankar-title{font-weight:400}
.tagline{}

.gold-button {
  display: inline-block;
  background-color: rgb(212, 178, 57);
  color: black;
  font-size:1.3rem;
  font-weight:400;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin: 5mm 0;
}

.bluefont{
color:rgb(83,119,212);
font-size:2.7rem;
}
.goldfont{
color:rgb(212, 178, 57);
font-size:2.7rem;
}
.grayfont{
color: rgb(151,151,151);
font-size:1.6rem;
}
.disclaimer{
margin-top:3rem;
font-size:0.6rem;
color:blue;
}
.textcenter{
text-align:center;
}

.logo{
margin:0;
margin left:20px;
}
.ek-symbol{
width:10%;}