/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

/* Header Styling */
header {
    background-color: #232F3E;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

.logo a {
    font-size: 24px;
    color: white;
    text-decoration: none;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a.active {
    color: #FF9900;
}

/* Press Release Section */
.press-release-section {
    padding: 50px;
    background-color: white;
    max-width: 1200px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.press-release-section h1 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.press-release-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.press-release-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.press-release-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.press-release-card h2 {
    font-size: 22px;
    color: #232F3E;
    margin-bottom: 10px;
}

.press-release-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.read-more {
    display: inline-block;
    background-color: #FF9900;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #F08804;
}

/* Footer Styling */
footer {
    text-align: center;
    padding: 20px;
    background-color: #232F3E;
    color: white;
    margin-top: 50px;
}

footer p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .press-release-grid {
        grid-template-columns: 1fr;
    }

    .press-release-section {
        padding: 30px;
    }

    .press-release-card {
        margin-bottom: 30px;
    }
}

/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

/* Header Styling */
header {
    background-color: #232F3E;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

.logo a {
    font-size: 24px;
    color: white;
    text-decoration: none;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a.active {
    color: #FF9900;
}

/* Press Release Section */
.press-release-section {
    padding: 50px;
    background-color: white;
    max-width: 1200px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.press-release-section h1 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.press-release-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.press-release-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.press-release-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.press-release-card h2 {
    font-size: 22px;
    color: #232F3E;
    margin-bottom: 10px;
}

.press-release-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.read-more {
    display: inline-block;
    background-color: #FF9900;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #F08804;
}

/* Footer Styling */
footer {
    text-align: center;
    padding: 20px;
    background-color: #232F3E;
    color: white;
    margin-top: 50px;
}

footer p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .press-release-grid {
        grid-template-columns: 1fr;
    }

    .press-release-section {
        padding: 30px;
    }

    .press-release-card {
        margin-bottom: 30px;
    }
}

#description-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.description-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    max-height: 80%;
    overflow-y: auto;
}

#close-description {
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#close-description:hover {
    background-color: #0056b3;
}

/* Separator for different sections */
.separator {
    margin: 50px 0;
    height: 2px;
    background-color: #ddd;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



/* Burger menu styles */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1000;
}

.burger-menu span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 5px 0;
    border-radius: 5px;
}

/* Desktop menu is shown by default */
.desktop-menu {
    display: flex;
}

/* Mobile menu hidden by default */
.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #232F3E;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 999;
}

/* Mobile menu list */
.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    padding: 10px 0;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .burger-menu {
        display: flex;
        order: 2;
    }

    /* Hide desktop menu */
    .desktop-menu {
        display: none;
    }

    /* Show mobile menu when active */
    .mobile-menu.active {
        display: flex;
    }
}


/* Sponsors section container */
.sponsors-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* Space between the logos */
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

/* Sponsor logo container */
.sponsor-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

/* Sponsor logos */
.sponsor-logo {
    max-width: 150px;
    /* Uniform size for logos */
    height: auto;
    object-fit: contain;
    /* Ensure logos fit within the container */
}

/* Vertical separator between logos */
.sponsor-separator {
    width: 2px;
    height: 80px;
    background-color: #ddd;
}
/* Logo link styling */
.logo a {
    text-decoration: none;
    color: white;
}

.logo a:hover {
    text-decoration: underline;
}

.logo img {
    max-height: 75px;
    /* Állítsd be a kívánt magasságot */
    margin-right: 10px;
    /* Hely a kép és a szöveg között */
}

.logo span {
    font-size: 24px;
    /* Állítsd be a kívánt betűméretet */
    font-weight: bold;
}