@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

h1,h2 {
    color:rgb(26, 40, 56)!important;
    font-weight:900!important;
}

.btn {
    font-weight:bold!important;
}

/* widget menu items rounded corners on hover */

.widget-menu .col-xs-12 li a {
    border-radius: 50px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight:bold;
   
}

.widget-menu .col-xs-12 {
    padding-bottom: 10px;
}

/* End Widget Menu Items Rounded */

/* Remove Template Area Shadows */

.templatearea .data-templatearea-content, .templatearea{
  box-shadow: none;
  border: none !important;
  
}

/* End Template Area Fix */

.footer-item-label {
    opacity:0%;

}

.col-xs-12.col-sm-6.flip.text-right.powered-by-text a {
    color:rgb(26, 40, 56);
}