/* Don't modify this, its for the menu bar. All the other css is in the <STYLE> tag in index.html. */
/* Above line no more valid, do not modify anything here, please. */ 
/* Global */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}


a{ 
  color: #0645AD;
}

.container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 2.2rem;
}

.container a{
    display: block;
    text-decoration: none;
    font-size: 14px;

}

/* Header */
header {
  font-family: "Verdana";
  position: fixed;
  top: 0;
  z-index: 1400;
  width: 100%;
  height: 4.2rem;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2rem);
}



/* .nav-list */
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -1rem;
}

.nav-list-mobile {
  display: none;
}

.nav-link {

  color: #fff;
  padding: 0 1rem;
  transition: opacity 0.5s;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link-apple {
  width: 10px;
  height: 32px;

}

.nav-link-search {
  width: 1.6rem;
  height: 4.4rem;

}

.nav-link-bag {

  width: 24px;
  height: 4.4rem;

}
.nav-link-bag2 {
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 4.4rem;

}




/* cta */
.cta {
  text-align: center;
  margin-top: 1.8rem;
}

.cta-link {
  color: black;
  font-size: 2.1rem;
  display: inline-block;
}

.cta-link:nth-child(2) {
  margin-left: 2.6rem;
}

.cta-link:hover {
  border-bottom: 2px solid #66bbff;
}

.cta-link-darker {
  color: #0070c9;
}

.cta-link-darker:hover {
  border-bottom-color: #0070c9;
}




@media screen and (max-width: 767px) {
  header {
    height: 4.8rem;
    transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
      height 0.56s cubic-bezier(0.32, 0.08, 0.24, 1);
  }
  header .container {
    padding: 0;
  }

  .iphone-11-pro {
    margin-top: 4.8rem;
  }

  .nav-list {
    margin-top: 0;
  }
  .nav-list-mobile {
    display: flex;
  }

  .nav-item {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
  }
  .nav-item.hidden {
    display: none;
  }

  .mobile-menu {
    position: relative;
    z-index: 1500;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .line {
    position: absolute;
    width: 1.7rem;
    height: 1px;
    background-color: #fff;
    transition: margin-top 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  .line-top {
    margin-top: 3px;
  }
  .line-bottom {
    margin-top: -0.4rem;
  }

  .active .line-top {
    margin-top: 0;
    transform: rotate(45deg);
    transition: transform 0.3192s 0.1s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }
  .active .line-bottom {
    margin-top: 0;
    transform: rotate(-45deg);
    transition: transform 0.3192s 0.1s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  header.active {
    height: 100%;
    background-color: #000;
  }

  .nav-link-apple {
    width: 1.8rem;
    height: 4.8rem;
    position: relative;
    z-index: 1500;
  }

  .nav-link-bag {
    width: 1.6rem;
    height: 4.8rem;
    transition: opacity 3s;
  }

  .nav {
    position: relative;
  }

  .nav-link {
    font-size: 1.7rem;
    padding: 0;
    margin: auto 0;
  }

  .nav-list-larger {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    padding: 10.5rem 5rem;
    z-index: 1000;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }

  .active .nav-list-larger {
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }

  .active .nav-link-bag {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .nav-list-larger .nav-item {
    width: 100%;
    justify-content: flex-start;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  .nav-list-larger .nav-item:nth-child(9) {
    border-bottom: none;
  }

  .active .nav-list-larger {
    animation: fadeIn 1s ease-in;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}






/* MAIN */



SUP[name="ms"]{
font-size: 10px;
}

.top-container {
  background-color: #0066CC;
  padding: 10px;
  text-align: center;
}

h1{
margin-bottom: 20px;
}

#marge{
margin-bottom: 20px;
}
#space{
margin-bottom: 10px;
margin-top: 10px;
margin-left: 10px;
}

.spacing {
margin-right: 10px;
margin-left: 10px;

}

#bruh {
margin-left: 10px;
padding: 20px;
padding: 20px;
}

/*th{padding: 0.5em;}
td{padding: 0.5em;}*/


body { font-family: "Verdana"; width: 100%; background-color: #e2ecf6;

}
a:link.finePrint, a:visited.finePrint {font-size: 85%; COLOR: #0066cc; TEXT-DECORATION: none}
a:hover.finePrint 	{ color: #FF0000;  cursor:pointer; text-decoration:underline;}
a:link.contactme, a:visited.contactme { color: #0066cc; text-decoration: none;}
a:hover.contactme { color: #FF0000; cursor: pointer; text-decoration: underline; }
html {
        /*cursor: url("./files/custom_light_mode.cur"), default;*/
		max-width: 100%;
    overflow-x: hidden;
    }
/*
body, a{
  cursor: url("./files/jon.png"), default !important;
}
iframe:hover{
  cursor: url("./files/jon.png"), default !important;
}
a:hover, button:hover{
  cursor: url("./files/jon-hover.png"), default !important;
}*/
/*button[name="hid"]{padding:0.3em;}*/

button[name="darkmode"] { 
padding: 5px;
background-color: transparent;
color: white;
}

button[name="darkmode"]:hover { 
cursor: pointer;
cursor: pointer;
}
input[name="si"] {
padding: 5px;
background-color: transparent;
color: white;
}
input[name="si"]:hover {
cursor: pointer;
}

#demo {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#demo:target {
    background-color: #ffa;
    -webkit-transition: all 1s linear;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid white;
  border-right: none;
  border-color: white;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: black;
}

input[name="colors"]{
transition: 0.3s;
}


.searchButton {
  width: 43px;
  height: 36px;
  border: 1px solid white;
  background: black;
  background-image: url("https://www.apple.com/ac/globalnav/6/en_US/images/be15095f-5a20-57d0-ad14-cf4c638e223a/globalnav_search_image__fca9mfoh8a2q_small.svg");
  background-repeat: no-repeat, repeat;
  background-size: 20px;
  background-position: center;

  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
}
.hidden {
	height: 50vh;
    background-color: black;
	color: white;
	opacity: 89%;
	width: 100%;
	position: absolute;
	padding-top: 1em;


}

.onhov{ 
transition: visibility 0.5s ease-in-out;
text-align: center;
}


#hidden2 {
	height: 80vh;
  background-color: black;
	color: white;
	opacity: 89%;
	width: 100%;
	position: absolute;
	padding-top: 1em;
}

button[name="switch"]:hover {
  background-color: #30462A !important;
  border-color: #1b1f2326;
  transition-duration: 0.1s;

}#switchdark:hover {
  background-color: #f3f4f6 !important;
  border-color: #1b1f2326;
  transition-duration: 0.1s;
}
#switchdark{
  display: inline-block;
  outline: 0;
  cursor: pointer;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 6px;
  color: black;
  background-color: white;
  border-color: #1b1f2326;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition-property: color, background-color, border-color;
}

#switch{
  display: inline-block;
  outline: 0;
  cursor: pointer;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 6px;
  color: white;
  background-color: #618B55;
  border-color: #1b1f2326;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition-property: color, background-color, border-color;
}

#if{
    border: none;
    width: 100%;
    height: 25px;
	
    overflow-y: hidden;
    display:block; /* Add this */
}
#if2{
    border: none;
    width: 100%;
    height: 25px;
	
    overflow-y: hidden;
    display:block; /* Add this */
}
/*#if:hover{
  cursor: url("./files/jon.png"), default !important;
}*/
.anchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
 }
 
.footer3 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	font-family: Verdana; 
	z-index: 2000 !important;
	padding-left: 20px;
	height: 28px;
}
.footer4 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	font-family: Verdana; 
	z-index: 2000 !important;
	padding-left: 20px;
	height: 28px;
}

#ok:hover{ 
cursor: pointer; 
}

.cool_find_btn{padding: 4px; margin-bottom: 0px !important;}.cool_find_input{ margin-bottom: 20px;padding: 4px; outline-width: 0; background-color: white; color: black;} 
span[name="cool_find_msg"]{color: white;} .cool_find_btn:hover{cursor: pointer;}




#sksk{ 
color: black;
text-decoration: none;
}#sksk:hover{ 
cursor: pointer;
}
#chad{ 
color: black;
text-decoration: none;
}#chad:hover{ 
cursor: pointer;
}

.selected{
  background-color: #FF0000;
}

#filterHindi{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterHindi:focus{
  outline: none;
}

#clearButtonHindi{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterENGLANG{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterENGLANG:focus{
  outline: none;
}

#clearButtonENGLANG{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterENGLIT{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterENGLIT:focus{
  outline: none;
}

#clearButtonENGLIT{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filtersci{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filtersci:focus{
  outline: none;
}

#clearButtonsci{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#filterSST{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterSST:focus{
  outline: none;
}

#clearButtonSST{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#filtermaths{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filtermaths:focus{
  outline: none;
}

#clearButtonmaths{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filtersans{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filtersans:focus{
  outline: none;
}

#clearButtonsans{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#filtersans2{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filtersans2:focus{
  outline: none;
}

#clearButtonsans2{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterkan{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterkan:focus{
  outline: none;
}

#clearButtonkan{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterhin{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#filterhin:focus{
  outline: none;
}

#clearButtonhin{
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.center-align{
  text-align: center !important;
  justify-content: center;
}

.all{
  text-align: center;
}

.td-center-align{
  text-align: center;
}

.credits{
  display: inline-block;
}

td{
  padding: 0.5em;
  font-size: 18px;
}
th{
  padding: 0.5em;
}
#viv2{
  display: none;
}

/*table{
  table-layout:fixed;
}*/

@media screen and (max-width: 600px) {
  button {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  button:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  
  button:focus, button.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  
  button.disabled, button:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  button:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled).active,
  .show > button.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }
  
  button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled).active:focus,
  .show > button.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }

  select{
    -webkit-appearance:none;
  }

}

.body-content{
  padding-top: 4.8em;
}




/*make the button with class 'dark-mode-btn' as dark mode button with rounded borders*/
.dark-mode-btn{
  background-color: black;
  border-radius: 0.25em;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  padding: 0.3em 0.2em !important;
  text-decoration: none;
  transition: all 0.3s ease;
  
}

/*make the button look modern*/
.dark-mode-btn:hover{
  background-color: #343a40;
  color: #fff;
}


#snow-vid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 40%;
  pointer-events: none;
}

.subjectmenu .finePrintsubjects {
  font-size: 1em;
  padding: 5px;
  text-decoration: none;
}

.subjectmenu{
  padding-bottom: 1.5em;
}

.subjectmenu .finePrintsubjects:hover{
  color: #ff6a00 !important; cursor: pointer; text-decoration: underline;
}

.fromthyfeedback ul{
  margin-bottom: 1.5em;
}

.wordle{
  position:absolute;
  top: 200px;
  margin-left: 10px;

width: 30%;

}

/*.annual{
  color: #ff6a00;
}*/
.annualbox{ 
  /*box with background yellow*/
  border-radius: 0.25em;
  border: 2px solid black;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  margin-left: 10px;
  display: inline-block;
}
.annualbox p{
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}

.boxyellow{ 
  width: 20px;
  height: 20px;
  background-color: #EC712E;
  display: inline-block;
  padding: 0px;
  border: none;
}
#number {
  display: inline-block;
  margin: 1em;
}
#upvote{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%); 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}
#downvote{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%); 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}
#upvote, #downvote:hover{
  cursor: pointer;
}