/*
Theme Name: BACKEVESPER Theme
Theme URI: https://backevesper.de
Author: BACKEVESPER
Description: Custom WordPress theme for the band BACKEVESPER
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Open+Sans&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #111;
  color: #eee;
}

header {
  text-align: center;
  padding: 20px;
}

header img {
  max-width: 250px;
  height: auto;
}

nav {
  background-color: #222;
  text-align: center;
  padding: 10px 0;
}

nav a {
  color: #eee;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

nav a:hover {
  color: #FFD700;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: #888;
  font-size: 0.9em;
}

footer a i {
  margin: 0 8px;
  color: #ccc;
  font-size: 20px;
}

footer a i:hover {
  color: #FFD700;
}
