 
/* Header */

 /* calc( ( 4vw - ( 0.2vw * 2 * 1.35vw) ) / 2) */
    
	header {position: fixed; top: 0vw; right: 0vw; width: 70vw; height: 4vw; /* margin: auto;  */ padding: 1vw 1vw;   border: none; border-radius: 0vw 0vw 0vw 3vw /  0vw 0vw 0vw 10vw;   box-sizing: border-box; background-image: linear-gradient( 141deg, rgba(85,117,137,0.5), rgba(48,80,100,0.2) ,rgba(34,72,80,0.2) , rgba(85,117,137,0.4) );  box-shadow: 0in 0in 0.3vw 0in black;   display: flex;  justify-content: flex-start; align-items: flex-start;  overflow: visible;  z-index: 4; }
	
	.Entry1 {position: relative; margin: 0in 0.5vw; padding: 0.2vw 0.7vw; border-right: 0.1vw solid rgb(200,200,180); border-image:  radial-gradient(   white , rgba(0,0,0,0) ) 1;  box-sizing: border-box;  font-size: 1.35vw;  color: rgb(245,255,255); text-shadow: 0in 0in 0.1vw rgba(245,255,255,0.5);  /* */ }
	.Entry1:hover { text-shadow: 0in 0in 0.2vw rgb(245,255,255);   }

    .Entry2 {position: relative; margin: 0vw 0.5vw; padding: 0vw 0vw;  border-right: 0.1vw solid rgb(200,200,180); border-image:  radial-gradient(   white , rgba(0,0,0,0) ) 1;  box-sizing: border-box;    /* */ display: flex; flex-direction: column;   align-items: center; justify-content: flex-start;  }
    .Entry2 *:not(:first-child) { display: none;} .Entry2:hover { top: -0.3vw;  padding-right: 0.3vw; border-right: none;  background-image: linear-gradient( 141deg, rgba(85,117,137,0.5), rgba(48,80,100,0.2) ,rgba(34,72,80,0.2) , rgba(85,117,137,0.4) );  box-shadow: 0in 0in 0.3vw 0in black;   }
  .Entry2:hover * { margin: 0.3vw 0vw;  padding-right: 0.4vw; border-right: 0.1vw solid rgb(200,200,180); border-image:  radial-gradient(   white , rgba(0,0,0,0) ) 1; display: initial;}
   
   .Entry2a {position: relative; margin: 0vw; padding: 0.2vw 0.7vw;  /* border-right: 0.1vw solid rgb(200,200,180); border-image:  radial-gradient(   white , rgba(0,0,0,0) ) 1; */ box-sizing: border-box;  font-size: 1.35vw;  color: rgb(245,255,255); text-shadow: 0in 0in 0.1vw rgba(245,255,255,0.5);  /* */ }
	.Entry2a:hover { text-shadow: 0in 0in 0.2vw rgb(245,255,255);   }
   
	/* Header Done */
 
 
  /* Welcome */
 
  .WelcomeHere {position: fixed; top: 0.5vw; left: 0vw; width: 15vw; height: 4vw; margin: 0in;   border-radius: 0vw 0vw 3vw  0vw  /  0vw 0vw 10vw  0vw ;   box-sizing: border-box; background-image: linear-gradient( 141deg, rgba(85,117,137,0.5), rgba(48,80,100,0.2) ,rgba(34,72,80,0.2) , rgba(85,117,137,0.4) );  box-shadow: 0in 0in 0.3vw 0in black; font-size: 1.6vw; font-weight: bold; font-style: italic;   color: rgb(245,255,255);   text-decoration: 0.3vw underline rgb(255,255,255); display: flex;  justify-content: center; align-items: center;   z-index: 4; }
 
 /* Welcome Done */
 
 
 
 
  /* Legal Terms  */
	
	footer { position: relative;  width: 100%; height: 2in; margin-top: 0.1in;  padding: 0.1in 0.2in;  border: none; box-sizing: border-box; background-color: rgba(40,50,55);  /* background-image: radial-gradient(   rgba(140,140,140,0) 10%, rgba(140,140,140,0.5) 55%, rgba(140,140,140,0) 75% );  */  /* color: rgba(180,180,180,0.54) ; text-shadow: 0in 0in 0.01in rgba(180,180,180,0.54) ; */ display: flex; flex-direction: row;   align-items: flex-start; justify-content: space-between;    }
	
	
	.Footer1, .Footer2 { position: relative;  /* width: 35%; */ height: 85%;  box-sizing: border-box;  display: flex; flex-direction: row;   align-items: flex-start; justify-content: flex-start;   }
	.Footer1a {position: relative; max-width: 100%; height: 100%; margin: 0in 0.1in;  padding: 0.1in 0.05in;   border-left: 0.01in solid rgb(200,200,180); border-image:  radial-gradient(   white , rgba(0,0,0,0) ) 1;   box-sizing: border-box; display: flex; flex-direction: column;   align-items: flex-start;  justify-content: flex-start; }
	.Footer1b, .Footer3b { position: relative; margin: 0.02in 0in ;  padding: 0.02in 0.04in;  box-sizing: border-box; font-size: 0.12in; color: rgb(180,180,180);  } 
	.Footer1b:hover {  color: rgb(200,200,200); text-decoration: 0.01in underline dashed rgb(110,110,110) !important;  } 
	
	.Footer2 { /* width: 45%;  */ height: 100%; }
	
	.Footer3 { position: absolute; bottom: 0in; width: 70%; height: 15%;  box-sizing: border-box;  display: flex; flex-direction: row;   align-items: center; justify-content: flex-start;   }
	
	/* Legal Terms Done */

