/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 18, 2016, 9:42:30 AM
    Author     : queequeg
*/

/* Nix User-agent stylesheets */
* {
  margin: 0;
  padding: 0;
}

div {
  max-width: 1100px;
  margin: auto;
}

#tree, #instructions {
  position: fixed;
  bottom: 0px;
}

#instructions {
  width: 100%;
  z-index: 1;

}

.pictures {
  display: none;
}

body {
  background-color: lightblue;
  text-align: center;
  overflow: hidden;
  font-family: 'Berkshire Swash', "Comic Sans MS", cursive, sans-serif;
}

#leftKid, #leftPic {
  width: 50%;
}

#rightKid, #rightPic {
  width: 50%;
  float: right;
}

.loading {
  display: block;
  margin: 0 auto;
}

#banner {
  display: none;
  float: left;
}

#bannerPic {
  width: 100%;
}

h1 {
  color: red;
  //-webkit-text-fill-color: red;
  //-webkit-text-stroke-width: 2px;
  //-webkit-text-stroke-color: green;
}