@font-face {
  font-family: Lazydog;
  src: url('layout/Lazydog.otf');
}

@media only screen and (max-width: 1080px) {
	p { max-width: 95%; }
	.wrapper { max-width: 95%; }
}

p {
	max-width: 700px;
	text-align: center;
	margin-inline: auto;
}

.container {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.gallery {
	flex: 0 0 auto;
	min-width: 200px;
	height: 320px;
}

.gallery h3 {
	min-height: 40px;
	margin: 0px;
	margin-top: 15px;
}

.image, .imageold {
	background-image: url("layout/babyzbak2.png");
	height: 200px;
	border-radius: 100px;
}

.image img {
filter: drop-shadow(1px 0px 0px #fff) drop-shadow(-1px -0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(0px -1px 0px #fff);
}

.dlbutton {
	border-radius: 30px;
	background-color: #a2b467;
	color: #fcfaf0;
	margin: 15px;
	margin-inline: auto;
	border: 0px solid #c7ce8a;
	padding: 10px 20px 10px 20px;
	text-align: center;
	max-width: fit-content;
	display: inline-block;
}

.dlbutton:hover {
	background-color: #c7ce8a;
	color: #fcfaf0;
	text-decoration: none;
}

.desc {
	border-radius: 30px;
	background-color: #fcfaf0;
	margin: 15px;
	margin-inline: auto;
	border: 2px solid #e2e5b9;
	padding: 15px 10px 15px 10px;
	text-align: center;
	width: 170px;
	line-height: 1.3;
	font-size: 0.8em;
}


.name, h3 { 
	color: #91a74b;
	font-weight: bold;
	font-size: 1.4em !important;
	font-style: italic;
	letter-spacing: 0px;
}


.updatelog {
	display: none;
	text-align: left;
	font-size: 0.8em;
	max-height: 200px;
	width: 450px;
	overflow-y: scroll;
	border: 1px solid #91a74b;
	background-color: #fcfaf0;
	margin-inline: auto;
	margin-top: 10px;
	scrollbar-color: #91a74b #e2e5b9;
	scrollbar-width: thin;
	padding: 15px;
}

.updatelog li {
  list-style-type: circle;
  float: none;
  padding: initial;
  line-height: normal;
}

#navigation ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  max-width: fit-content;
  margin-inline: auto;
}

li {
	float: left;
	padding: 10px 16px;
	line-height: 5px;
}

li a,  .dropbtn {
	font-weight: normal;
	display: block;
	border-radius: 25px;
	color: #fbf8e5;
	text-align: center;
	text-decoration: none;
	padding: 20px;
}


li a:hover {
	background-color: #96785b;
	text-decoration: none;
	color: #fbf8e5;
}


li.dropdown {
	display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #c0c78c;
  min-width: 160px;
  max-width: 500px;
  z-index: 1;
  padding: 20px;
  border-radius: 25px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  text-align: left;
}

.dropdown-content a:hover {background-color: #a6b37d;}

.dropdown:hover .dropdown-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.navsub {
	min-width: 0;
	flex: 1;
	font-size: 15px;
	line-height: normal;
}

.navsub li {
display: block;
line-height: normal;
padding: 0px;
}

.navsub li a {
font-weight: normal;
  text-align: left;
  text-decoration: none;
	padding: 10px;
	color: #fff;
}

.navsub b {
	padding: 10px;
	color: #78844d;
	font-weight: normal;}

.header {
	left: 20px;
	display:block;
	width: 100%;
	background-color: #c0c78c;
	background-image: url("layout/babyzbak2.png");
	height: 200px;
}

.header img {
	display: block;
	margin: auto;
}

#navigation {
	position: sticky;
	top: 0px;
	margin: 0px;
	color: #fff;
	font-family: 'Lazydog', serif;
	font-size: 25px;
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #b99470;
	z-index: 6;
}

body {
	background-image: url("layout/babyzbak.png");
	background-attachment: fixed;
	background-color: #f4f5f8;
	font-family: "Victor Mono", monospace;
	font-size: 0.9em;
	font-weight: 500;
	color: #4A5759;
	line-height: 1.8;
	letter-spacing: 1.5px;
	color: #61472f;
	margin: 0px;
    padding-bottom: 50px;
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #91a74b;
	font-weight: bold;
}

a:hover {
	color: #ba9158;
	text-decoration: underline wavy #91a74b;
}

footer { 
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 50px;
	margin-top: 350px;
	font-size: 0.75em;
	text-align: center;
}

hr {
	border: 0px;
	border-top: 6px dotted #ba9158;
	margin: 40px auto 40px auto;
	width: 40%;
}

.wrapper {
	margin-inline: auto;
	display: block;
	max-width: 60%;
	padding-top: 30px;
	text-align: center;
}

div.item {
	padding: 40px;
}

b, em {
	color: #b99470;
}

h1, h2 {
	font-family: "Lazydog", serif;
	font-weight: normal;
}

h1 {
	font-size: 50px;
	margin-bottom: 30px;
	color: #c0c78c;
	text-shadow: 3px 3px #926650;
}

h2 {
	font-size: 35px;
	margin-bottom: 30px;
	color: #764832;
	text-shadow: 2px 2px #c0c78c;
}

em {
	font-weight: normal;
	color: #516933;
	font-style: italic;
	background-color: #e1e5b9;
	letter-spacing: 0;
}