* {
	box-sizing: border-box;
}

a:link, a:visited {
	color: #5a5a5a;
	text-align: left;
	text-decoration: none;
	display: inline-block;
}

a:active, a:hover {
	filter: brightness(1.3);
}



.menubuttoncontainer {
	display: flow;
	width: 100%;
	padding: 35px;
	z-index: 1;
	position: sticky;
	bottom: 0;
	text-align: right;
}

.menubutton {
	color: #5a5a5a;
}

.nav {
font-family: apparat-light, sans-serif;
font-style: normal;
font-weight: 400;
color: #5a5a5a;
}

h3 {
	font-weight: normal;
	line-height: 1.5;
}

h2 {
	font-weight: 200;
	line-height: 1.5;
	font-size: 40px;	
}


a:active {
	font-weight: 600;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 18px;
	margin-bottom: 3px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}

img {
	max-width: 100%;
}


body {
	background-image: url("/Images/Paper-Texture-Background-Cont.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: top;
	text-align: center;
}

.header {
	margin-top: 20px;
}

.social {
	max-width: 28px;
}

/* Of Greatness Promo */

.ogr-flex {
	display: flex;
	flex-wrap: wrap;
}

.ogr-flex-left {
	flex:	50%;
}

.ogr-flex-right {
	flex:	50%;
}

/* Releases */

.releases-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	gap: 20px;
	list-style: none;
}

.release-card {
  transition: 0.3s;
  max-width: 250px;
}

a.release-card:hover {
	filter: brightness(0.9);
}

.release-description {
	padding: 0px 6px;
}


.release {
	font-size: 14px;
}

.ogr-release {
	min-height: 400px;
	display: flex;
	flex-flow: wrap row;
	justify-content: space-around;
	align-items: flex-start;
	gap: 30px;
	list-style: none;
}

.ogr-release-image {
	max-width: 300px;
}

.ogr-release-description {
	flex: 50%;
}

.yh-links {
    justify-content: center;
	font-size: 30px;
	font-style: italic;
	margin-bottom: 10px;
}

/* Yellow Handkerchief iframe */

.iframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* Links page */

.Linkcontainer {

}

a.buttonlinks {
	text-align: center;
}

.buttonlinks {
	border: none;
	width: 100%;
  color: Lightgrey;
  background-color: #5a5a5a;
  border-radius: 4px;
  padding: 4px 5%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* Mobile only */

@media only screen and (max-width: 850px) {


	 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  align-items: center;
  justify-content: center;
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  bottom: 8px;
  right: 45px;
  font-size: 60px;
}

.menubuttoncontainer {
	height: 100px;
}

.grid-container {
	height: calc(100vh - 100px);
	overflow: auto;
}


.left-column {
	display: none;
}

.left-column-overlay {
	display: inline-block;
}

.sociallinksoverlay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 20px;
}

table.sociallinks {
	display: none;
}

.linkssociallinks {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

table.linkssociallinks {
	display: inline-flex;
	border-spacing: 30px;
}


table.sociallinksoverlay {
	display: inline-block;
}


/* Releases page */

.releases-flex-container {
	align-items: center;
}

.ogr-release {
	align-items: center;
}

table {
	width: 100%;
}

.ogr-flex-left, .ogr-flex-right {
	flex: 100%;
}

}

div.container {
	text-align: center;
	line-height: 1.5;
	padding: 10px 20px;
}

body {
	;
	line-height: 1.5;
	padding: 10px;
}

img.album {
	width: 200px;
}


div.ogr {
	flex-direction: 100%;
}


h3.ogrtitle {
	font-size: 60px;
	line-height: 1;
	font-family: apparat-light, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: center;
	color: #5a5a5a;
}

h3.ogrsubtitle {
	font-size: 30px;
	line-height: 0.5;
	font-family: apparat-light, sans-serif;
	font-style: italic;
	font-weight: 200;
	text-align: center;
	color: #5a5a5a;
}


/* Desktop only */

@media only screen and (min-width: 850px) {

p.mobile {
	display: none;
}


img.album {
	width: 200px;
}

.albuma {
	width: 100%;
}

table {
	width: 100%;
}

table.sociallinks {
	width: 100%;
	border-spacing: 30px;
}

table.linkssociallinks {
	width: 100%;
	border-spacing: 30px;
}

.overlay-content {
	display: none;
}

.overlay {
	display: none;
}

table.sociallinksoverlay {
	display: none;
}

table.a {
	empty-cells: show;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
}

p {
	line-height: 1.5;
}

.menubuttoncontainer {
	display: none;
}

.menubutton {
	display: none;
}

.nav {
	font-family: apparat-light, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.grid-container {
	margin-right: 12.5%;
	margin-left: 12.5%;
	margin-top: 3%;
	margin-bottom: 12.5%;
	display: grid;
	max-width: 100%;
	text-align: left;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, auto);
	grid-row-gap: 40px;
}

.grid-container-yh {
	margin-right: 12.5%;
	margin-left: 12.5%;
	margin-top: 3%;
	margin-bottom: 12.5%;
	display: grid;
	max-width: 100%;
	text-align: left;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, auto);
	grid-row-gap: 40px;
}

.header {
	grid-column: 1 / 5;
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #5a5a5a;
		
}

.sociallinks {
	grid-column: 1 / 5;
	grid-row: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 20px;
}

.linkssociallinks {
	grid-column: 1 / 5;
	grid-row: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 20px;
}

.left-column-overlay {
	display: none;
}


.left-column {
	grid-column: 1;
	grid-row: 3;
	display: inline-block;
	width: 100%;
	padding-right: 20%;
}

.right-column {
	display: grid;
	float: left;
	grid-column: 2 / 5;
	grid-row: 3;
	width: 100%;
}

.centre-column {
    display: flex;
	justify-content: center;
	grid-column: 1 / 5;
	grid-row: 3;
	width: 100%;
}

.centre-column-links {
  display: block;
	grid-column: 1 / 5;
	grid-row: 3;
	width: 100%;
	text-align: center;
}

/* Of Greatness Receding Promo Image */

.ogspromo {
}

h3.ogrtitle {
	font-size: 80px;
	line-height: 1;
	font-family: apparat-light, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: right;
	color: #5a5a5a;
}

h3.ogrsubtitle {
	font-size: 30px;
	line-height: 0.5;
	font-family: apparat-light, sans-serif;
	font-style: italic;
	font-weight: 200;
	text-align: right;
	color: #5a5a5a;
}



div.container {
	text-align: center;
	padding: 10px 20px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

table.a {
	max-width: 70%;

}

/* body {
	width: 100%;
	background-color: White;
	align-items: center;
} */

ul.sidenav li a {
	padding: 10px;
	font-size: 30px;
}

}