:root {
  --site-purple: #713dd3;
}

body {
  padding-top: 70px;
  margin: 0;
  padding: 0;
}

.navbar-purple {
  background-color: var(--site-purple) !important;
}

.hero {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("imgs/header.jpg") center/cover no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}

.ukie {
  margin: 0 auto;
  width: 80%;
}

.display {
  display: none;
}
.page-mar {
  margin-top: 50px;
}

.intro-section {
  width: 100%;
  background: url("imgs/event-bg.png") center/cover no-repeat;
  padding: 4rem 0;
}

.intro-content {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.intro-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.intro-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

footer h5 {
  margin-bottom: 1rem;
}

/* Admin Dashboard Styles */
.admin-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logout-link {
  text-align: right;
  margin-top: -2em;
  margin-bottom: 1em;
}

.admin-tabs {
  margin-bottom: 2em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}

.admin-tabs a {
  text-decoration: none;
  padding: 0.5em 1em;
  font-weight: 600;
  border-radius: 4px;
}

.admin-tabs a.active-tab {
  background-color: #007bff;
  color: white;
}

.admin-tabs a.inactive-tab {
  background-color: #eee;
  color: #333;
}

.admin-form {
  background: #fefefe;
  padding: 1em;
  border-radius: 6px;
  margin-bottom: 2em;
  border: 1px solid #ddd;
}

.admin-form h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

.admin-form label {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
}

.admin-form input[type="text"],
.admin-form textarea {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.2em;
  margin-bottom: 1em;
  font-size: 1em;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.admin-form button {
  background-color: #007bff;
  color: white;
  padding: 0.5em 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.admin-form button:hover {
  background-color: #0056b3;
}

.save-notice {
  background-color: #e0ffe0;
  padding: 1em;
  border: 1px solid #b2d8b2;
  margin-bottom: 2em;
  border-radius: 4px;
}
