.entry-content a, .taxonomy-description a, .site-top-content a, .site-info a, .contact-information a:hover, .contact-information a:focus, .entry-meta a:hover, .entry-meta a:focus, .main-navigation a:hover, .main-navigation a:focus, .entry-breadcrumbs a:hover, .entry-breadcrumbs a:focus, .event-meta a:hover, .event-meta a:focus, .secondary-navigation a:hover, .secondary-navigation a:focus, .social-navigation a:hover:before, .social-navigation a:focus:before, .pagination a:hover, .pagination a:focus, .pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus, .pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus, .child-pages a, #secondary a, #tertiary a, .comment-navigation a, .comment-list .reply a:hover, .comment-list .reply a:focus, .comment-list .comment-metadata a:hover, .comment-list .comment-metadata a:focus, .comment-list .comment-author a, .pingback .comment-body > a{
	color: #5bb0cf
}

.wp-block-button__link{
	background-color: #5bb0cf;
}

.wp-block-form .wp-block-button__link,
.wp-block-button__link{
	background-color: #ed8912;
	color: #ffffff;
}

.wp-block-form .wp-block-button__link:active, .wp-block-form .wp-block-button__link:hover,
.wp-block-button__link:active, .wp-block-button__link:hover{
	background-color: #fcce13
}

.wp-block-form .wp-block-button__link:visited, .wp-block-button__link:visited{
	background-color: #db4900;
}

.site-logo{
	width: 350px;
}

#logo{
	width: 100%;
}

.baloon{
	transition:transform 0.5s ease;
}

.ball{
	mix-blend-mode: multiply;
}

.move{
    animation:move 4s ease-in-out infinite;
  	transform-origin:bottom center;
}

.move2{
    animation:move2 4s ease-in-out infinite;
  	transform-origin:top center;
}

.move3{
    animation:move3 4s ease-in-out infinite;
  	transform-origin:center bottom;
}

.move4{
    animation:move3 4s ease-in-out infinite;
  	transform-origin:top center;
}

@keyframes move {
	0%,100%{ transform:translateY(0) rotate(-1deg); }
	50%{ transform:translateY(-1px) rotate(1deg); }
}

@keyframes move2 {
	0%,100%{ transform:translateY(-0.5deg) rotate(0.5deg); }
	50%{ transform:translateY(1.5px) rotate(-1deg); }
}

@keyframes move3 {
	0%,100%{ transform:translateY(0.5deg) rotate(-1deg); }
	50%{ transform:translateY(-2px) rotate(0.5deg); }
	}
	
@keyframes move4 {
	0%,100%{ transform:translateY(-1.5deg) rotate(-2deg); }
	50%{ transform:translateY(1px) rotate(1deg); }
}