

a:link		{text-decoration: underline;
		color: blue;}
a:visited	{text-decoration: underline;
		color: #6666FF;}
a:hover		{text-decoration: underline;
		color: blue;}


body		{background-color: #ccccff;

		color: black;}


* {
  font-family: sans-serif;
}

body {
  font-size: 100%;
}

.wrapper {
  margin: auto;
  max-width: 60em;
}

.main_menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.main_menu li {
  flex-basis: 33%;
  flex-grow: 1;
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
  font-weight: bold;
}

main {
  border: 5px solid white;
  background-color: #e3e3ff;
}

.menu {
  list-style-type: none;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0;
}
.menu > li {
  border-bottom: 5px solid white;
}
.menu > li:first-of-type {
  border-top: 5px solid white;
}
.menu h2 {
  text-transform: lowercase;
  font-weight: normal;
  font-size: xx-large;
  margin: 0;
  padding: 0.5em;
}
.menu p {
  margin: 0.5em 0 0.5em ;
}

.menu--section > li {
  background-color: #ccccff;
  color: white;
  margin: : 0;
}
.menu--section ul {
  background-color: #e3e3ff;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.menu--section h2 {
  font-weight: bold;
}
.menu--section ul li {
  flex-grow: 1;
  flex-basis: 250px;
  color: black;
  border: 1px solid white;
  padding: 1em 0.5em;
}

.section_title {
  text-align: center;
  font-size: 2.5em;
}

footer {
  text-align: center;
}

.logo {
  margin: auto;
  text-align: center;
}
.logo img {
  max-width: 100%;
}
.logo-left, .logo-right {
  display: none;
}
.logo-text {
  display: block;
}
@media screen and (min-width:534px) {
  .logo {
    display: table;
  }

  .logo-component {
    display: table-cell;
  }
}

.home__items ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.home__items li {
  padding: 1em;
  text-align: center;
  flex-grow: 1;
}
.home__items a:before {
  content: '[';
  color: black;
}
.home__items a:after {
  content: ']';
  color: black;
}

.discography_title {
  background-color: #ccccff;
}
.discography_title h2 {
  text-align: center;
  padding: 0.5em;
  margin: 0;
}
.discography_title__name {
  text-align: center;
  font-size: 2em;
}
.discography_title td, .discography_title th {
  border: 2px solid white;
  vertical-align: top;
}
.discography_title td {
  background-color: #e3e3ff;
  padding-left: 0.5em;
  border-right: 0;
}
.discography_title td p:first-of-type {
  margin-top: 0;
}
.discography_title th {
  text-align: right;
  width: 25%;
  padding-right: 0.5em;
  border-left: 0;
}
.discography_title table {
  width: 100%;
  border-collapse: collapse;
}
.discography_title__image {
  text-align: center;
  padding-bottom: 0.5em;
}
.discography_title__image img {
  border: 2px solid white;
}
.discography_title__track_listing ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.5;
}

.page {
  background: white;
  padding: 1rem;
}
.page h1 {
  background-color: #e3e3ff;
  margin: -1rem;
  padding: 1rem
}

.new {
  list-style-type: none;
}
