/* CSS Document */

body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin: 0;
	padding: 0;
	background: #f9fre9f9;
}

#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 a {
	font-family: "Ethnocentric";
	font-size: 15px;
	margin: 25px 25px;
	color: #FFFFFF;
	text-decoration: none;
}

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;
	
}

