@charset "utf-8";
/* CSS Document */

@font-face { font-family: Illik; src: url('images/illik.otf'); }
@font-face { font-family: Ablack; src: url('images/aBlack.otf'); }

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top center; /* Aligns the background to the top center */
	background-repeat: no-repeat;
	background-size: cover; /* Ensures the background covers the entire viewport */
	background-color: #000000;
	color: #000000;
	font-family: "Anek Telugu", sans-serif;
	font-style: normal;
	font-size: 16px; 
	border: 0px;
	margin: 0; /* Removes default body margin that might cause spacing issues */
	padding: 0;
}

html {
  scroll-behavior: smooth;
}

img { border: 0px; }


/* TEXT */
.text-black-large {
	color: #000000;
	font-family: Illik, serif;
	font-size: 40px;
	line-height: 1.2;
}

.text-black-med{
	color: #000000;
	font-family: "Anek Telugu", sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1;
}

.text-black-small{
	color: #000000;
	font-family: "Anek Telugu", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.1;
}

.text-orange-large {
	color: #f37b16;
	font-family: Illik, serif;
	font-size: 40px;
	line-height: 1.2;
}

.text-orange-med{
	color: #f37b16;
	font-family: "Anek Telugu", sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1;
}

.text-orange-small{
	color: #f37b16;
	font-family: "Anek Telugu", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.1;
}

.text-green-large {
	color: #409b34;
	font-family: Illik, serif;
	font-size: 40px;
	line-height: 1.2;
}

.text-green-med{
	color: #409b34;
	font-family: "Anek Telugu", sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1;
}

.text-green-small{
	color: #409b34;
	font-family: "Anek Telugu", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.1;
}



/* ND */

.znd{
	color: #f37b16;
	font-family: "Anek Telugu", sans-serif;
	font-size: 13px;
    text-transform: uppercase;
	padding-top: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
	border-top: 2px solid #f37b16;
	width: 950px;
}

.znd a{
	color: #f37b16;
	text-decoration: none;
}


/* SECTION HEADERS */

.section-headers {
  text-align: center;
  color: #000000;
  font-family: Illik, serif;
  font-size: 72px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 1.0;
  position: relative;
  padding-bottom: 30px; /* space for the divider */
}

.section-headers::after {
  content: "";
  display: block;
  height: 8px;
  width: 800px;
  background-color: #409b34;
  margin: 20px auto 0;
  border-radius: 2px; /* optional */
}




/* MENU */
.menu-index {
    background-color: #ffffff;
    width: 950px;
    height: 63px;
    color: #f37b16;
    font-family: Illik, serif;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
    
}

.menu-divider {
	font-weight: 800;
	font-family: Ablack, sans-serif;
	padding: 0 15px;
}

.menu-index a {
	color: #000000;
    text-decoration: none;
    padding: 0px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.menu-index a:hover {
    color: #409b34;
}

/* CAROUSEL */
.carousel-bg {
    background-image: url("images/index2025_04.jpg");
	width: 950px;
	height: 318px;
}


/* LINKS AND BORDER */

a {
	color: #8B8A8B;
}

.border {
	border: 3px solid #409b34;
}
.pageborder {
	box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.85); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #ffffff;
	padding: 0px 20px;
}


