/* PURE CSS Rock Gallery Viewer www.imparato.be - by Emilio Imparato 

.class 
#id

*/

body {
	background-color: #333333;
	font-family: "Century Gothic";
	color: #cabb5d;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 1.2em;
}
#main {
	width: 100%;
}
#middle_container {
	width: 100%;
}
#main_image {
	width: 100%;
}
#galleria_wrapper {
	width: 100%;
}
#mainpic {
    width: 75%;
}
#homebutton {
	position: absolute;
	left: 10px;
	width: 30px;
}
.replaced {
	width: 90%;
}
.description {
		width: 100%;
	}
.legend{
	font-size: 18px;
}
.progBarContainer{
	margin: auto;
	width: 30%;
}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#cabb5d;!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#cabb5d;!important}


.jumbotron {
	text-align: center;
	padding: 0;
	margin: 0;
  }

  .gallery {
	padding: 10px;
	margin: 5px;
  }

  .gallery img {
	width: 100%;
	border-radius: 0;
	position: relative;
  }
  #picture {
	
    
    text-align: center;
  }
  .responsive {
	width: 100vw;
    height: auto;
    max-width: none;
    max-height: 100vh;
    object-fit: contain;
}
  