@charset "ISO-8859-1";

body {
	color: white; 
	background-color: black; 
	background-image: url("img/tech-background1.jpg");
	background-size: cover;         
 	background-position: center; 
	background-repeat: no-repeat; 
	background-attachment: fixed;  
	min-height: 100vh;       
}

.head00 {
	height: 25px; 
	display: flex; 
	font-size: small;
	display: flex;
  	justify-content: space-evenly; /* Change to space-between or space-around as needed */
 	width: 100%; /* Ensure the container spans the desired width */
 	max-width: 1000px;
}

.head00-item {
	height: 25px; 
	display: flex; 
	font-size: small;
	place-items: center;
	cursor: pointer;
}

.head00-icon {
	margin-right: 5px;
	height: 25px; 
}

.head01 {
	height: 25px; 
	display: flex; 
	font-size: small;
	place-items: center;
}

.head-icon {
	height: 25px; 
	width: auto;
}

.head-language {
	border-color: black;
	color: white;	
}

.head-language-globe {
	color: white;	
}

.head-language-options {
	color: black;	
	background: white;
}

.head-button {
	color: white; 
	border-color: white;
	background-color: transparent;
}

.foot-button {
	border-color: none; 
	background-color: transparent;
}

.head-title {
}

.head-title1 {
}

.head-title2 {
}

.head-title3 {
	font-family: cursive;
	font-size: medium;
}

.page-item-head {
	margin: 20px;
	font-style: italic;
}

.page-item-name {
	max-width:600px;
}

.page-item-detail {
}

.page-item-price {
}

.page-item-note {
}

.menu-item-head {
}

.menu-item-image {
	height: 300px; 
}

.menu-item-name {
}

.menu-item-detail {
}

.menu-item-price {
}

.menu-item-note {
	font-style: italic;
}

.menu-item-spacer {
	height: 10px;
}

.contact-item-head {
	margin-top: 30px;
	font-style: italic;
}

.contact-item-name {
	max-width:600px;
}

.contact-item-detail {
}

.contact-item-price {
}

.contact-item-note {
}

.foot-copyright {
	margin-top: 20px;
	font-weight: bold;
}
