body {background-color: white;}
img {
  max-width: 75%;
  height: auto;
  display: block;
  margin-top: 15px;
}
.centered-image {
  text-align: center;
  margin: 20px auto;
}

.centered-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.centered-image figcaption {
  font-size: 0.9em;
  color: #333;
  margin-top: 8px;
}
h1   {color: black; font-size:17px}
h2   {color: black; font-size:15px}
.name {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: darkblue;
    font-size: 26px;
}
h3   {color: black; font-size:12px}
p    {color: black;}
.goto {text-align: center}
.normal{
 max-width:450px;
 background-color: white;
 font-family: Verdana, Arial, sans-serif;
 padding: 10px;
  margin: 10px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
iframe {
  border: none;
}
.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}

.video-item {
  flex: 1 1 275px;
  max-width: 300px;
  text-align: center;
}

.video-item iframe {
  width: 100%;
  height: 170px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-item p {
  margin-top: 8px;
  font-size: 0.9em;
  color: #333;
}
.topnav {
    background-color: #333;
    overflow: hidden;
}
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 15px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a[href^="tel"] { text-decoration: none; color: inherit; pointer-events: none; cursor: default; }
