html {
	background-color: #eee;
}

body {
	background-color: white;
	margin: 0 auto;
	padding: 0 0 2em 0;
	margin-bottom: 5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	max-width: 40em;
}

#headercontent {
	display: flex;
	height: 3em;
	background: linear-gradient(to right, #099fda, #2b378b);
	padding: 0.5em 0;
}

#headercontent > img {
	background-color: white;
	padding: 0.5em 1em 0.5em 1.5em;
	border-radius: 0 5em 5em 0;
}

#maincontent {
	padding: 2em;
}

#pdf-wrap {
	margin-top: 10vh;
	text-align: center;
}

#pdf-embed {
	width: 90%;
	height: 70vh !important;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2); border-radius: 8px;
}

.contact-section {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.contact-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  padding: 1.5rem 2rem;
  max-width: 900px;
  width: 100%;
}

.contact-left, .contact-right {
  flex: 1 1 300px;
}

.contact-left h3 {
  margin: 0;
  font-size: 1.25rem;
}

.division {
  color: #6b7280;
  font-weight: 500;
  margin: 0.25rem 0 0.5rem 0;
}

.contact-right h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1.1rem;
}

.contact-right a {
  color: #2563eb;
  text-decoration: none;
}

.contact-right a:hover {
  text-decoration: underline;
}
