:root
{
  font-family: 'StormTypeRegula', 'Garamond', 'EBGaramond', 'UrzaGaramond', 'Baskerville Old Face', 'Baskerville', 'Hoefler Text', 'Bookman Old Style', 'Georgia', serif;
}

p
{
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  text-align: justify;
}

a
{
  text-decoration: underline;
  color: inherit;
}

h1
{
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 16px;
  font-size: 128%
}

h2
{
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 8px;
  font-size: 110%
}

main
{
  width: 512px;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
}

#urzacz
{
  display: block;
  width: 128px;
  height: 115px;
  margin-left: auto;
  margin-top: 32px;
  margin-right: auto;
  margin-bottom: 0px;
}

#starsun
{
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  top: 2px;
  right: 128px;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
}

#starsun input
{
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

#starsun:hover input:first-child
{
  display: none !important;
}

#starsun:hover input:last-child
{
  display: block !important;
}

#star
{
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  top: 2px;
  right: 197px;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
}

#star input
{
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

#star:hover input:first-child
{
  display: none !important;
}

#star:hover input:last-child
{
  display: block !important;
}

#sun
{
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 161px;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
}

#sun input
{
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}


#sun:hover input:first-child
{
  display: none !important;
}

#sun:hover input:last-child
{
  display: block !important;
}

#golden>img
{
  display: block;
  width: 384px;
  height: 256px;
  margin-left: 128px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: -64px;
}

#black>img
{
  display: block;
  width: 512px;
  height: 384px;
  margin-left: auto;
  margin-top: -64px;
  margin-right: 128px;
  margin-bottom: 0px;
}

.hidden
{
  display: none !important;
}

@media only screen and (max-width: 999px)
{
  body
  {
    width: auto;
    min-width: 256px;
    max-width: 969px;
    padding: 16px;
    line-height: 1.5;
    font-size: 110%;
  }
  
  main
  {
    width: auto;
    margin: 0px;
  }
  
  #themes
  {
    position: absolute;
    right: 2px;
    top: 2px;
  }
  
  #themes a
  {
    display: inline-block;
  }

  #sun
  {
    display: inline-block;
    position: static;
  }

  #star
  {
    display: inline-block;
    position: static;
  }

  #starsun
  {
	  position: static;
	  display: inline-block;
  }
  
  #golden
  {
    display: none;
  }
  
  #black
  {
    display: none;
  }
}