:root
{
  height: 100%;
  font-family: 'StormTypeRegula', 'Garamond', 'EBGaramond', 'UrzaGaramond', 'Baskerville Old Face', 'Baskerville', 'Hoefler Text', 'Bookman Old Style', 'Georgia', serif;
}

body
{
  height: 100%;
  min-height: 768px;
  margin: 0px;
  padding: 0px;
}

a
{
  text-decoration: none;
  color: inherit;
}

a:hover + div.description
{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

form:hover + div.description
{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

body>header
{
  display: none;
}

body>main
{
  width: 100%;
  height: 768px;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  background-position: center top;
  background-repeat: no-repeat;
}

body>aside
{
  display: none;
}

#content
{
  position: relative;
  width: 1000px;
  height: 768px;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#ancap
{
  margin-left: 512px;
  margin-top: 160px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 38px;
}

#ancap .menuItem
{
  font-family: 'Hind', 'Open Sans';
  font-size: 18px;
}

#freeHaven
{
  margin-left: 338px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

#freeHaven .menuItem
{
  font-family: 'Hind';
  font-size: 16px;
}

#other
{
  margin-left: 192px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

#other .menuItem
{
  font-family: 'Hind';
  font-size: 15px;
}

#urzacz
{
  position: absolute;
  width: 128px;
  height: 115px;
  left: 50%;
  top: 576px;
  margin-left: -64px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#userLink
{
  display: block;
  position: absolute;
  top: 2px;
  right: 8px;
}

#starsun
{
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  top: 24px;
  right: 0px;
  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: 24px;
  right: 69px;
  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: 24px;
  right: 33px;
  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;
}

#landerOpenerForm
{
  display: block;
  position: absolute;
  top: 38px;
  right: 0px;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  cursor: pointer;
}

.description
{
  position: absolute;
  width: 256px;
  left: 16px;
  top: 604px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  font-family: 'Hind';
  font-size: 14px;
}

.hidden
{
  display: none !important;
}

.arrowable
{
  position: relative;
  margin-left: 32px;
}

.arrowed::before
{
  display: block;
  position: absolute;
  left: -42px;
  top: -2px;
  bottom: 0px;
  width: 27px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}

.arrowed::after
{
  display: block;
  position: absolute;
  right: -42px;
  top: -2px;
  bottom: 0px;
  width: 27px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}

#banner
{
  display: block;
  margin: 0px;
  padding-left: 16px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  color: #000000;
  background-color: #ffd700;
  text-align: center;
  font-weight: bold;
  font-size: 256%;
}

#bannerLink 
{
  text-decoration: none;
}


@media only screen and (max-width: 999px)
{
  body
  {
    min-width: 256px;
    padding: 16px;
    width: auto;
    line-height: 1.5;
    max-width: 969px;
  }

  a
  {
    display: inline-block;
    text-decoration: underline;
  }

  #content
  {
    width: auto;
    height: auto;
    max-width: 550px;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 32px;
  }
  
  #urzacz
  {
    display: block;
    position: static;
    width: 128px;
    height: 115px;
    left: 0px;
    top: 0px;
    margin-left: auto;
    margin-top: 16px;
    margin-right: auto;
    margin-bottom: 0px;
  }
  
  #urzacz img
  {
    width: 128px;
    height: 115px;
    left: 0px;
    top: 0px;
  }

  #urzacz + .description
  {
    display: none;
  }
  
  #ancap
  {
    margin-left: 0px;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 32px;
  }
  
  #freeHaven
  {
    margin-left: 0px;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 32px;
  }
  
  #other
  {
    margin-left: 0px;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 32px;
  }
  
  #user
  {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 64%;
  }
  
  #user .description
  {
    display: none;
  }
  
  #user a
  {
    display: inline-block;
  }
  
  #userLink
  {
    display: inline-block;
    position: static;
  }

  #themes
  {
    position: absolute;
    right: 2px;
    top: 2px;
  }

  #themes .description
  {
    display: none;
  }

  #themes a
  {
    display: inline-block;
  }

  #sun
  {
    display: inline-block;
    position: static;
  }

  #star
  {
    display: inline-block;
    position: static;
  }

  #starsun
  {
    position: static;
    display: inline-block;
  }
  
  #landerOpenerForm
  {
    top: 16px;
  }
  
  .menuItem a
  {
    margin-top: 16px;
    font-family: 'StormTypeRegula', 'Garamond', 'EBGaramond', 'UrzaGaramond', 'Baskerville Old Face', 'Baskerville', 'Hoefler Text', 'Bookman Old Style', 'Georgia', serif !important;
    font-size: 24px;
  }
   
  
  .description
  {
    position: static;
    opacity: 1;
    width: auto;
    font-family: 'StormTypeRegula', 'Garamond', 'EBGaramond', 'UrzaGaramond', 'Baskerville Old Face', 'Baskerville', 'Hoefler Text', 'Bookman Old Style', 'Georgia', serif !important;
  }

  .arrowable
  {
    margin: 0px;
  }

  .arrowed::before
  {
    display: none !important;
    width: 0px !important;
  }

  .arrowed::after
  {
    display: none !important;
    width: 0px !important;
  }
  
  #banner
  {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    font-size: 193%;
  }
}


@media only screen and (max-width: 400px)
{
  #ancap
  {
    font-size: 24px;
  }
  
  #freeHaven
  {
    font-size: 24px;
  }
  
  #other
  {
    font-size: 24px;
  }
  
  .menuItem a
  {
    font-size: 16px;
  }
}
