@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap') {
  display:none;
}

/* ez colors est. 2020 */
:root {
  --c1: #2f5268;
  --c2: #d0cbb4;
  --a1: #26405b; 
  --a2: #b2e1ff;
  --link: #d0cbb4;
  --visited: #ffffff;
  --dropcolor: #d0cbb4;
  --textcolor: #d0cbb4;

  --pagewidth: 1100px;
  --coverwidth: 220px;

  --logocolor: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(556%) hue-rotate(10deg) brightness(91%) contrast(80%);
  
  font: 100%/1.5 sans-serif;
}

.grid{
	width: 280px;
	display: inline-grid;
}
.artist-tile {
	display: flex;
	/*align-items: flex-end;*/
	margin-top: 20px;
}
.sectiongrid{
	width:600;
	text-align:center;
}
/* Menu Definitions */
#menu {
    width: var(--pagewidth);
    margin: 0 auto;
    line-height: 100%;
}
header {
    position: relative;
    padding: 64px 0 0px 0;
    text-align: center;
}
header ul.menu {
    padding: 20px 0 16px 0;
    color: var(--textcolor);
    border-bottom: 4px solid var(--c2);
    margin:0;
    /* filter: drop-shadow(0 0 0.3rem #102842); */
}
header ul li {
  color: var(--textcolor);
  display: inline-block;
  padding: 0 15px;
  font:80%/1.5 sans-serif;
  text-transform: uppercase;
}
header li a {
  text-decoration: none;
  filter: drop-shadow(0 0 0.4rem #102842);
}
header, footer {
  width: var(--pagewidth);
  margin: 0 auto;
  line-height: 100%;
}
#footfix {
  clear: both;
  padding: 20px 0 40px 0;
  text-transform: uppercase;
  text-align: center;
  font: 80%/1.5 sans-serif;
  border-top: 4px solid var(--c2);
}
header h1 a {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  filter: var(--logocolor);
  text-indent: -9999px;
  background: url("/img/logosme2.png") no-repeat left top;
  /* filter: drop-shadow(0 0 1rem #102842); */
}
header h1 {
	filter: drop-shadow(0 0 1rem #102842);
}
header h1 a:hover {
  background-position: left bottom;
}

/* General Definitions */
body {
  background-image: url("/dls-og1/img/dandelion_2_fullsize.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--c1);
  margin: 0;
  color: var(--textcolor)
}
section {
  margin: 0 auto;
  width: var(--pagewidth);
  /* margin: auto; */
  /* text-align: center; */
  /* filter: drop-shadow(0 0 0.25rem #102842); */
}
article {
  margin: auto;
}
.abcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
h1 {
  margin:0;
}
h2 {
  text-align:center;
  margin:0;
  padding: 20px 0 0 0;
}
h3 {
  color: var(--textcolor);
  text-align:center;
  margin: -20px 0 0 0;
  padding: 0px 0 20px 0;
}
p {
  color: var(--textcolor);	
  text-align:center;
}
#textentry p {
  margin: 0;
  padding: 0 0 20px 0;
}
#artists p {
  margin: 0;
  padding: 0 0 20px 0;
}
a {
  color: var(--link)
}
a:hover {
  color: var(--visited)
}

/* Grid Definitions */
#index {
  width: var(--pagewidth);
  margin: 0 auto;
  padding: 0;
}
.clearfix {
  display: block;
  background-color: var(--a1);
  /* filter: drop-shadow(0 0 0.25rem #102842); */
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: ".";
  font-size: .1em;
  line-height: 0;
  overflow: hidden;
}
#index article {
  z-index: 7000;
  position: relative;
  float: left;
}
#index a.jacket, #index a.jacket img {
  border: none;
  overflow: hidden;
  float: left;
}
#index a.jacket img {
  width: var(--coverwidth);
}
#index a.jacket:hover {
  border: 4px solid var(--dropcolor) !important;
}
#index a.jacket:hover img {
  margin:-4px !important;
}

/* Album Info Pages */

#textentry img {
  display: block;
  margin: auto;
  width:500px;
  /*padding: 20px 0 0 0;*/
}
#artists img {
  /*display: block;*/
  margin: auto;
  /*padding: 20px 0 0 0;*/
}
#textentry iframe {
  display: block;
  margin: auto;
  padding: 20px 0 0 0;
  width:464;
  height:261;
}
#tracklist {
  width:auto;
}
#tracklist h4 {
  color: var(--textcolor);
  margin:0;
  padding: 20px 0 0 20px;
  float: left;
  font-size:80%;
  width: 70px;
}
#credit h4 {
  color: var(--textcolor);
  margin:0;
  padding: 20px 0 0 20px;
  /* float: left; */
  font-size:80%;
  width: 70px;
}
#credit dl {
  /* float: left; */
  /* width: 470px; */
  font-size:80%;
  margin: 21px auto 20px 20px;
}
#credit dl dt {
  float: left;
  width: 105px;
}
#credit dl dd {
  margin-left: 105px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#tracklist table {
  width:470px;
  margin: -17px 0 30px 0;
}
#tracklist table tr td {
  height: 59px;
  line-height: 16px;
}
#tracklist table tr td {
  border-top: 2px solid var(--textcolor);
}
.body{
  width: 600px;
  margin: 0 auto;
}
.fl {
  /* float:left; */
  padding: 20px 0 0 0;
}
.about{
    width:400px;
  }

.socials a img {
	width:16px;height:16px;padding: 5px 5px 0px 0px;
	filter: var(--logocolor);
}

@media only screen and (max-width: 1100px) {
  :root{
    --pagewidth: 100%;
  }
}
@media only screen and (max-width: 616px) {
  .body{
    width:100%;
  }
  .sectiongrid{
	width:300px
  }
  #textentry img{
    /*display:block;*/
    text-align:center;
    margin:auto;
    width:220px;
  }
    #artists img{
    /*display:block;*/
    text-align:center;
    margin:auto;
    /*width:220px;*/
  }
  #textentry iframe{
    width: 352;
    height: 198;
  }
  #tracklist{
    margin:auto;
  }
  #tracklist table{
    margin-left:10px;
    width: 95%;
  }
}
@media only screen and (max-width: 490px) {
  :root {
    --pagewidth: 100%
  }
}
@media only screen and (max-width: 440px) {
  :root {
    --coverwidth: 50vw;
  }
}
@media only screen and (max-width: 440px) {
  #textentry iframe{
    width:304;
    height:171;
  }
}
@media only screen and (max-width: 400px) {
  .about{
    width:100%;
  }
}
@media only screen and (max-width: 310px) {
  #textentry iframe{
    width:224;
    height:126;
  }
}