@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* Remove Template Area Shadows */

.templatearea .data-templatearea-content, .templatearea{
  box-shadow: none;
  border: none !important;
  
}

/* End Template Area Fix */

/* widget menu items rounded corners on hover */

.widget-menu .col-xs-12 li a {
    border-radius: 50px;
    padding: 8px;
    padding-left: 24px;
    padding-right: 24px;
    background-color:rgb(27,27,27);
    font-family:Bebas Neue;
    font-size:20px;
   
}

.widget-menu .col-xs-12 {
    padding-bottom: 10px;
}
/* End Widget Menu Items Rounded */

/*Button Font */

.btn {
    font-family:Bebas Neue;
    font-size:20px;
 
}

/* Item Titles */
.item-title a {
    color:black!important;
    font-family:Bebas Neue;
    font-size:30px;
}

.col-content-flex .item-title a {
    color:black!important;
}

/*footer background and text formatting */

footer.foot .footer-item-label {
    display: none;
}

footer.foot > div {
  background-attachment: scroll;
  background-size: cover;
  background-position: 50%;

}

footer.foot .links li {
    font-size:30px;
    font-family:Bebas Neue;
}

 footer.foot .powered-by {
     font-family:Bebas Neue;
     font-size:20px;
    