html {
    height: 100%;
}

body {
    height: 100%;   
    overflow: hidden;  
    margin: 0px;  /* removes default style */
    display: flex;  /* enables flex content for its children */
    box-sizing: border-box;
	font-size:calc(0.4em + 0.6vw) ;
	flex-direction:column;
	width:100%;
	margin:auto;
	
	
	
}

.header1{display:flex;width:100%;padding-top:;margin:auto;align-items:center;}

.logo1{
	text-align:center;
	height:;
	margin:;
	background-color:;
	align-items:center;
	}
	
.logo1 img{width:70px;
  margin-top:5px;
  border-bottom:;
  align-items:center;
  }

.title {border-bottom:;}

.title h1 {padding-left:0.5em;}

.line{height:10px;border-bottom:2px solid blue;color:blue;width:100%;background-color:lemonchiffon;}

.bottom_init {
    
flex-grow: 1;  /* ensures that the container will take up the full height of the parent container */
    
overflow-y: auto;  /* adds scroll to this container */
	
border-top:;
	
text-align:justify;text-justify: inter-word;font-family:verdana;line-height: 1.5;


font-size:12px ;

padding-left:;
padding-right:;

}



.bottom {
    
flex-grow: 1;  /* ensures that the container will take up the full height of the parent container */
    
overflow-y: auto;  /* adds scroll to this container */
	
border-top:;
	
text-align:justify;text-justify: inter-word;font-family:verdana;line-height: 1.5;


font-size:14px ;

padding-left:;
padding-right:;

}

.navbar {
  display: flex;
  position: sticky;
  top: 0;
  max-width: 1200px;
  margin: 0 auto;
  background-color: darkblue;
  color: lemonchiffon;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-align: center;
  white-space: nowrap;              /* Prevent line breaks */
  overflow-x: auto;                 /* Allow horizontal scroll on small screens */
  -webkit-overflow-scrolling: touch;/* Smooth touch scroll */
  scroll-snap-type: x mandatory;    /* Snap effect when scrolling */
  padding: 5px 0;
}

/* Optional: subtle fade on right edge to hint scrollability */
.navbar::after {
  content: "";
  position: sticky;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 139, 0), rgba(0, 0, 139, 0.9));
  pointer-events: none;
}




.navbar a {
    float: ;
    font-size:12px ;
    color: white;
    text-align: center;
    padding:;
    text-decoration: ;
	margin:auto;
	white-space: nowrap;
	
}

.dropdown {
    float: left;
    position: relative;
}

.dropdown .dropbtn {
    font-size:12px ; 
    border: none;
    outline: ;
    color: white;
    padding: 1em;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	text-align:center;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: lemonchiffon;color:blue;
}

.dropdown-one {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: lemonchiffon;
  
  min-width: 13em;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-two {
  cursor: pointer;
  display: none;
  position: absolute;
  left: 13em;
  top: 0px;
  min-width: 16em;
  background-color:blue;
  color:lemonchiffon;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}

.dropdown:hover .dropdown-one, #link2:hover > .dropdown-two {
  display: block;
}

.dropdown:hover .dropdown-one, #link3:hover > .dropdown-two {
  display: block;
}

.dropdown:hover .dropdown-one, #link4:hover > .dropdown-two {
  display: block;
}

.dropdown:hover .dropdown-one, #link5:hover > .dropdown-two {
  display: block;
}

.dropdown:hover .dropdown-one, #link6:hover > .dropdown-two {
  display: block;
}

.dropdown:hover .dropdown-one, #link7:hover > .dropdown-two {
  display: block;
}


.dropdown-one .dItem {
    color: blue;
    padding: 0.25em;
    display: block;
    text-align: left;
	
}

.dropdown-one .dItem:hover{color:blue;font-size:1em;font-weight:bold;
   
}

.dItem a{text-decoration:none;font-size:1em;}

.dropdown-two a:hover {
    
}

.ka_responsive {max-width:100%;height:auto;}
.ka_section{display:flex; width:100%;}
.vpk1_left{width:100%;flex:;padding-right:;margin-right:0.3em;}
.vpk2_left{display:;}

.vpk1_right{display:none;}
.vpk2_right{width:100%;flex:;padding-right:;margin-right:1em;}

.header2 h3{color:blue;background-color:lemonchiffon;}

.title h1 {font-size:18px;}

@media screen and (min-width:900px){



.logo1{
	text-align:center;
	height:;
	margin:;
	background-color:;
	}
	
.logo1 img{width:8em;
  margin-top:;
  border-bottom:;}

.navbar {font-size:16px ;}

.navbar a {font-size:16px;}

.dropdown .dropbtn {font-size:16px;}

.bottom_init {font-size:16px;}

.bottom {font-size:16px;}

.vpk1_left{width:60%;flex:;padding-right:;margin-right:1em;}
.vpk2_left{width:40%;flex:;display:block;margin-right:1em;}

.vpk1_right{width:30%;flex:;padding-right:;margin-right:1em;display:block;}
.vpk2_right{width:70%;flex:;display:block;margin-right:1em;}

.title h1 {font-size:2em;}

.Whats_New{display:none;}

}

body{margin: 0px;
	box-sizing: border-box;
	width:100%;
	margin:auto;}

.vpknavscroll {
    background-color: darkblue;
	color:white;
    padding: 5px;
    text-align: ;
    position: fixed;
    width:100%;
    top: ;
    white-space: nowrap; 
    overflow-x: auto; 
	z-index:999;
	height:;
	}
	
.ka_vpknavscroll {
    background-color: darkblue;
    padding: 5px;
    text-align: ;
    position: fixed;
    width:100%;
    top: ;
    white-space: nowrap; 
    overflow-x: auto; 
	z-index:999;
	height:;
	}


.vpknavscroll a {
    color: white;
    text-decoration: none;
    padding: 5px;
    margin:;
    display: inline-block;
    white-space: nowrap; 
	font-weight:bold;
	}
	
	.ka_section{width:100%;}
	
.vpk_menu {display:none;}
	
.ka_section_3{display:flex; width:100%;}
.vpk_left{width:20%;margin-top:35px;position:;overflow-y:;text-align:left;font-size:;}
.vpk_left a{text-decoration:none;color:black;}
.vpk_left b{color:blue;background-color:lemonchiffon;}
.vpk_left hr{margin-right:;}
.vpk_center{width:60%;padding-right:5px;margin-top:;}
.vpk_right{width:20%;margin-top:35px;}

.vpk_left_first_page{width:40%;margin-top:35px;position:;overflow-y:;text-align:left;font-size:;}
.vpk_center_first_page{width:40%;padding-right:5px;margin-top:;}
.vpk_right_first_page{width:20%;margin-top:35px;}

.ka_pre_next{display:flex;max-width:100%;margin-bottom:;}

.ka_previous{width:50%;text-align:left;font-weight:bold;}

.ka_next{width:50%;text-align:right;font-weight:bold;}

@media screen and (max-width:900px){
	.vpk_left{overflow-y:auto;display:none;}
	.vpk_center{width:100%;margin-left:0px;margin-top:0px;}
	.vpk_right{display:none;}
	.vpknavscroll {width:100%;font-size:;}
	.ka_vpknavscroll {width:100%;font-size:;}
	.vpk_menu{width:100%;display:block;font-weight:normal;font-size:;}
	.vpknavscroll a {font-size:;}
	
	.vpk_left_first_page{overflow-y:auto;display:none;}
	.vpk_center_first_page{width:100%;margin-left:0px;margin-top:0px;}
	.vpk_right_first_page{display:none;}




}

.dropbtn {
  background-color: lemonchiffon;
  color: blue;
  padding: 0px;
  font-size: 8px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: lemonchiffon;
  min-width: 200px;
  box-shadow:;
  z-index: 1;
}

.dropdown-content a {
  color: blue;
  padding: 0px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: red;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: green;}

ul {
  list-style: none;
  padding:0px ;
  margin-top: 0px;
  background: lemonchiffon;
  
}
ul li {
  display: block;
  position: relative;
  float: left;
  background: lemonchiffon;
}

li ul { display: none; }
ul li a {
  display: block;
  padding: 0px;
  text-decoration: none;
  white-space: nowrap;
  color: darkblue;
  font-weight:bold;
}
ul li a:hover { background: lemonchiffon; }

li:hover > ul {
  display: block;
  position: absolute;
}
li:hover li { float: none; }
li:hover a { background: lemonchiffon; }
li:hover li a:hover { background: lemonchiffon; }

.main-navigation li a {font-size:1em;}
.main-navigation li ul li { border-top: 0px;font-size:; }

ul ul ul {
  left: 100%;
  top: 0px;
}

ul:before,
ul:after {
  content: ""; /* 1 */
  display: table; /* 2 */
}
ul:after { clear: both;}

.rainbow img{
	max-width:100%;
	height:auto;
	margin-top:50px;
	height:auto;
	}


.dummy-ad {
            margin: 20px 0;
            text-align: center;
        }
        .dummy-ad img {
            width: 100%; /* Make the ad responsive */
            max-width: 728px; /* Set a maximum width */
            height: auto; /* Maintain aspect ratio */
            border: 1px solid #ddd;
            background-color: lemonchiffon;
        }
		
/* Media queries for different screen sizes */
        @media (max-width: 768px) {
            .dummy-ad img {
                max-width: 468px; /* Smaller width for tablets */
            }
        }

        @media (max-width: 480px) {
            .dummy-ad img {
                max-width: 320px; /* Smaller width for mobile phones */
            }
        }
		
.skyscraper-ad  {position: -webkit-sticky; position: sticky; top:20px;margin-bottom:2em;}

.image_container{overflow-x:auto;width:100%;text-align:center;}

.image_container img{overflow-x:auto;width:100%;text-align:center;}

.right_spacing {padding-right:1em;padding-left:1em;text-justify: auto;font-size:12px;padding-top:1em;}

.right_spacing a{}

ol, ol li { margin-left: 0; padding-left: 0; }
ol { padding-left: 1em; }

.ad-placeholder {
    width: 100%;
    min-height: 100px; /* keeps layout intact */
	margin-top:50px;
    background: #f2f2f2;
    border: 1px dashed #bbb;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    margin: 15px 0;
}

@media screen and (max-width: 800px) {
    .ad-placeholder {
        margin-top: 90px; /* more margin for taller mobile nav */
        min-height: 80px; /* reduces required scroll space */
    }
}

.ad-placeholder-vertical {
    width: 300px; /* Upgrade to half-page width */
    min-height: 600px;
    background: #f2f2f2;
    border: 1px dashed #bbb;
    text-align: center;
    color: #666;
    font-size: 13px;
    padding-top: 20px;
    margin: 15px auto;
}

/* Mobile: hide side ads */
@media screen and (max-width: 800px) {
    .ad-placeholder-vertical {
        display: none;
    }
}

.ad-placeholder-inline {
    width: 100%;
    max-width: 728px; /* Leaderboard max */
    min-height: 90px; /* Leaderboard height */
    background: #fafafa;
    border: 1px dashed #bbb;
    text-align: center;
    padding: 15px 0;
    margin: 30px auto;
    font-size: 14px;
    color: #666;
}

/* Mobile: narrower height */
@media screen and (max-width: 800px) {
    .ad-placeholder-inline {
        max-width: 100%;
        min-height: 60px;
        margin: 20px 0;
    }
}


.ad-placeholder-bottom {
    width: 100%;
    max-width: 728px;   /* Leaderboard max width */
    min-height: 90px;   /* Leaderboard height */
    background: #fafafa;
    border: 1px dashed #bbb;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    margin: 10px auto 15px;
}

/* Mobile: shorter */
@media screen and (max-width: 800px) {
    .ad-placeholder-bottom {
        min-height: 60px;
    }
}



