@font-face {
    font-family: 'RocknRoll One';
    src: url('../fonts/RocknRollOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reenie Beanie';
    src: url('../fonts/ReenieBeanie-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'RocknRoll One',sans-serif;
}
* {
    box-sizing:border-box;
    margin:0;
}html {
  min-height: 100vh;
  background: repeating-linear-gradient(
      45deg,
      #e87f52aa 0 3px,
      #e87f52cc 5px 8px
    ),
    repeating-linear-gradient(-45deg, #e87f52aa 0 3px, #e87f52cc 5px 8px);
}
img,
pre,
form,
form *{
  max-width: 100%;
}

.art_thumbnail {
  display:block;
  margin:1em auto;
  min-width: 68%;
  max-height: 300px;
  object-fit: cover;
  border: 1px solid silver;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: revert;
}
.active a {
  color:darkblue
}
body {
  padding: 0 calc(25vw - 150px);
  margin: 5em auto;
  background: linear-gradient(ivory, ivory);
  background-clip: content-box;
  line-height: 1.6;
  filter: drop-shadow(0 0 1px);
}
body > div {
  padding: 1em;
}
header.header {
  color: #876d88;
  text-align: center;
}
nav.navigation {
  background: #50bae2;
  color: white;
  text-transform: uppercase;
}
nav ul.menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding-block: 1em;
  justify-content: center;
}
ul.menu .menu,
ul.menu .menu ul {
  display: contents;
}
ul.menu .menu span {
  display: none;
}

main {
  display: grid;
  grid-template-columns: 68fr 32fr;
  gap: 1em;
}

.repertory.menu.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 1em;
  list-style: none;
  padding: 2em;
  background: #A1D448;
  margin-top: 1em;
  color:white;
  text-transform: uppercase
    
}
.repertory.menu.breadcrumb li + li::before {
  content:'/';
  padding-inline-end: 1em;
}
article header a,
aside a,
footer a,
a[href*="rss"] {
  color: #e87f52;
}
h1 {
  font-family: "Reenie Beanie", sans-serif;
  font-size: 6em;
  color:#816B88;
  -webkit-text-stroke: 2px;
}
article header h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom:1em;
}
article header h2,
article h2 a {
  color: #50bae2;
  font-weight: bold;
  -webkit-text-stroke: 1px;
  text-align:center;
}
:is(h2,h3,h4,h4,h5,h6) {
  color: #50bae2;
}
table{
    border-collapse:collapse;
}
th,td{
    border:1px solid;
    padding:.2em .5em;
}
.more {
  margin-top: 2em; 
  text-align: right;
}
.more a {
  color: ivory;
  background: #a1d448;
  padding: 0.35em 0.45em;
  border-radius: 15px;
}
article header div {
  background-color:#FAEBD744;
  overflow:hidden;
  padding: .1em .5em;
  
}
article header div:first-of-type {
  border-top: dotted 1px #0004
}
article header div:last-of-type {
  margin-bottom: 2em;
  border-bottom: dotted 1px #0004
}
article {
  border-bottom: dashed 1px #a1d448;
  padding-block: 3em;
}
article header time {
  float:left; 
  margin-inline-end: .5em;
  width: min-content;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    #50bae2 1.5em,
    #a1d448 1.5em 2.5em,
    #e1ab11 2.5em
  );
  background-clip: text;
  color: transparent;
}
article header time::first-line {
  font-size: 1.5em;
  line-height: .8;
}
time {
    color:#e1ab11 ;
}
fieldset > :is(p:not(:has(#id_rep)),div) {
  display:grid;
}
fieldset [type="submit"] {
  margin:1em auto;
  padding:.5em;
}

aside {
  margin-top: 2em;
  background: white;
  border-inline-start: solid #816b88 2px;
}
aside h3 {
  background: #816b88;
  color: white;
  padding: 0.2em;
  margin-top: 0;
}
aside ul {
  padding:1em 0 2em 2em
}
.rss {
  font-weight: bold;
  text-align: center;
}
.pagination {
  font-weight: bolder;
  color: #816b88;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 2em;
  margin: 3em -0.8em;
  background: #50bae244;
}
.pagination a {
  border: solid 1px;
  padding: 0 0.35em;
  border-radius: 1em;
  background: #fffa;
}
footer {
  background: #452227;
  color: white;
  margin: 0 -1em -2em;
  padding: 2em;
  text-align: center;
}
footer ul {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style: none;
}
footer a:hover {
  color: violet;
}

@media (max-width: 760px) {
  main {
    grid-template-columns: 1fr;
  }
  aside div ul {
    column-width: 250px;
    list-style: none;
    padding: 0 0.5em;
  }
  aside div ul li {
    display: inline-block;
    width: 100%;
  }
}



/* pluxtheme demo */
#top form.kzSkinSelect {
    top:-2.5em;
    left:auto;
}

#zoomboxplx {
    position:fixed;
}