@import "https://fonts.googleapis.com/css?family=Rubik+One";

h1 
{
  display: none;
}

/* Make animation full screen */
.fullscreen 
{
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Define canvas size*/
html
{
  height: 100%;
  width: 100%;
}


/* row 1 text */
#head
{
  font-family: 'Rubik One', sans-serif;
  font-size: 400%;
  vertical-align: text-top;
  padding: 0%;
  padding-left: 12%;
  padding-right: 5%;
}

/* row 2 text */
.container
{
  font-family: 'Rubik One', sans-serif;
  font-size: 200%;
  text-align: center;
  padding: 0%;
  color: #ffffff;
}

/* row 3 text */
.percentage 
{
  
  font-family: 'Rubik One', sans-serif;
  font-size: 10em;
  color: #F2385A;
  mix-blend-mode: multiply;
  vertical-align: bottom;
  
  padding-right: 65%;
  padding-top: 10%;
  text-shadow: 0 0 10px #56D9CD;
}

/* green progress bar */
.loadingbar 
{
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #F2385A;
  top: 0;
  left: 0;
  position: fixed;
}

/* body of page, yellow */
body 
{
  background-color: #000000;
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* divide page into 3 equal rows */
.row 
{
  display: table-row;
  height: 33%;
}

/* top row */
.row:nth-child(1) 
{
  
}

/* middle row */
.row:nth-child(2) 
{
  vertical-align: text-bottom;
}

/* bottom row */
.row:nth-child(3) 
{
  
}

/* list of numbers with units */
li 
{
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

/* each individual unit */
li span 
{
  display: block;
  font-size: 4.5rem;
}















@import url(https://fonts.googleapis.com/css?family=Montserrat);

svg {
    display: block;
    font: 10.5em 'Montserrat';
    width: 1060px;
    height: 300px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
  stroke: #F2385A;
  animation-delay: -1;
}

.text-copy:nth-child(2){
  stroke: #F5A503;
  animation-delay: -2s;
}

.text-copy:nth-child(3){
  stroke: #E9F1DF;
  animation-delay: -3s;
}

.text-copy:nth-child(4){
  stroke: #56D9CD;
  animation-delay: -4s;
}

.text-copy:nth-child(5){
  stroke: #3AA1BF;
  animation-delay: -5s;
}

@keyframes stroke-offset{
  100% {stroke-dashoffset: -35%;}
}


















/*              Green bird (james) flying across the page

@-webkit-keyframes flap-r {
  0%,10%   {  border-top-width: 60px; }
  40%,60%  {  border-top-width: 10px; }
  100%     {  border-top-width: 60px; }
}

@-webkit-keyframes flap-l {
  0%       {  border-bottom-width: 0px; }
  40%,60%  {  border-bottom-width: 40px; }
  100%     {  border-bottom-width: 0px; }
}

@-webkit-keyframes fly {
  0%   {  left: 0%; top:100px;-webkit-transform:scale3d(0.5,0.5,1) }
  100% {  left: 100%; top:100px; -webkit-transform:scale3d(1,1,1) }
}

@-webkit-keyframes bob {
  0%   {  top: 25px; }
  50%   {   top: 0px; }
  100% {  top: 25px; }
}

#pictureframe {
  position:relative;
  width:100px;
  margin-top:100px;
  -webkit-animation: fly 3.5s infinite linear;
}

#shadow {
  position:absolute;
  width: 0px; height: 0px; 
  top: 140px; left: 00px;
  border-width: 10px;
  border-left-width:50px;
  border-top-width:0px;
  border-right-width: 40px;
  border-color: transparent;
  border-bottom-color: rgba(210,210,210,0.6);
  border-style:solid;
  -webkit-filter: blur(5px);
}

#shadow:after {
  content: " ";
  position:absolute;
  width: 00px; height: 0px; 
  top: 10px; left: -50px;
  border-width: 10px;
  border-left-width:50px;
  border-bottom-width:0px;
  border-right-width: 40px;
  border-color: transparent;
  border-top-color: rgba(210,210,210,0.6);
  border-style:solid;
}

#bird div {
  position:absolute;
}

#bird { 
  position:absolute;
  -webkit-animation: bob 0.7s infinite cubic-bezier(0.7, 0.7, 0.1, 0.4);
 }


#body1,#body2,#wing-l,#wing-r {
    width: 0px; height: 0px;
    border-color: transparent;
    border-style: solid;
}
#body1 {
  border-width: 15px; 
  border-left-width:25px;
  border-top-width:15px;
  border-right-width: 55px;
  border-top-color: #03841b;
}

#body2 { 
  left: 50px; bottom: 0px;
  border-width: 10px; 
  border-left-width:5px;
  border-top-width:0px;
  border-right-width: 15px;
  border-bottom-color: #12e519;
}

#wing-l {
  left: 22px; bottom: 0px; 
  border-width: 60px; 
  border-left-width:20px;
  border-top-width:0px;
  border-right-width: 6px;
  border-bottom-color: 026815;
  -webkit-animation: flap-l 0.7s infinite; 
}

#wing-r {
  left: 22px; top:0px;
  border-width: 60px; 
  border-left-width:20px;
  border-bottom-width:0px;
  border-right-width: 6px;
  border-top-color: #12e519;
  -webkit-animation: flap-r 0.7s infinite; 
}


#caption a {
  position:absolute;
  font-family: courier;
  left:10px; bottom:10px;
  color: white;
}

*/













