/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


body {
  background: #111 url("images/bg_main.png");
  background-size: 48px auto;
  min-height: 100vh;
  color: #EAE4D7;
  font-family: Verdana;
  margin: 0;
}

.topbar {
  background-repeat: repeat-x;
  width: 100%;
  height: 48px;
  background-image: url("images/bg_top.png");
  background-size: 48px auto;
  color: #EAE4D7;
}

.page-width {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  

}

.big{
	font-size: 20px;
}

.content p {
	line-height: 1.5;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.content h1 {
	margin-top: 1em;
}

.content h2{
		margin-top: 1em;
}


.content h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.content {
  padding: 20px;
  margin-top: 30px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
   background-color: rgba(0, 0, 0, 0.25);
}

.content-text {

}


.logo{
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  text-align: left;
  transform: translate(-20px, 4px);
}

.indexfeatureimg{
	display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
}

.threemain{
 display: block;
  width: 738px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}

.howthefeatures{
	 display: block;
  width: 782px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
   margin-bottom: 30px;
   margin-top: 20px;
}

.linkonpage{
	color: #98a4ff;
	
}



.info-box summary {
  cursor: pointer;

}

.info-box p {
	display: inline-block;
  padding: 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.info-box img{
	display: inline-block;
  padding: 10px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}


.menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding:14px 0 0;
  margin-top: 0;
  
}

.menu a {
  color: white;
  text-decoration: none;
  
}

.downimages {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 240px;
  max-width: 100%;

  margin: 0 auto 20px;
  gap: 40px;
}

.downimages a {
  display: block;
}

.downimages img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  
  border: 4px solid transparent;
  box-sizing: border-box;

  transition: 0s;
}

.downloadtext{
	text-align: center;
}

.downimages img:hover {
  border-color: white;
}	



.bold {
	font-weight: 700;
}


.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;

  top: 100%;
  left: 0;

  list-style: none;
  margin: 0;
  padding: 6px 0 0;

  z-index: 10;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 6px 10px;
  background: #333;
  color: white;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background: #444;
}

.middle{
	text-align: center;


}

.text-bg{
  background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.corner-image {
  position: fixed;
  right: 20px;
  bottom: 20px;

  width: 80px;
  height: auto;
}

.video {
  min-width: 0;
  flex: 2;
}

.video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.media {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  gap: 8px;
  
}

.image-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;

  cursor: pointer;
  border: 4px solid #555;
  box-sizing: border-box;
}

.image-grid img:hover {
  border-color: white;
  filter: brightness(1.2);
}

.image-viewer {
  display: none;
  position: fixed;

  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.75);

  justify-content: center;
  align-items: center;

  z-index: 9999;
}

.image-viewer img {
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  border: 10px solid #555;
}

.recipes{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.recipes img{
	width: 100%;
	height: auto;
	display: block;
}

.see-more {
  width: 140px;
  aspect-ratio: 16 / 9;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  border: 2px dashed #777;

  color: white;
  text-decoration: none;
  font-weight: bold;
}

.see-more:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.08);
}

.gallery-title{
  text-align: center;

}

.gallery-side{
	  margin-left: 40px;
	  flex: 1;
	min-width: 0;
	
}

.mojang{
	padding: 30px;
	transform: translateY(40px);
	font-size: 10px;
	text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;

  cursor: pointer;

  border: 2px solid #444;
  box-sizing: border-box;
}

.gallery-grid img:hover {
  border-color: white;
  filter: brightness(1.15);
}