/* CSS Document */

body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin: 0;
	padding: 0;
	background: #f9f9f9;
}

#bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none; /* Optional: prevents video from blocking mouse clicks */
}


header {
	background-color: rgba(0,0,0,0.00);
	color: white;
	padding: 0px;
	text-align: center;
	}

header img {
  max-width: 75%;      /* Scale image down/up to fit width */
  height: auto;         /* Maintain aspect ratio */
  display: inline-block; /* Make sure it behaves like an inline element */
}

body header h1 {
	font-size: 10px;
	background-color: rgba(0,0,0,0.47);
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allows wrapping on small screens */
  gap: 20px; /* optional: space between links */
}

/* Your existing link styles */
nav a {
  font-family: "Ethnocentric";
  font-size: 25px;
  margin: 25px 25px;
  color: #FFFFFF;
  text-decoration: none;
}

/* Responsive layout: stack links vertically below 768px */
@media screen and (max-width: 768px) {
  nav {
    flex-direction: column;
  }

  nav a {
  margin: 10px 0; /* Adjust spacing for vertical layout */
	}
}


main {
	padding: 0px;
	font-size: 30;
}

footer {
	background-color: rgba(0,0,0,0.00);
	text-align: center;
	padding: 10px;
	font-size: 0.9em;
}
h1 {
	font-family: inherit;
	visibility: hidden;
}

body {
  background-image: url('Home Trio.gif');   /* Your GIF file */
  background-size: cover;                    /* Scales to fill the screen */
  background-position: center center;        /* Keeps it centered */
  background-repeat: no-repeat;              /* No tiling */
  background-attachment: fixed;              /* Stays still while scrolling */
  background-color: black;
  margin: 0;
  padding: 0;
  min-height: 100vh;                         /* Ensures full height */
}

h2 {
	font-family: "Ethnocentric";
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: white;
}

	
p {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Black", "Arial Narrow", "Arial Unicode MS";
	font-size: 20px;
	text-align: center;
	color: rgba(255,255,255,1.00)
}

about {
	background-color: rgba(0,0,0,0.00);
	text-align: center;
	padding: 10px;
	font-size: 10px;
	
}
p2 {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Black", "Arial Narrow", "Arial Unicode MS";
	font-size: 40px;
	text-align: center;
	color: rgba(255,255,255,1.00)
}

div {
	padding: 20px;
}

.insta-icon {
  width: 5%;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	
}

.image-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.image-center img {
  max-width: 100%;
  height: auto;
  display: block;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 1125px;
  aspect-ratio: 1125 / 665;
  margin: 0 auto; /* centers horizontally */
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
