/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
@font-face {
	font-family: 'dana';
	src: url('fonts/dana.eot?#') format('eot'),
	url('fonts/dana.woff') format('woff'), 
	url('fonts/dana.ttf') format('truetype');
	font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
.text-logo #logo {
font-family:"dana", Calibri, Calibri, Calibri !important;
}

@keyframes mah1 {
  0%   {background-color:aquamarine;}
  50%  {background-color:white;}
  100% {background-color:aquamarine;}
}
@keyframes mah2 {
  0%   {background-color:rgba(255, 255, 255, 0);}
  50%  {background-color:rgba(255, 255, 255, 0.3);}
  100% {background-color:rgba(255, 255, 255, 0);}
}
@keyframes mah3 {
  0%   {color:#13BFB1;}
  25%  {color:white;}
 50%  {color:black;}
	  75%  {color:white;}
  100% {color:#13BFB1;}
}

#Footer, #Footer .widget_recent_entries ul li a {
		color: black;
	}
#Footer .footer_copy .copyright {
color: white;
}