@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.cdnfonts.com/css/ackbar');

/* Text Formatting Defaults */
h1,h2 {
    font-family:"Ackbar"!important;
    color:black!important;
    text-transform:uppercase!important;
}

.btn {
    font-family:"Ackbar"!important;
    text-transform:uppercase;
}

/* End Text Formatting Defaults */

/* Fix Event Buttons */

.event-grid .col-md-6 {
  width: 100%;
}

/* widget menu items rounded corners on hover */

.widget-menu .col-xs-12 li a {
    border-radius: 25px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family:"Ackbar"!important;
    text-transform:uppercase!important;
   
}

.widget-menu .col-xs-12 {
    padding-bottom: 20px;
}
/* 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 {
    color:white!important;
    opacity:0!important;
}

.item-title a {
    font-family:"Ackbar"!important;
    font-size:15px!important;
}