/*
Theme Name: L2 BattleCry
Theme URI: https://www.l2battlecry.com
Author: ComputerMD
Author URI: https://www.l2battlecry.com
Description: A custom theme for the L2 BattleCry Lineage 2 server.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: l2battlecry
*/
body {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #eee;
    margin: 0;
    padding: 0;
}
body {
   
background: url('https://l2battlecry.com/wp-content/themes/l2battlecry/assets/bg.png') no-repeat center center fixed !important;
    background-size: cover !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f0f0f0;
    margin: 0;
    padding: 0;


}

header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    text-align: center;
    
}

header h1 {
    font-size: 3em;
    color: #ffcc00;
    margin: 0;
}

nav {
    margin-top: 10px;
}

main {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 900px;
    margin: 40px auto;
    border-radius: 10px;
}

section {
    margin-bottom: 40px;
}

.discord-widget iframe {
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #aaa;
    font-size: 0.9em;
}
.main-menu {
    position: absolute;
    top: 20px;
    right: 40px;
}

.main-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-menu .menu li {
    display: inline;
}

.main-menu .menu li a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.main-menu .menu li a:hover {
    color: #ffffff;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, 0.7);
}

.main-menu .menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.main-menu .menu li {
    display: inline;
}

.main-menu .menu li a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.main-menu .menu li a:hover {
    color: #ffffff;
}

.welcome-section,
.patchnotes-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #f0f0f0;
}

.patchnotes-section {
  background-color: rgba(20, 20, 20, 0.7);
  border: 1px solid #ffcc00;
}
