/*


 */

div.light-background, div.light-window {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500; }

div.light-background {
  background-color: #000000;
  display: none;
  opacity: 0.75; }

div.light-window {
  cursor: pointer; }
  div.light-window img {
    display: none; }
body {
  margin: 0; }

input, textarea {
  margin: 0; }

body {
  color: #1f1f1f;
  font: 18px/32px "Sorts Mill Goudy", serif; }

textarea {
  border: none;
  box-sizing: border-box;
  font: inherit;
  padding: 10px;
  width: 100%; }

input[type=submit] {
  background: #6f6f6f;
  border: none;
  color: #ffffff;
  font: inherit;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: background 0.25s; }
  input[type=submit]:hover {
    background: #9f0f0f; }

a {
  color: #f46f1b;
  outline: none;
  text-decoration: none; }
  a:hover {
    color: #000000; }

#sidebar {
  left: 20px;
  position: fixed;
  top: 20px;
  width: 280px; }
  #sidebar nav ul {
    border-top: 1px solid #efefef;
    list-style: none; }
    #sidebar nav ul a {
      border-bottom: 1px solid #efefef;
      display: block;
      padding: 5px 5px 1px 20px; }
      #sidebar nav ul a.active {
        color: #000000; }

#main {
  margin: 20px 0 0 330px;
  max-width: 960px;
  padding-bottom: 20px; }

p {
  margin: 0.5em 0; }

h1, h2, h3 {
  font-weight: normal; }

h1 {
  color: #000000;
  letter-spacing: 4px;
  line-height: 36px;
  margin: 2em 0 1em 0;
  text-transform: uppercase; }

h2 {
  clear: left; }

h3 {
  border-top: 1px dotted #7f7f7f;
  color: #7f7f7f;
  font-size: 28px;
  line-height: 40px;
  margin: 2em 0 0.5em 0;
  padding-top: 9px; }

ul {
  list-style-type: circle;
  padding: 0; }

a.thumbnail img {
  border: 4px solid #efefef;
  height: 75px;
  width: 100px; }
a.thumbnail:hover img {
  border-color: #cfcfcf; }

div.cantata, div.biro, div.maczo, div.huszonot {
  float: left;
  margin: 0 0 20px 0;
  text-align: center;
  width: 190px; }

a.cantata, a.biro {
  display: block; }
  a.cantata img, a.biro img {
    border: 4px solid #efefef;
    height: 150px;
    width: 150px; }
  a.cantata:hover img, a.biro:hover img {
    border-color: #cfcfcf; }

a.maczo, a.huszonot {
  align-items: center;
  background: #efefef;
  border: 4px solid #efefef;
  display: flex;
  height: 150px;
  justify-content: center;
  margin: 0 auto;
  width: 150px; }
  a.maczo img, a.huszonot img {
    max-height: 150px;
    max-width: 150px; }
  a.maczo:hover, a.huszonot:hover {
    background: #cfcfcf;
    border-color: #cfcfcf; }

.cantatas, .biros, .maczos, .huszonots {
  border-bottom: 2px solid #efefef;
  border-top: 2px solid #efefef;
  overflow: hidden;
  padding: 20px 0 0 0; }

hr {
  background: #efefef;
  border: none;
  height: 4px;
  margin: 40px 0; }

p.small {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 2em; }
