﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
}

.hero {
    text-align: center;
    background-color: #75a677;
    color: white;
    padding: 45px 20px;
    border-radius: 10px;
}

.hero-paragraph {
    font-size: 1rem;
}

.hero-date {
    font-size: 1rem;
}

h1 {
    font-size: 5.5em;
    margin: 0;
}

h2 {
    font-size: 1.8em;
}

.cfp {
    padding-top: 20px;
    font-size: 1.8em;
    color: rgb(249, 249, 157);
}

/* Buttons */
.hero-buttons {
    margin-top: 20px;
}

.hero-buttons a {
    display: inline-block;
    margin: 10px;
    padding: 15px 25px;
    font-size: 1.5em;
    color: white;
    background-color: #145214; /* Darker green */
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.hero-buttons a:hover {
    background-color: #0f400e;
}

/* Important Dates Section */
.important-dates {
    padding: 5px 10px;
    background-color: #f4f4f4;
}

.important-dates h2 {
    font-size: 2em;
    color: #2E7D32;
}

.important-dates ul {
    list-style: none;
    padding: 0;
}

.important-dates li {
    font-size: 1.3em;
    padding: 8px 0;
}

.about p {
    background-color: gray;
    color: white;
    padding: 5px;
}

.sponsor p {
    font-size: 1.8em;
}

.code-of-conduct .diversity-inclusion .public-health-safety {
    padding: 30px 20px;
}

.code-of-conduct .diversity-inclusion .public-health-safety h2, h2 {
    font-size: 1.8em;
}

.code-of-conduct .diversity-inclusion .public-health-safety a, a {
    text-decoration: none;
    font-weight: bold;
}

.code-of-conduct .diversity-inclusion .public-health-safety a:hover, a:hover {
    text-decoration: underline;
}

.socials a {
    display: inline-block;
    margin: 10px;
    font-size: 1.5em;
    color: #2E7D32;
    text-decoration: none;
    transition: color 0.3s ease;
}

.socials a:hover {
    color: #145214;
}

.socials i {
    margin-right: 8px;
}

.sponsor a {
    background: #145214;
    padding: 5px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}

.sponsor a:hover {
    text-decoration: none;
    color: white;
}

.contact a {
    color: black;
    text-decoration: none;
}

.subscribe form {
    margin-top: 20px;
}

input {
    padding: 10px;
    width: 250px;
    margin-right: 10px;
    border: 1px solid #2E7D32;
}

button {
    padding: 10px 20px;
    background-color: #2E7D32;
    color: white;
    border: none;
    cursor: pointer;
}

footer {
    background: #333;
    color: white;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}  
