* {
  box-sizing: border-box;
}
html {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #A6A29D;
	background-color: #292828;
	line-heigt: 1em;
	padding-left: 2em;
	padding-right: 2em;
	
}

body {
margin: 0;
align-items: center;
object-position: center;
			
}

h1 {
  font-size: 3rem;
  color: #F6A136;
  margin-left: 20px;
  padding: 0.25em;
  background: none;
  line-height: 1.1em;
  text-align: center;
}


h2 {
  font-size: 2rem;
  color: #F6A136;
  margin-left: 20px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background: none;
  line-height: 1em;
  text-align: center;
}



.pictures-small {
display: block;
}




ul {
  columns: 50vw;
  break-inside: avoid;
  margin-left: 0px;
  margin-right: 2em;
  padding: 0.5em;
  
}


li {
  list-style-type: none;
}

img {
  width: 100%;
  max-height: 95vh;
  display: block;
  object-fit: contain;
  margin-top: 0px;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
}



/*@media (min-width: 1100px) {

ul {
columns: 25vw;
}	
	

@media (min-width: 1366px) {

		
ul {
columns: 33vw;
}
	


@media (min-width: 1366px) {

		
ul {
columns: 30vw;
}
	


@media (min-width: 1800px) {

		
ul {
columns: 30vw;
}
	


@media (min-width: 1900px) {

		
ul {
columns: 18vw;
}
	*/


