/*
Theme Name: Romero_Fliesen_Pro
Theme URI: https://romerofliesen.de
Author: CioOniki
Description: Luxuriöses, responsives WordPress-Theme mit Marmorhintergrund und automatischer Instagram-Integration.
Version: 1.0
Text Domain: romero-fliesen-pro
*/

body {
  font-family: 'SF Pro Display', 'Helvetica Neue', sans-serif;
  margin: 0;
  background: url('assets/images/background.jpg') no-repeat center center fixed;
  background-size: cover;
}

h1, h2, h3 {
  font-weight: 500;
}

button, .btn {
  background-color: #111;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s ease;
}
button:hover, .btn:hover {
  background-color: #333;
}

footer {
  background-color: #111;
  color: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer div {
  width: 30%;
}
footer p {
  font-size: 14px;
}
footer small {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}
