* {	margin: 0;	border: 0;	padding: 0;}h1 {	text-align: center;	font-size: 500%;	color: #4A4444;	text-transform: uppercase;	letter-spacing: 3px;	margin: 15% 0;}h2 {	text-align: center;	font-size: 250%;	color: #fc33ff;	text-transform: uppercase;	letter-spacing: 3px;	margin: 0% 0;}h3 {	text-align: center;	font-size: 175%;	color: #000000;	letter-spacing: 3px;	margin: 5% 0;}h4 {	text-align: center;	font-size: 175%;	color: #000000;	text-transform: uppercase;	letter-spacing: 3px;	margin: 5% 0;}/*--- Start Parallax Style --*/.parallax {	background: url("K1_background.jpg");  /* Set a specific height */        min-width: 100px; /* Full height   height: 100%;  max-height: 100vh;*/ overflow-y: scroll;   /* Create the parallax scrolling effect */  background-attachment: fixed;  background-position: top;   /*   background-repeat: no-repeat;  /* TRIED   background-size: cover auto;*/  background-size: 100%;    text-align: center;}.parallax-inner {	padding-top: 310px;	padding-bottom: 310px;}.parallax-inner-2 {	padding-top: 110px;	padding-bottom: 190px;}.parallax-inner-3 {	padding-top: 110px;	padding-bottom: 110px;}/*--- End Parallax Style --*//*--- Start Table Style--*/html {  font-family: sans-serif;}table {  table-layout: fixed;  width: 80%;  border-collapse: collapse;  border: 0px solid rgb(200,200,200);  letter-spacing: 1px;  font-size: 1.5rem;}td, th {  border: 0px solid rgb(255,255,255);  padding: 10px 20px;}th {/*---   background-color: rgb(255,255,255); --*/}td {  text-align: left;  vertical-align: top;}tr:nth-child(even) td {/*---   background-color: rgb(255,255,255); --*/}tr:nth-child(odd) td {/*---   background-color: rgb(255,255,255); --*/}caption {  padding: 10px;}/*--- End Table Style--*//*--- My UL list with margin--*/ul {  text-align: left;  list-style-type: decimal;  margin-left: 50px;  padding: 10px 20px;}/*--- Start white box Style can do t80 t70 --*/div.transbox {  	background: url("t80.png") repeat fixed 100%;	padding-top: 10px;	padding-bottom: 10px;}