body {
	margin: 0 auto;
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	background: #474c52 url("/ministry/images/site/background.jpg") center center fixed;
}
aside {
	display: flex;
	width: 20%;
}
header {
	display: flex;
	text-align: center;
	flex-direction: column;
	width: 100%;
}
main {
	flex: 1;
	display: flex;
}
h1, h2, h3 {
	font-size: 1.6em;
}
.content {
	padding-right: 100px;
  width: 100%;
}
.container {
	display: flex;
	flex-direction: column;
}
.menu-and-content {
	display: flex;
}
.logo img {
	max-width: 100%;
	max-height: 100%;
}
#menu .menu-item {
	white-space: normal;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 18px;
	font-weight: 400;
	font-size: 18px;
}
#menu ul {
	margin-left: 0;
	padding: 0;
}
#menu ul li>ul {
	margin-left: 20px;
	display: none;
}
#menu li {
	list-style: none;
	margin-bottom: 18px;
	margin-top: 8px;
	margin-left: 30px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#menu a:hover {
	color: #ababab;
}
.gallery-container {
	display: flex;
	flex-wrap: wrap;
  flex-direction: row;
  max-width: 98%;
	align-items: flex-start;
}
.gallery-container img {
	margin: 10px;
  height: 354px;
  width: 354px;
	vertical-align: top;
	display: inline-block;
}
.gallery-image-caption {
	display: block;
	text-align: center;
	font-size: 12px;
}
div.hr {
	clear: both;
	margin: 2em 0;
	height: 2px;
	background: transparent url("/ministry/images/site/horizontal.png") 0 0 repeat-x;
}
.mobile-menu {
	display: none;
	position: absolute;
	top: 8px;
	right: 0;
	padding: 0.3rem;
	cursor: pointer;
}
.menu-burger-line {
	height: 6px;
	width: 34px;
	margin: 0.4rem 0;
	background: #FFFFFF;
	transition: transform 0.75s ease, opacity 0.75s ease;
}
#menu.show .menu-burger-line1 {
	transform: translate(-10px) rotate(45deg) translate(15px);
}
#menu.show .menu-burger-line2 {
	opacity: 0;
}
#menu.show .menu-burger-line3 {
	transform: translate(-10px) rotate(-45deg) translate(15px);
}
#menu.show .nav-links {
	transform: translateX(0%);
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
p {
	white-space: normal;
}
a:link, a span.hilite {
	text-decoration: none;
	color: #ae873b;
}
a:visited {
	text-decoration: none;
	color: #ae873b;
}
a:hover, a span.hilite:hover {
	text-decoration: underline;
	color: #ae873b;
}
a:active, a span.hilite:active {
	text-decoration: none !important;
	color: #fff;
}
.post_subject {
	margin: 0.1em 0 0.4em 0;
	font-size: 1.6em;
	color: #fff;
	padding: 0 0;
}
.post-num {
	margin: 0.2em 0.8em 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
}
.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}
.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.inactive-button {
  background-color: #EEE;
}

.active-button {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  background-color: #28F;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

/* Bottom left text */
.image-header {
    position: absolute;
    bottom: 80px;
    left: 35px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    float: bottom;
}

/* Release pages */

.release {
  display: flex;
  flex-direction: column;
}
.release-cover-and-info {
  display: flex;
}
.release-cover {
  flex: 0.5;
}
.release-info {
  flex: 1;
}
.release-tracks {
  width: 70%;
}

hr.tracks {
  border: 1px solid white;
  margin-bottom: 20px;
  margin-top: 20px;
}

.track-title-left {
  float: left;
}

.track-title-right {
  float: right;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px),(max-width : 600px) {
	.mobile-menu {
		display: block;
		opacity: 1;
	}
	.nav-links {
		position: fixed;
		width: 100%;
		transform: translateX(100%);
		transition: transform 1s ease;
		background-color: #FFFFFF;
		height: 80vh;
		overflow: auto;
	}
	aside {
		width: 0;
	}
	.content {
		padding-right: 25px;
		padding-left: 19px;
	}
  .release-cover-and-info {
    flex-direction: column;
  }

  .release-tracks {
    width: 95%;
  }

  .gallery-container img {
    margin-left: 0px;
    margin-bottom: 10px;
    height: 334px;
    width: 334px;
    vertical-align: top;
    display: inline-block;
  }

}
