/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

p{
  -moz-hyphens:none!important;
  -ms-hyphens:none!important;
  -webkit-hyphens:none!important;
  hyphens:none!important;
}

h2{
  -moz-hyphens:none!important;
  -ms-hyphens:none!important;
  -webkit-hyphens:none!important;
  hyphens:none!important;
}

.radius{
	border-radius:18px!important;
	background-color:#ffffff;
}

body{
    background-color: #ffffff;
    transition: background-color 1s ease;
}
.color-darkblue {
background-color: #04164E;
}

.color-lightblue {
background-color: #5480E1;
}

.color-black {
background-color: #121212;
}

.color-white {
background-color: #ffffff;
}


/* Apply animation to the background */
.bgloop {
  animation: rotate 10s infinite linear;
  background-size: 100vw auto;
}

/* Define the keyframes for background rotation */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
