@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800");
@import url("fontawesome-all.min.css");

/*
  file: main.css
  (c) 2026 Kino Team
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font: inherit;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

@-ms-viewport {
	width: device-width;
}

body * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

html {
	font: normal 100% "Open Sans", sans-serif; 
}

body {
  background: #888 url("images/bg01.png");
  width: 100%;
}

body > header, body > main, body > footer {
  display: block;
  width: 100%;
}

body > header, body > footer {
  background-color: #333;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin: 1em 0 0.5em 0;
  text-shadow: 1px 1px 3px white;
  text-transform: uppercase;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 120%;
}

h4, h5, h6 {
  font-size: 100%;
}

p {
  letter-spacing: 0.02em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

b, strong {
  font-weight: 600;
  text-shadow: 1px 1px 1px #eee;
}

article {
  background-color: #eee;
  border-radius: 20px;
  padding: 1em 2em;
}

article > header > time {
  font-size: 80%;
  font-weight: 600;
  text-transform: uppercase;
}

article > header > h2, article > header > h3 {
  margin: 0.2em 0;
}

article > header {
  margin: 1em 0;
}

table {
  border-collapse: separate;
  border-spacing: 1em;
  margin: 0;
}

th {
  font-size: 90%;
  font-weight: 600;
  text-transform: uppercase;
}

th, td {
  margin-right: 0.5em;
  text-align: left;
}

th span {
  font-size: 75%;
  font-weight: 200;
}

table.vertical {
  border-collapse: collapse;
  width: 100%;
}

table.vertical th, table.vertical td {
  display: block;
  padding: 0.3em 0;
  width: 100%;
}

input, select, textarea {
  background: white;
  border: 1px solid #444;
  border-radius: 8px;
  color: black;
  display: block;
  font-size: 100%;
  line-height: 1.6em;
  padding: 0.5em;
  width: 100%;
}

button, .button {
  background: green;
  border: 1px solid #444;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-size: 100%;
  font-weight: 800;
  padding: 0.5em;
  text-shadow: 1px 1px 3px black;
  text-transform: uppercase;
}

button:hover, .button:hover {
  background-color: #33ff33;
}

button.warning:hover {
  background-color: #ff6600;
}


.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.expand {
  width: 100%;
}

.warning, .abuse {
  background-color: red;
  color: white;
  text-shadow: 1px 1px 1px black;
}



#banner, #page, #footer {
  display: block;
  margin: 0 auto;
  padding: 1em;
  width: 80%;
}

#banner {
  font-size: 120%;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

#banner > header {
  margin: 0 0 1em 0;
}

#banner > header > h1 {
  display: inline-block;
  font-size: 160%;
  text-shadow: 0 0 1px yellow, 0 0 12px cyan;
}

#banner > header > nav {
  display: inline-block;
  text-align: right;
  width: 85%;
}

#banner > header li {
  display: inline-block;
  margin: 0 1em;
}

#banner > header a {
  color: white;
  text-decoration: none;
}

#banner > header a:hover {
  text-shadow: 0 0 1px yellow, 0 0 12px cyan;
}

#banner > h2 {
  color: #eee;
  font-size: 140%;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 1em auto;
  text-shadow: 1px 1px 7px black;
}



#page {
  background: #d2d2d2 url("images/bg02.png");
  color: #444;
}

#page a {
  color: #333;
  font-weight: 800;
  text-decoration: underline;
}

#page a:hover {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 3px black;
}

#page a.button {
  display: inline-block;
  color: white;
  margin: 1em 0;
  text-decoration: none;
}

#page a.button:hover {
  text-shadow: 1px 1px 3px black;
}

#page > h2.main-title {
  font-size: 200%;
  margin: 0.5em 0 1em 0;
  text-align: center;
}

#page ul.listing {
  display: block;
}

#page ul.listing li {
  background-color: white;
}

#page ul.listing li:nth-child(even) {
  background-color: #d2d2d2;
}

#page ul.listing li:hover {
  background-color: #444;

}

#page ul.listing li a {
  display: block;
  color: black;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.75em 0 0.75em 0.5em;
  text-decoration: none;
  text-shadow: 1px 1px 1px white;
  width: 99%;
}

#page ul.listing li a:hover {
  color: white;
  text-shadow: 1px 1px 1px black;
}


#footer {
  display: flex;
  flex-direction: row;
  font-size: 90%;
  padding-bottom: 3em;
}

#footer h2 {
  font-size: 120%;
  text-shadow: 1px 1px 3px black;
}

#footer p {
  color: #d2d2d2;
}

#footer b, #footer strong {
  color: white;
  text-shadow: 1px 1px 1px black;
}

#footer a {
  color: white;
  text-decoration: underline;
}

#footer-col2 {
  display: flex;
  flex-direction: column;
}

#sections {
  margin: 0 10% 0 0;
}

#sections menu li {
  border-radius: 10px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 0.3em;
  padding: 0.5em 1em;
}

#sections a {
  display: inline-block;
  font-weight: 600; 
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

#about p {
  color: #888;
}

#contact dl {
  display: block;
}

#contact dt, #contact dd {
  display: inline;
  font-size: 80%;
  font-weight: 800;
  padding: 0 1em 0 0;
  text-transform: uppercase;
}

#contact dd a {
  color: white;
  letter-spacing: 0.05em;
}

#mentions {
}

#mentions ul {
  font-size: 80%;
  font-weight: 800;
  text-transform: uppercase;
}

#mentions li {
  display: inline;
}

#mentions li:after {
  content: " | ";
}

#mentions li:last-child:after {
  content: none;
}

/* medium sizes */

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

  #banner, #page, #footer {
    display: block;
    margin: 0 auto;
    padding: 1em;
    width: 90%;
  }

}

/* small screens */

@media screen and (max-width: 736px) {
  
  #banner, #page, #footer {
    display: block;
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }

  #banner * {
    display: flex;
    flex-direction: column;
  }

  #banner > header > nav {
    margin: 1em 0;
    text-align: left;
  }

  #banner > header > nav li {
    margin: 0.3em 0;
  }

  #banner > h2 {
    font-size: 80%;
  }

  h1 {
    font-size: 180%;
  }

  h2 {
    font-size: 140%;
  }

  h3 {
    font-size: 100%;
  }

  h4, h5, h6 {
    font-size: 90%;
  }

  table {
    border-collapse: separate;
    border-spacing: 0.2em;
    margin: 0;
    width: 100%;
  }
  
  table.filter {
    border-collapse: collapse;
  }
  
  table.filter th, table.filter td {
    display: block;
    padding: 0.3em 0;
    width: 100%;
  }
  
  table.filter button {
    width: 100%;
  }
  
  table.filter a {
    display: block;
    padding: 1em 0;
  }

  article {
    border-radius: 10px;
    margin: 0;
    padding: 1em 0.5em;
  }

  .button {
    text-align: center;
    width: 100%;
  }

}

