html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: whitesmoke;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

p, a {
  font-size: clamp(0.9rem, 2vw, 1.3rem);
  margin: 0;
}

.top, .bottom {
  padding: 10px;
  margin: 0;
}

a:link { color: wheat; }
a:visited { color: whitesmoke; }
.quote { font-style: italic; }

.footer { word-break: break-word; max-width: 96vw; }

.video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.video-large {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}

.video-large iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.video-small {
  width: 30%;
  min-width: 250px;
  aspect-ratio: 16/9;
}

.video-small iframe {
  width: 100%;
  height: 100%;
  border: none;
}






       
        .album-gallery {
            width: 90%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            flex-wrap: wrap;
        }

        .card {
            margin: 2.5px;
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.5);
            width: 400px;
            padding: 20px;
           
            text-align: center;
            color: white;
            font-size: 18px;
        }

        @media (max-width: 1500px) {
            .card {
                width: 350px;
            }
        }

        @media (max-width: 1280px) {
            .card {
                width: 300px;
            }
        }

        .card p {
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .photo {
            width: 100%;
            padding-top: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border: 1px dotted white;
            box-sizing: border-box;
        }

        .row {
            margin-bottom: 5px;
        }

        

        hr {
            /* flex-grow: 1; */
            width: 75%;
            border-style: dotted;
            border-width: 1px;
            border-color: white;
            border-bottom: 0;
        }

        .header {
            margin: 2.5px;
            width: 70%;
            background-color: rgba(255, 255, 255, 0.5);
            padding: 20px;
            border: 1px dotted white;
            text-align: center;
            color: white;
            font-size: 18px;
        }

        a {
            color: white;
        }

        a:visited {
            color: white;
        }

        .russia-warning {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: black;
         background-color: rgba(255, 255, 255, 0);-->

        }