body {
    font-family: 'Open Sans', sans-serif;
	background-color:#6ccacd;
/*    background: url(../../templates/resources/background-vignette.jpg) no-repeat center center; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; */
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Merriweather', serif;
}

.container{
background-color: white;

}

.logo{
    padding-top: 20px;
    padding-bottom:20px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn{
margin-bottom:20px;	
	}
	
/*	.btn-primary{
	background-color:#6dcacd;
	border-color:#699e9e	
		}*/
	
.paragraphImage{
margin-top:20px;	
	}

/**** ANIMATIONS ****/	
@-webkit-keyframes index-animation-1 {
 0%,  100% {transform: translateY(0);}
 50% {transform: translateY(-30px);}
}

@-moz-keyframes index-animation-1 {
 0%,  100% {transform: translateY(0);}
 50% {transform: translateY(-30px);}
}
@-o-keyframes index-animation-1 {
 0%,  100% {transform: translateY(0);}
 50% {transform: translateY(-30px);}
}
@keyframes index-animation-1 {
 0%,  100% {transform: translateY(0);}
 50% {transform: translateY(-30px);}
}

.index-animation-1{
	-webkit-animation:index-animation-1 3s infinite;
    -moz-animation:index-animation-1 3s infinite;
    -o-animation:index-animation-1 3s infinite;
    animation:index-animation-1 3s infinite;
}
	

@-webkit-keyframes index-animation-2 {
 0%, 20%, 40%, 70%, 100% {transform: rotate(0deg);}
 80% {transform: rotate(-5deg);}
 90% {transform: rotate(5deg);}
}

@-moz-keyframes index-animation-2 {
 0%, 20%, 40%, 70%, 100% {transform: rotate(0deg);}
 80% {transform: rotate(-5deg);}
 90% {transform: rotate(5deg);}
}
@-o-keyframes index-animation-2 {
 0%, 20%, 40%, 70%, 100% {transform: rotate(0deg);}
 80% {transform: rotate(-5deg);}
 90% {transform: rotate(5deg);}
}
@keyframes index-animation-2 {
 0%, 20%, 40%, 70%, 100% {transform: rotate(0deg);}
 80% {transform: rotate(-5deg);}
 90% {transform: rotate(5deg);}

}

.index-animation-2{
	transform-origin:70% 90%;
	-webkit-animation:index-animation-2 3s infinite;
    -moz-animation:index-animation-2 3s infinite;
    -o-animation:index-animation-2 3s infinite;
    animation:index-animation-2 3s infinite;
}