.container-header {
  background-color: #000;
  background-image: url("../../../../../images/fontmafia-background-medium.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.footer {
background-color: #000;
  background-image: none;}

  .btn {
	 background-color: #000 ;
     border-color:#000;
}

.btn-secondary {
    color:#fff;
}

.mod-banners.bannergroup{
   background-color: #000;
  background-image: url("https://www.fontmafia.com/images/fontmafia.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.grid__description{display:none;}
.grid-child.container-component {margin-top:-100px;background-color: transparent;}

h2 {font-size:14px;}