
/*
Theme Name: Frutiger Aero Theme
Author: Kai & ChatGPT
Description: A Frutiger Aero-inspired WordPress theme with glass effects and custom background.
Version: 1.1
*/

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: url('https://kaihoward.com/wp-content/uploads/2025/07/background-image.jpeg') no-repeat center center fixed;
  background-size: cover;
  color: #222;
}

.frutiger-aero-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 40px;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  padding: 40px;
  display: flex;
  align-items: center;
  max-width: 900px;
  gap: 40px;
  flex-direction: column;
}

.cd-image {
  display: none; /* Image removed */
}

.content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.glossy-button {
  display: none; /* Button removed */
}
