﻿html {
background-color: #f8f8f8 !important;
}

body {
background-color: #f8f8f8;
font-family: Geneva, Verdana, sans-serif;
font-size: 16px;
line-height: 150%; 
letter-spacing: 2px;
margin: 0px;
border: 0px;
color: #222222;
}

p {
font-family: Geneva, Verdana, sans-serif;
font-size: 16px;	
}

/* Reset & Base */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #1a1a1a;
  color: #e0e0e0;
  line-height: 1.6;
}

/* Hero Section */
.hero {
  background: url('Billeder/Gefion_Wallpaper.png') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
#logo {
max-width: 90%;
}

.logo {
  font-size: 2.5rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5em 1em;
  border-radius: 10px;
}

.tagline {
  font-size: 1.5rem;
  margin-top: 1em;
  font-style: italic;
}

/* About Section */
.about {
  padding: 4em 2em;
  background: #2a2a2a;
  text-align: center;
}

.about h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  color: #c0a060;
}

/* Contact Form */
.contact {
  padding: 4em 2em;
  background: #1f1f1f;
}

.contact h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  color: #c0a060;
  text-align: center;
}

#captcha{
color: #FFFFFF;
}

form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 1em;
  font-weight: bold;
  color: #c0a060;
}

input, textarea {
  padding: 0.75em;
  margin-top: 0.5em;
  background: #333;
  border: none;
  border-radius: 5px;
  color: #fff;
}

button {
  margin-top: 2em;
  padding: 1em;
  background: #c0a060;
  color: #1a1a1a;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #e0c080;
}

/* Footer */
footer {
  padding: 2em;
  text-align: center;
  background: #111;
  font-size: 0.9rem;
  color: #888;
}
