/*!
 * Full Screen Image
 * Copyright (C) 2003 SiGNO serv, https://www.gno.ro
 */

* {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-family: "Arial", monospace;
  margin: 0px;
  height: 100%;
  width: 100%; }

body {
  padding: 10px;
  text-align: center;
  min-width: 500px; }

.logo {
  width: 100px;
  height: 100px;
  padding: 25px 0;
  background: #A00B00;
  color: #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 100%;
  font-size: 34px;
  letter-spacing: -6px;
  text-indent: -6px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px; }

header h1,
footer h1 {
  font-weight: normal;
  width: 100;
  background: #FFF;
  color: #A00B00;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px; }

.demos {
  text-align: center;
  margin-top: 20px; }

.gno-image {
  cursor: url("../img/plus_cursor.png") 25 25, pointer;
  display: inline-block;
  width: 290px;
  height: 290px;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px; }
  .gno-image.i001 {
    background-position: 10% 1px;
    background-image: url("../img/001.webp"); }
  .gno-image.i002 {
    background-position: 30% 1px;
    background-image: url("../img/002.webp"); }
  .gno-image.i003 {
    background-position: 50% 1px;
    background-image: url("../img/003.webp"); }
  .gno-image.i004 {
    background-position: 70% 1px;
    background-image: url("../img/004.webp"); }
  .gno-image.i005 {
    background-position: 90% 1px;
    background-image: url("../img/005.webp"); }
  .gno-image.i006 {
    background-position: 10% 1px;
    background-image: url("../img/006.webp"); }
  .gno-image.i007 {
    background-position: 30% 1px;
    background-image: url("../img/007.webp"); }
  .gno-image.i008 {
    background-position: 50% 1px;
    background-image: url("../img/008.webp"); }
  .gno-image.i009 {
    background-position: 70% 1px;
    background-image: url("../img/009.webp"); }
  .gno-image.i010 {
    background-position: 90% 1px;
    background-image: url("../img/010.webp"); }
  .gno-image.i011 {
    background-position: 10% 1px;
    background-image: url("../img/011.webp"); }
  .gno-image.i012 {
    background-position: 30% 1px;
    background-image: url("../img/012.webp"); }
  .gno-image.i013 {
    background-position: 50% 1px;
    background-image: url("../img/013.webp"); }
  .gno-image.i014 {
    background-position: 70% 1px;
    background-image: url("../img/014.webp"); }
  .gno-image.i015 {
    background-position: 90% 1px;
    background-image: url("../img/015.webp"); }

footer h4 {
  padding-left: 20px;
  background: #FFF;
  color: #A00B00;
  font-size: 10px; }
  footer h4 a {
    color: #A00B00; }

iframe {
  margin-bottom: -5px;
  margin-left: 2px; }

@keyframes octocat-wave {
  0%,
	100% {
    transform: rotate(0); }
  20%,
	60% {
    transform: rotate(-25deg); }
  40%,
	80% {
    transform: rotate(10deg); } }
