/*
 Theme Name:   Twenty Nineteen Child
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentynineteen/style.css");

body, html {
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
}

body > div:first-of-type {
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
}

.loader {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: white;
  top: 0px;
  left: 0px;
}

.cat-head {
  cursor: pointer;
  position: fixed;
  height: 120px;
  width: 100px;
  left: 0px;
  bottom: 150px;
  z-index: 4;
  background: url('img/ribbon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body::after{
  content: "";
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: white;
  top: 0px;
  left: 0px;
  opacity: 1;
}

body.loaded:after {
  display: none;
}
