* 
body {
    height: 100%;
    background-color: white;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;
    text-decoration-color: transparent;
	background-attachment: fixed;
	background-image: linear-gradient(#808080, #8fa88f , white);
	
}
button:hover {
  cursor: pointer;
}
input[type=submit]
{
	cursor: pointer;
}



/*Background*/
.background {
	background-attachment: fixed;
	background-image: url(Background.png);
	background-size: 1000px;
	position:fixed;
	height:100vh;
	width:100vw;
}
/*Body*/
.main_body {
    position: fixed; /* Change to fixed to make it relative to the viewport */
    color: black;
	width: 100vw;
	max-width: 100vw; 
	/*height: calc(100vh)*/;
	overflow-y: auto; /* Add a scrollbar when content exceeds the max-height */
	margin: 0 auto; /* This will horizontally center the div */
}
.container {
    padding: 2rem;
}

.slider-wrapper {
    position: relative;
    margin: 0 auto;
}

.slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 70vw;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
	

}
/*Banner*/
/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
    display: none;
}

.slider a {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;

}

.slider img {
    width: 70vw;
    height: 20vw;
}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #fff;
    transition: opacity ease 250ms;
}

.slider-nav a:hover {
    background-color: lightblue;
}

/*Mobile*/
.ui_Pannel_Mobile_Topbar {
	width: 100vw;
	position: fixed;
	overflow-y: auto;
	overflow-x: auto;
	z-index: 999;
	transform: translateZ(0);
	top: 0vh;
	left: 0vw;
	height: 50px;
	background-color: #282828;
	color: white;
}
.ui_Pannel_Mobile {
	width: 100vw;
	position: fixed;
	height: 50px;
	background-color: gray;
	color: white;
	z-index: 999;
	height:calc(100vh - 50px);;
	top:50px;
}
.ui_Pannel_Mobile_Button {
	height:50px;
	width: 100vw;
	border:none;
	padding:none;
	padding-left:10px;
	margin:none;
	background-color: transparent;
	
	display:flex;
	align-items:center;
	font-family: Verdana;
	font-size: 1em;
	text-align: center;
	align-items:center;
	text-decoration: none;
	text-transform: capitalize;
	color: white;
	
	transition: .5s ease;
	position: relative;
	cursor:pointer;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Sidebar*/
/*
.ui_Pannel_Sidebar {
	width: 85px;
	position: fixed;
	top: 150px;
	height: calc(100vh - 150px);
	background-color: gray;
	color: white;
}
*/
.ui_Pannel {
	width: 100vw;
	position: fixed;
	top: 0vh;
	height: 100px;
	color: white;
	z-index: 999;
	background: rgba(0,0,0,0.5);
	
}


/*Background 2*/
.ui_Table{
	width:100vw;
	height:50px;
	border:none;
	margin:none;
	background-color: transparent;
	white-space: nowrap;
	color: white;
	
}
.ui_Table_Sidebar{
	width:100px;
	border:none;
	margin:none;
	padding:none;
	background-color: transparent;
	white-space: nowrap;
}
/*First*/
.ui_Button1 {
	height:40px;
	border:none;
	margin:none;
	background: none;
	
	display:flex;
	align-items:center;
	font-family: Verdana;
	font-size: 1em;
	text-decoration: none;
	text-transform: capitalize;
	color: white;
	
	transition: .5s ease;
	position: relative;
	cursor:pointer;
	
}
.ui_Pannel_Sidebar_Button {
	height:40px;
	border:none;
	padding:none;
	padding-left:10px;
	margin:none;
	background-color: transparent;
	
	display:flex;
	align-items:center;
	font-family: Verdana;
	font-size: 1em;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	color: white;
	
	transition: .5s ease;
	position: relative;
	cursor:pointer;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.ui_th {
    border:none;
	color: white;
	white-space: nowrap;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 5px;
}
.ui_td {
    border:none;
	margin:none;
	color: white;
	white-space: nowrap;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 5px;
}
.Hyperlink_Table{
	border-collapse:collapse;
	white-space: nowrap;
	color: black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
}
.Hyperlink_th {
	color: white;
	background-color: #282828;
	min-width:50px;
	white-space: nowrap;
	text-align: left;
	position: sticky;
	
	padding-left: 10px;
	padding-right: 10px;
	height:50px;
	min-width:50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color:white;
	
}
.Hyperlink_subheading {
	padding-left: 10px;
	padding-right: 10px;
	height:50px;
	min-width:50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: grey;
	color:white;
}
.Hyperlink_td, .Hyperlink_tr {
	padding-left: 10px;
	padding-right: 10px;
	height:50px;
	min-width:50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Hyperlink_tr:nth-of-type(2n) {
	background-color: lightgrey;
}
.Hyperlink_text {
	color: black;
}
.Shop_Table{
	white-space: nowrap;
	color: black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 0 auto; /* This will horizontally center the div */
}
.Shop_th {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: #282828;
	height:50px;
	min-width:50px;
	white-space: nowrap;
	text-align: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Shop_td, .Shop_tr {
	padding-left: 10px;
	padding-right: 10px;
	height:50px;
	min-width:50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.Body_button 
{
	color:white;
	background-color: #282828;
	height:30px;
	padding:5px;
	margin:3px;
	border-radius: 8px;
	border-width : 1px;
	box-shadow: 3px 3px 6px #000000;

}
	
/*Shop*/
img{
	max-width:100%;
	height:auto;
}

.rating
{
	color:gold;
	padding:3% 0;
}
/* auto sizing for the info page */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
