@import url('https://fonts.googleapis.com/css?family=Oswald:300,700|Sanchez');

body, html{
	margin: 0;
	padding: 0;
}

p, a {
  color: #888;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 16px;
  font-family: 'Sanchez', serif;
}

a{
  text-decoration: none;
  color: #96D643;
}

.button{
  padding: 8px 16px;
  background-color: white;
  color: #96D643;
  text-decoration: none;
  border: 1px solid #96D643;
  margin-bottom: 16px;
  width: auto;
  transition: 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
}

.button svg{
  fill: #96D643;
}

.button:hover{
  background: #96D643;
}

.button:hover a{
  color: white;
}

.button:hover svg{
    fill: white;
  }

a.icon_con {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  text-decoration: none;
}
a.icon_con svg{
  height: 16px;
  width: 16px;
  margin-right: 8px;
  fill: #96D643;
}


.verticalcenter{
display: flex;
    height: 100%;
    align-items: center;
    min-height: 100vh;
  }

h1, h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #222;
  font-weight: lighter;
  margin-bottom: 16px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

section {
  margin: 0px auto;
  position: relative;
  padding: 16px 15px;
  box-sizing: border-box;
}

.container{
	width: 100%;
  height: 100%;
	position: relative;
}

.clear{
	clear: both;
}

/*
        
       ,,,.   ,@@@@@@/@@,  .oo8888o.
    ,&%%&%&&%,@@@@@/@@@@@@,8888\88/8o
   ,%&\%&&%&&%,@@@\@@@/@@@88\88888/88'
   %&&%&%&/%&&%@@\@@/ /@@@88888\88888'
   %&&%/ %&%%&&@@\ V /@@' `88\8 `/88'
   `&%\ ` /%&'    |.|        \ '|8'
       |o|        | |         | |
       |.|        | |         | |
    \\/ ._\//_/__/  ,\_//__\\/.  \_//__/_  ANIMATION
*/

.cornerleft, .cornerright{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100px;
	height: auto;
	z-index: 2;
}

.cornerright{
	right: 0px;
	bottom: 0px;
	top: auto;
	left: auto;
}

#animation {
  background: white;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  max-width: 768px;
  margin: 0 auto;
   height: 300px;
}

.anmationback, .animationfront, .animationmiddle {
    border: 10px solid white;
    box-sizing: border-box;
}

.animationback, .animationfront, .birdgrey, .birdgreen, .animationmiddle{
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    max-width: 1024px;
    width: 100%;
    background-size: auto 100%;
}

@-webkit-keyframes animation {
    0%   {background-size: auto 70%; opacity: 0.7;}
    100% {background-size: auto 100%; opacity: 1;}
}



@keyframes animation {
    0%   {background-size: auto 70%; opacity: 0.7;}
    100% {background-size: auto 100%; opacity: 1;}
}



.animationback{
  background-image: url('../images/anmationback.png');
  -webkit-animation: animation 0.25s forwards;
  animation: animation 0.25s forwards;
}

.animationmiddle{
  background-image: url('../images/anmationmiddle.png');
  -webkit-animation: animation 0.5s forwards;
  animation: animation 0.5s forwards;
}

#about .animationmiddle{
  background-image: url('../images/mountains.png');
  -webkit-animation: animation 0.5s forwards;
  animation: animation 0.5s forwards;
}

.animationfront, .birdgreen, .birdgrey{
  -webkit-animation: animation 1s forwards;
  animation: animation 1s forwards;
}

.animationfront{
	background-image: url('../images/tree.png');
}


.birdgreen{
	background-image: url('../images/birdgreen.png');		
}

.birdgrey{
	background-image: url('../images/birdgrey.png');	
}


.centered{
  width: 100%;
}

ul#scene {
    display: block;
    height: 100%;
    padding: 0;
}


/*
        
       ,,,.   ,@@@@@@/@@,  .oo8888o.
    ,&%%&%&&%,@@@@@/@@@@@@,8888\88/8o
   ,%&\%&&%&&%,@@@\@@@/@@@88\88888/88'
   %&&%&%&/%&&%@@\@@/ /@@@88888\88888'
   %&&%/ %&%%&&@@\ V /@@' `88\8 `/88'
   `&%\ ` /%&'    |.|        \ '|8'
       |o|        | |         | |
       |.|        | |         | |
    \\/ ._\//_/__/  ,\_//__\\/.  \_//__/_  RESPONSIVE
*/

@media screen and (max-width: 400px) {
  ul#scene {
    display: block;
    height: 100%;
    padding: 0;
}
  #animation{
height: 200px;
  }

}

@media screen and (min-width: 400px) {
  ul#scene {
    display: block;
    height: 200px;
    padding: 0;
}

  #animation{
height: 200px;
  }

}


@media screen and (min-width: 768px) {

/*animation*/

	.cornerleft, .cornerright{
		width: 100px;
		height: auto;
	}

	#animation{
height: 300px;
	}

  #animation {
  background: white;
 
}

}


@media screen and (min-width: 1024px){

  section{
  	padding: 16px 0;
  }

  /*animation*/
  .animationmiddle, .animationback, .animationfront, .birdgrey, .birdgreen{
    	left: 0;
  	height: 100%;
  }

  .anmationback, .animationfront, .animationmiddle {
      border: 0px solid white;
      box-sizing: border-box;
  }

  #animation {
   height: 400px;
      border-left: 0px solid transparent;
      border-right: 0px solid transparent;
  }

  .cornerleft, .cornerright{
  	width: 15%;
  	height: auto;
  }

  #animation article{
  	padding: 16px 0;
  }

}