body {
	background-color: white; 
	color: black; 
	font-family: sans-serif;
	font-style: normal;
	font-size: medium;
	font-weight: normal;
}

a, a:visited, a:hover, a:active {
    color: inherit;
    cursor: pointer;
}


.background-video-container {
	display: flex;
 	align-content: start; /* Pushes inner content to the top */
 	justify-content: center; 
	position: absolute;
	top: 0;            
  	left: 0;
  	width: 100%;
  	height: 100%;
  	overflow: hidden;
  	z-index: -1;
}

.background-video {
}

.background-video-container-after {
  position: absolute;
  top: 0;            
  left: 0;
  width: 100%;
}

.head00 {
	height: 75px; 
	display: flex; 
}

.head00-icon {
	margin-right: 5px;
	height: 25px; 
}

.head-logo {
	height: 75px;
	padding-right: 20px;
	align-self: flex-start;
}

.head-banner {
	height: 75px;
	max-width: 400px; 
	padding-right: 20px;
	align-self: flex-start;
}

.head-language {
	color: black;	
	border-color: black;
	background: transparent;
	
	display: flex;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px; 
	border-radius: 3px;
}

.head-language-globe {
	color: black;	
	
	display: flex;
	margin-left: 5px;
	align-items: center;
}

.head-language-options {
	color: black;
	
	margin-left: 5px;
	margin-right: 5px;
	border: none; 
	font-style: italic;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
}

.head00-item {
	height: 25px; 
	display: flex; 
	font-size: small;
	place-items: center;
	cursor: pointer;
}

.head-title {
	font-style: italic;
	font-size: xx-large;
	font-weight: bolder;
	text-align: left;
	min-width: 200px;
	align-self: center;
}

.head-button-container {
	display:flex; 
	flex-wrap: wrap;
	align-content: center;
}

.head-button {
	font-size: small;
	font-style: italic;
	
	font-weight: bold;
	text-align: center;
	min-width: 100px;
	align-self: center;
	margin-top: 3px;
}

.foot-button {
	font-size: small;
	margin: 2px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-radius: 3px;
}



.page-row-image {
	max-height: 300px;
	border-style: solid;
	border-color: black;
	border-width: medium;
	margin: 5px;
}

.page-row-video {
	max-height: 300px;
}

.page-row-head {
	font-size: x-large;
	font-weight: bold; 
	text-align: center;
}

.page-row-name {
	padding-top: 20px; 
	font-size: large;
	font-weight: bold;
	padding-bottom: 1px; 
	text-align: center;
	max-width: 800px; 
}

.page-row-detail {
	font-size: medium;
	font-weight: normal; 
	text-align: center;
	max-width: 800px; 
}

.page-row-note {
	font-size: small;
	font-weight: bold; 
	text-align: center;
	max-width: 800px; 
}

.menu-select {
	border: medium;
	border-color: gray;
	border-style: solid;
	background: #EFEFEF;
	text-align: center;
	text-align-last: center;
}

.menu-select-image {
	height: 100px;
	border-style: solid;
	border-color: black;
	border-width: medium;
	margin: 5px;
	display: none;
}

.menu-select-option {
	font-size: medium;
	font-weight: normal;
	text-align: center;
	text-align-last: center;
}

.menu-row-image {
	border-style: solid;
	border-color: black;
	border-width: medium;
	margin: 5px;
	display: none;
}

.menu-row-video {
	border-style: solid;
	border-color: black;
	border-width: medium;
	margin: 5px;
	display: none;
}

.menu-row-head {
	padding-top: 20px; 
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px; 
	text-align: center;
}
.menu-row-name {
	padding-top: 20px; 
	font-size: large;
	font-weight: bold;
	padding-bottom: 1px; 
	text-align: center;
}

.menu-row-detail {
	padding-top: 5px; 
	font-size: medium;
	font-weight: normal;
	padding-bottom: 1px; 
	text-align: center;
}
.menu-row-price {
	padding-top: 1px; 
	font-size: medium;
	font-weight: normal;
	padding-bottom: 1px; 
	text-align: center;
}
.menu-row-note {
	padding-top: 5px; 
	font-size: small;
	font-weight: normal;
	padding-bottom: 1px; 
	text-align: center;
}

.contact-head {
	padding-top: 30px; 
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 10px; 
}

.contact-detail {
	padding-top: 5px; 
	font-size: normal;
	font-weight: normal;
	padding-bottom: 5px; 
}

.gallery-row-image {
	border-style: solid;
	border-color: black;
	border-width: medium;
	height: 200px; 
	margin: 5px;
}

.gallery-row-video {
	border-style: solid;
	border-color: black;
	border-width: medium;
	height: 200px; 
	margin: 5px;
}

#headBurger{
	width: 30px;
	height: 30px;
}

#navMenu{
	display: none;
}
.navButton{
	display: block;
	font-family: sans-serif;
	font-style: normal;
	font-size: xx-small;
	font-weight: normal;
	background-color: transparent;
	border: none;
}

.foot-copyright {
	font-size: small;
}

.head-banner-spacer {
	width: 100px;
}

@media only screen and (max-width: 600px) {
	.hide-on-mobile {
    	display: none;
  	}
	.page-row-image {
  		height: 200px;
	}
	.page-row-video {
  		height: 200px;
	}
	.menu-row-image {
  		height: 200px;
	}
	.menu-row-video {
  		height: 200px;
	}
}

@media only screen and (max-width: 500px) {
	.page-row-image {
  		height: 150px;
	}
	.page-row-video {
  		height: 150px;
	}
	.menu-row-image {
  		height: 150px;
	}
	.menu-row-video {
  		height: 150px;
	}
}

@media only screen and (max-width: 400px) {
	.page-row-image {
  		height: 100px;
	}
	.page-row-video {
  		height: 100px;
	}
	.menu-row-image {
  		height: 100px;
	}
	.menu-row-video {
  		height: 100px;
	}
}
