/*
Copyright (C) 2019 Mňam

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : 10.10.2019, 10:04:31
    Author     : manm@dopici.eu
*/

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.bg-image {
  /* Full height */
  height: 50%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Images used */
.img01 { background-image: url("https://dopici.eu/img/pussy01m.jpg"); }
.img02 { background-image: url("https://dopici.eu/img/pussy02m.jpg"); }
.img03 { background-image: url("https://dopici.eu/img/pussy03m.jpg"); }
.img04 { background-image: url("https://dopici.eu/img/pussy04m.jpg"); }
.img05 { background-image: url("https://dopici.eu/img/pussy05m.jpg"); }
.img06 { background-image: url("https://dopici.eu/img/pussy06m.jpg"); }
.img07 { background-image: url("https://dopici.eu/img/pussy07m.jpg"); }
.img08 { background-image: url("https://dopici.eu/img/pussy08m.jpg"); }
.img09 { background-image: url("https://dopici.eu/img/pussy09m.jpg"); }
.img10 { background-image: url("https://dopici.eu/img/pussy10m.jpg"); }
.img11 { background-image: url("https://dopici.eu/img/pussy11m.jpg"); }
.img12 { background-image: url("https://dopici.eu/img/pussy12m.jpg"); }
.img13 { background-image: url("https://dopici.eu/img/pussy13m.jpg"); }
.img14 { background-image: url("https://dopici.eu/img/pussy14m.jpg"); }

/* Position text in the middle of the page/image */
.bg-caption {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  font-size: 80px;
  border: 0px; /* solid #f1f1f1; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 600px;
  padding: 20px;
  text-align: center;
}

.bg-text {
  /* background-color: rgb(0,0,0); /* Fallback color */
  /* background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  border: 0px; /* solid #f1f1f1; */
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  /* padding: 20px; */
  text-align: center;
}

.bg-footer {
  /* background-color: rgb(0,0,0); /* Fallback color */
  /* background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: lightgrey;
  font-weight: normal;
  font-size: 15px;
  border: 0px; /* solid #f1f1f1; */
  position: fixed;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 40%;
  padding: 5px;
  text-align: center;
}

a.footer {
 color: lightgrey;
 font-weight: bold;
 font-size: 15px;    
}

a.footer:hover {
 color: white;
 font-weight: bold;
 font-size: 15px;    
}
