/*
 Theme Name: Customify Child
 Theme URI: https://djurobat.se/
 Description: Child theme for the Customify theme.
 Author: Jonna Karlsson
 Template: customify
 Version: 1.0.0
*/

/* Add your custom CSS below this line */

/* Override Customify title bar background */

.page-titlebar {
	height: 400px !important; /* eller den höjd du vill ha */
    padding: 0 !important;    /* ta bort padding så den inte blåser upp ytan */
    background-image: url('https://djurobat.se/wp-content/uploads/2025/04/P1040524-1-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity: 0.9;
	/* Optional: remove original background color */
    background-color: transparent !important;
    /* Optional: padding */
    padding: 80px 0 !important;
}

.dbsKnapp {
  background-color: #534a4a;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
 }
.info-squares {
  background-color: rgb(235, 241, 246);
  margin: 5px;
  padding: 20px;
  width: 500px;
  height: auto;
}
