/* GOOGLE FONTS: Proxima Nova (Montserrat substitute) + Raleway */
/* Apply Montserrat to body text, Raleway to headings */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  color: #111;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
}

body {
  font-family: 'Raleway', sans-serif;
  /* Or Proxima Nova if locally hosted */
  background-color: #fff;
  color: #111;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Raleway', sans-serif; /* or Proxima Nova */
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.nav-left, .nav-right {
  display: flex;
  gap: 20px;
}

.navbar a {
  text-decoration: none;
  color: black;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.navbar a.active {
  border-bottom: 2px solid black;
}

.logo img {
  height: 50px;
  width: auto;
}

/* HERO SECTION (Home Page) */
.hero-section {
  display: flex;
  height: 500px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  flex: 1;
  background-color: #111;
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: left;
}

.hero-text h1 {
  font-size: 3.2rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.hero-text p {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.85;
}

.hero-text button {
  width: fit-content;
  padding: 12px 24px;
  background-color: #eee;
  border: none;
  box-shadow: 2px 2px 0px #555;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}

.hero-text button:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

/* ABOUT SECTION */
.about {
  padding: 80px 40px;
  background-color: #f4f4f4;
  text-align: center;
}

.about h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #5a4340;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.about-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.about-block img {
  flex: 1;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.text-block h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  font-family: 'Raleway', sans-serif;
}

.text-block p {
  font-size: 1rem;
  color: #444;
}

/* About Section Button */
.about-block button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #111;
  color: white;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

/* Static Page Styling (Optional) */
.static-page {
  padding: 100px 40px;
  text-align: center;
}

.static-page h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 20px;
}

.static-page p {
  font-size: 1.1rem;
  color: #444;
}

/* RUSH PAGE STYLES */
.rush-hero {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 40px;
  gap: 60px;
  align-items: center;
  background-color: #f4f4f4;
}

.rush-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.rush-image img {
  width: 100%;
  max-width: 650px;
  border-radius: 8px;
}

.rush-content {
  flex: 1;
  max-width: 600px;
}

.rush-content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  color: #5a4340;
  margin-bottom: 20px;
}

.rush-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rush-content button {
  padding: 12px 24px;
  background-color: #111;
  color: white;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
}

/* CONTACT SECTION (Rush Page) */
.contact-section {
  padding: 10px 40px;
  background-color: #fff;
}

.contact-section h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  color: #5a4340;
  text-align: center;
  margin-bottom: 50px;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.contact-info {
  max-width: 400px;
  font-size: 1.15rem;
  line-height: 1.6;
}

.recruiter-name {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #5a4340;
}

.map-embed {
  border: 0;
  border-radius: 8px;
  width: 100%;
  max-width: 700px;
  height: 450px;
}

/* RUSH EVENTS SECTION */
.rush-events {
  background-color: #f7f7f7;
  padding: 20px 40px;
  text-align: center;
}

.rush-events h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  color: #5a4340;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  max-width: 900px;
  margin: 0 auto;
}

.event-date {
  flex: 0.2;
  font-size: 1.5rem;
  color: #a88b89;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.event-detail {
  flex: 0.8;
  text-align: left;
}

.event-detail div {
  font-size: 1.1rem;
  margin: 3px 0;
  font-family: 'Montserrat', sans-serif;
}

.event-time {
  font-weight: 600;
}

.event-location {
  font-size: 0.95rem;
  color: #555;
}

/* EXECUTIVE BOARD SECTION */
.exec-section {
  padding: 80px 40px;
  text-align: center;
  background-color: #f9f9f9;
}

.exec-section h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  color: #5a4340;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.exec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  justify-items: center;
}

.exec-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.exec-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.exec-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.exec-card p {
  font-size: 1rem;
  color: #666;
  font-family: 'Montserrat', sans-serif;
}

/* COPYRIGHT FOOTER */
.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 0.95rem;
  font-family: 'Raleway', sans-serif;
}

.site-footer p {
  margin: 0;
}


/* LEAD */
.arrow {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
  color: #5a4340;
}

.centered {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.hero-text button {
  background-color: white;
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border: none;
  box-shadow: 2px 2px 0px #444;
  cursor: pointer;
  transition: all 0.2s;
}

.hero-text button:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

button, .button {
  padding: 12px 24px;
  background-color: #111;
  color: white;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Proxima Nova', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

button:hover, .button:hover {
  background-color: #333;
}

.small-note {
  font-size: 0.85rem;
  display: block;
  margin-top: 5px;
}

/* RUSH EVENTS SECTION */
.rush-events {
  background-color: #f7f7f7;
  padding: 60px 40px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.rush-events h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  color: #5a4340;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
}

.event-row > div {
  flex: 1;
  padding: 0 12px;
}

.event-date {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #a88b89;
  text-align: left;
}

.event-name {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  color: #111;
  font-weight: 500;
  text-align: left;
}

.event-time {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.event-location {
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
  color: #555;
  text-align: right;
}
