/*presets */
p {
    color: black;
    margin: 5px;
    padding: 0px 5px 0px 5px; 
    font-family: monospace;
    font-size: 12;
 }

h1 {
  color: black;
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	font-family: monospace;
	font-size: 22;
}

h2 {
  color: black;
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px; 
	font-family: monospace;
	font-size: 20;
}

h3 {
  color: black;
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px; 
	font-family: monospace;
	font-size: 18;
}

h4 {
  color: black;
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px; 
	font-family: monospace;
	font-size: 16;
}

h5 {
  color: black;
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	font-family: monospace;
	font-size: 14;
}

body {
  background-image: url("anotherone.png");
  background-size: cover;
  background-attachment: scroll ;
  background-repeat: repeat;
}

.header {
	position: relative;
	color: lightblue;
	font-family: monospace;
	padding: 0px 25px 0px 25px;
  	
  width: 100%;       	
  height: 10%;
	box-sizing: border-box;
	}

.footer {
  position: relative;
	color: lightblue;
	font-family: monospace;
	padding: 0px 25px 0px 25px;
  width: 100%;       	
  height: 10%;
	box-sizing: border-box;
        }
        
.imagine {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 12px;
}

.content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 12px;
  height: auto;
}

.item1 {
  color: rgba(0, 0, 0, 0);
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
  padding: 3px 2px 3px 3px;
  box-sizing: border-box;
  text-align: left;
  flex-grow: 0;
  width: 70%;
  margin: 0;
  z-index:1   ;
 }

 .item2 {
  opacity: 0.5;
  background-image: url("gardient.png");
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
  padding: 3px 2px 3px 3px;
  box-sizing: border-box;
  text-align: left;
  flex-grow: 0;
  width: 10%;
  margin: 0;
  z-index:1  ;
}

 .item3 {
  background-color:rgba(0, 255, 0, 0.3); ;
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
  padding: 3px 2px 3px 3px;
  box-sizing: border-box;
  text-align: left;
  flex-grow: 0;
  width: 100%;
  margin: 0;
}

#greentxtbutton {
  background: rgba(0, 255, 0, 0.2);
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
  padding: 0.01px 7px 0.01px 7px;
  margin: 0px 5px 0px 5px;
  box-sizing: border-box;
  text-align: left;
  }
  
#greentxtbutton :hover{
background: rgba(0, 0, 225, 0.2);
}

/*
.winbluebox {
  background: linear-gradient( 90deg, #000080, #1084d0);
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 
.winredbox {
  background: linear-gradient( 90deg,  #ff0000,  #ff3500 );
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
 */ 
 
 .boxtext {
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  font-family: monospace;
  z-index:2  ;
}


  
/* nested drop down */
details {
  user-select: none;
}

details>summary span.icon {
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  margin-left: auto;
}

details[open] summary span.icon {
  transform: rotate(360deg);
}

summary {
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* The navigation bar */

.navbar ul{
    list-style-type: none;
    background-color: #abdabd;
    padding: 0px;
    margin: 10px auto 10px auto;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
}

.navbar a{
    color: #000000;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
    font-family: monospace;
}

.navbar a:hover{
    background-color: #e0e0e0;
    box-sizing: border-box;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
}

.navbar li{
    	background: #bdbdbd;
  	  color:#008800;
	    box-sizing: border-box;
	    box-shadow: inset 1px 1px #fff, 1px 1px #000;
}

/* scroll bar */
*::-webkit-scrollbar { width: 20px; height: 20px;}

*::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
}

*::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
}