/* Filter bar styles */

#gallery-bar,
#gallery-bar a {
	text-align: left;
	width: 100%;
	background-color: #333;
	border-radius: 5px;
	color: #41DB00;
	font-weight: 600;
  text-decoration: none;
}

.gallery-sort-button {
	padding: 13px;
	padding-top: 12px;
}
.set {
	background-color: #5E5E5E;
}
.gallery-sort-button:hover {
	background-color: #777;
}

#gallery-right-bar {
	float: right;
	padding: 10px;
	padding-top: 10px;
}

#filterForm {
  display: inline;
}


@media (max-width: 606px) {
  #gallery-bar {
    height: 82px;
  }
  #gallery-right-bar {
    float: left;
  }
}

/* Photo gallery styles */

.photos {
  background: #000;
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid;
  box-shadow: 5px 8px 20px #144200;
}

.photo_caption {
  text-align: left;
  max-width: 550px;
  width: 100%;
  margin: auto;
}