@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

/* 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-family:'Nunito Sans';
    font-weight:900;
    font-size:16px;
    border:2px;
   
}

.widget-menu .col-xs-12 {
    padding-bottom: 10px;
}
/* End Widget Menu Items Rounded */

h1 {
    font-family:"Nunito Sans"!important;
    color:rgb(200,35,45)!important;
    font-size:30px!important;
    font-weight:900!important;
}

/* Remove Template Area Shadows */

.templatearea .data-templatearea-content, .templatearea{
  box-shadow: none;
  border: none !important;
  
}

/* End Template Area Fix */

.footer-item-label {
    opacity:0%!important;
}

.btn {
    font-family: "Nunito Sans"!important;
    text-transform:uppercase!important;
    letter-spacing:2px;
    font-weight:bold;
}

.title {
    font-family:"Nunito Sans"!important;
    font-weight:900!important;
}