@import url('https://fonts.googleapis.com/css2?family=Damion&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans+Narrow:wght@400;700&display=swap');

.footer-item-label {
    display:none;
}

h1 {
    font-family:"PT Sans Narrow";
    font-size:30px!important;
    font-weight:700!important;
    color:rgb(37, 54, 92);
    
}

h2 {
    font-family:"Damion";
}

 .page-header > h1 {
  display: none;
}

/* 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:Montserrat;
    Font-weight:700;
   
}

.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;
  font-family:PT Sans Narrow;
  font-weight:600;
  color:blue;
  
}

/* End Template Area Fix */

.btn-primary-hover {
    font-weight:700;
}

.item-title a {
    font-weight:700;

}