:root, html[data-theme='light'] {
    --background-color: #FFF2E6;
}

html[data-theme='dark'] {
    --background-color: gray;
}

body {
    background: var(--background-color);
}
/* --- MENU BEGINNING  -------------------------------MENU BEGINNING---------------------------------------------- */
/* --- MENU DESKTOP BEGINNING  -------------------------------MENU DESKTOP BEGINNING---------------------------------------------- */
@media screen and (min-width: 1521px) {
.sticky_ONE {
	position: fixed;
	background-color:transparent;
	top:5px;
	height:30px;
	width: 100%;
	z-index: 110;
}
.sticky_ONE_button_ONE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
}
.sticky_ONE_button_ONE_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_ONE_contain img{
}
.sticky_ONE_button_TWO_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
}
.sticky_ONE_button_TWO_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_TWO_contain img{
	max-height:70px;
}
.sticky_ONE_button_THREE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
}
.sticky_ONE_button_THREE_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_THREE_contain img{
	max-height:70px;
}
.sticky_ONE_button_THREE{
	cursor: pointer;
	display:inline-block;
}
.sticky_ONE_DROP{
	display: none;
}
.sticky_ONE_DROP_contain{
	z-index: 110;
	position: fixed;
	background-color: transparent;
    top:95px;
    width: 100%;
}
.sticky_ONE_DROP_contain img{
	max-height:50px;
}
.sticky_ONE_DROP_ONE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:50px;
}
.sticky_ONE_DROP_ONE_contain:hover{
	border: 3px solid #A8C5FF;
}
.sticky_ONE_DROP_TWO_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:50px;
}
.sticky_ONE_DROP_TWO_contain:hover{
	border: 3px solid #A8C5FF;
}
.sticky_ONE_DROP_THREE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:50px;
}
.sticky_ONE_DROP_THREE_contain:hover{
	border: 3px solid #A8C5FF;
}
}
/* --- MENU DESKTOP ENDING  -------------------------------MENU DESKTOP ENDING---------------------------------------------- */
/* --- MENU TABLET BEGINNING  -------------------------------MENU TABLET BEGINNING---------------------------------------------- */
@media screen and (max-width: 1520px) {
.sticky_ONE {
	position: fixed;
	background-color:transparent;
	top:5px;
	height:30px;
	width: 100%;
	z-index: 110;
}
.sticky_ONE_button_ONE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
	max-height:45px;
}
.sticky_ONE_button_ONE_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_ONE_contain img{
	max-height:45px;
}
.sticky_ONE_button_TWO_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
	max-height:45px;
}
.sticky_ONE_button_TWO_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_TWO_contain img{
	max-height:45px;
}
.sticky_ONE_button_THREE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
	max-height:45px;
}
.sticky_ONE_button_THREE_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_THREE_contain img{
	max-height:45px;
}
.sticky_ONE_button_THREE{
	cursor: pointer;
	display:inline-block;
}
.sticky_ONE_DROP{
	display: none;
}
.sticky_ONE_DROP_contain{
	z-index: 110;
	position: fixed;
	background-color: transparent;
    top:65px;
    width: 100%;
}
.sticky_ONE_DROP_contain img{
	max-height:35px;
}
.sticky_ONE_DROP_ONE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:35px;
}
.sticky_ONE_DROP_ONE_contain:hover{
	border: 3px solid #A8C5FF;
}
.sticky_ONE_DROP_TWO_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:35px;
}
.sticky_ONE_DROP_TWO_contain:hover{
	border: 3px solid #A8C5FF;
}
.sticky_ONE_DROP_THREE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:35px;
}
.sticky_ONE_DROP_THREE_contain:hover{
	border: 3px solid #A8C5FF;
}
}
/* --- MENU TABLET ENDING  -------------------------------MENU TABLET ENDING---------------------------------------------- */
/* --- MENU PHONE BEGINNING  -------------------------------MENU PHONE BEGINNING---------------------------------------------- */
@media screen and (max-width: 450px) {
.sticky_ONE {
	position: fixed;
	background-color:transparent;
	top:5px;
	height:30px;
	width: 100%;
	z-index: 110;
}
.sticky_ONE_button_ONE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
	max-height:20px;
}
.sticky_ONE_button_ONE_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_ONE_contain img{
	max-height:20px;
}
.sticky_ONE_button_TWO_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
	max-height:20px;
}
.sticky_ONE_button_TWO_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_TWO_contain img{
	max-height:20px;
}
.sticky_ONE_button_THREE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 5px solid #2d69c3;
	max-height:20px;
}
.sticky_ONE_button_THREE_contain:hover {
	border: 5px solid #A8C5FF;
}
.sticky_ONE_button_THREE_contain img{
	max-height:20px;;
}
.sticky_ONE_button_THREE{
	cursor: pointer;
	display:inline-block;
}
.sticky_ONE_DROP{
	display: none;
}
.sticky_ONE_DROP_contain{
	z-index: 110;
	position: fixed;
	background-color: transparent;
    top:40px;
    width: 100%;
}
.sticky_ONE_DROP_contain img{
	max-height:17px;
}
.sticky_ONE_DROP_ONE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:17px;
}
.sticky_ONE_DROP_ONE_contain:hover{
	border: 3px solid #A8C5FF;
}
.sticky_ONE_DROP_TWO_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:17px;
}
.sticky_ONE_DROP_TWO_contain:hover{
	border: 3px solid #A8C5FF;
}
.sticky_ONE_DROP_THREE_contain{
	display:inline-block;
	background-color: #2d69c3;
	border: 3px solid #2d69c3;
	max-height:17px;
}
.sticky_ONE_DROP_THREE_contain:hover{
	border: 3px solid #A8C5FF;
}
}
/*--- MENU PHONE ENDING  -------------------------------MENU PHONE ENDING---------------------------------------------- */
/* --- MENU ENDING  -------------------------------MENU ENDING---------------------------------------------- */
/* --- SatTrack Beginning  -------------------------------SatTrack Beginning---------------------------------------------- */
@media screen and (min-width: 1080px) {
.background_ONE{
	width:fill;
	margin-top: 100px;
}
.photo_TILES{
	display:inline-block;
	margin-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
.sat_HEADER_ONE{
	color: black;
	font-family:Calibri;
	font-weight:bold;
	font-size:2.5vw;
	position: bottom;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.sat_HEADER_TWO{
	color: black;
	font-family:Calibri;
	font-weight:bold;
	font-size:1vw;
	padding-bottom:5px;
	position: bottom;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
}
@media screen and (max-width: 1079px) {
.background_ONE{
	width:fill;
	margin-top: 75px;
}
.photo_TILES{
	display:inline-block;
	margin-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
.sat_HEADER_ONE{
	color: black;
	font-family:Calibri;
	font-weight:bold;
	font-size:2.5vw;
	position: bottom;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.sat_HEADER_TWO{
	color: black;
	font-family:Calibri;
	font-weight:bold;
	font-size:2vw;
	padding-bottom:5px;
	position: bottom;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
}
@media screen and (max-width: 450px) {
.background_ONE{
	width:fill;
	margin-top: 50px;
}
.photo_TILES{
	display:inline-block;
	margin-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
.sat_HEADER_ONE{
	color: black;
	font-family:Calibri;
	font-weight:bold;
	font-size:2vw;
	position: bottom;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.sat_HEADER_TWO{
	color: black;
	font-family:Calibri;
	font-weight:bold;
	font-size:1.5vw;
	padding-bottom:5px;
	position: bottom;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (min-width: 1080px){
.table_contain{
	display: block;
	visibility: visible;
}
}
/* --@media screen and (max-width: 1079px) {
table, th, td{
	font-family:Calibri;
	font-size:1vw;
}
} ------- */
@media screen and (max-width: 450px) {
.table_contain{
	display: none;
	visibility: hidden;
}
}
/* --- SatTrack Ending  -------------------------------SatTrack Ending---------------------------------------------- */
/* --- TOPS BEGINNING  -------------------------------TOPS BEGINNING---------------------------------------------- */
.tops_ONE{
	margin-top: 5px;
	background-color: black;
}
.tops_BUTTON{
	color:green;
	font-family:Calibri;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
}
/* --- TOPS ENDING  -------------------------------TOPS ENDING---------------------------------------------- */