Donate to Overland


Explore this section:

Why Your Support Matters

Overland is free to everyone. We believe open access to culture and politics shouldn’t depend on your ability to pay. But this means we rely on readers like you.

With literary arts under constant threat and government funding unreliable, your donation goes directly to paying writers, editors, and keeping our work independent.

Small size, substantial impact. We publish perspectives that challenge the status quo and point public debate in alternative directions.

Donate Today

Any amount makes a difference. All donations are valued.

Overland is a not-for-profit magazine registered with the ACNC. O.L. Society Limited is on the Register of Cultural Organisations.

More Ways to Support

Buy, read, subscribe, contribute, share.

Our History

In 1954, Overland was founded from a broad progressive movement of political organisations, trade unions, writers and activists. They shared a commitment to Australian writing, and to publishing and fostering diverse, often marginalised, voices.

In 2025, the stakes have never been higher. Overland maintains its progressive editorial vision, publishing online and in-print perspectives on issues rarely given space in traditional media and pointing public debate in alternative directions.

Bequests

Thank you for considering leaving a gift in your will to Overland. Your generosity helps sustain our mission to champion progressive voices and literature, securing it for future generations.

Contact Us About Bequests
Tax Deductibility & Registration

O.L. Society Limited, publisher of Overland, is on the Register of Cultural Organisations and reports to the Australian Charities and Not-for-profits Commission.

All donations above $2 are tax deductible. You will receive a receipt for tax purposes following your donation.

Supported By

Creative Australia Melbourne UNESCO City of Literature City of Melbourne Deakin University CoPower United Workers Union

O.L. Society Limited, publisher of Overland, is on the Register of Cultural Organisations and reports to the Australian Charities and Not-for-profits Commission.

 

Donate to Overland

 

 

 

 

<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

.overland-donate-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
}

/* Hero Section */
.donate-hero {
  text-align: center;
  padding: 5rem 1.5rem;
  background: linear-gradient(135deg, #3d4a3d 0%, #2d382d 100%);
  border-radius: 4px;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.donate-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(244,241,234,0.03)" stroke-width="0.5"/></svg>');
  background-size: 60px 60px;
  pointer-events: none;
}

.donate-hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #f4f1ea;
  letter-spacing: -0.02em;
  line-height: 1.1;
  position: relative;
}

.donate-hero .tagline {
  font-size: 1.25rem;
  color: #c9c5bc;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  font-weight: 400;
  position: relative;
}

.donate-hero .tax-badge {
  display: inline-block;
  background: rgba(244,241,234,0.15);
  color: #f4f1ea;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(244,241,234,0.3);
  position: relative;
}

/* Impact Statement Block */
.impact-block {
  background: #f4f1ea;
  border: 2px solid #3d4a3d;
  border-radius: 4px;
  padding: 2.5rem;
  margin: 2.5rem 0;
  text-align: center;
}

.impact-block h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3d4a3d;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.impact-block p {
  font-size: 1.05rem;
  color: #333;
  max-width: 750px;
  margin: 0 auto 1rem;
  line-height: 1.7;
}

.impact-block strong {
  color: #3d4a3d;
}

/* Donation Card - Main Feature */
.donation-card {
  background: #3d4a3d;
  border: 2px solid #3d4a3d;
  border-radius: 4px;
  padding: 3rem 2rem;
  margin: 3rem 0;
  text-align: center;
  position: relative;
}

.donation-card h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f4f1ea;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.donation-card .subtitle {
  color: #c9c5bc;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.donation-amounts {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.donation-btn {
  background: #f4f1ea;
  color: #3d4a3d;
  border: 2px solid #f4f1ea;
  padding: 1rem 2rem;
  border-radius: 2px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
}

.donation-btn:hover {
  background: transparent;
  color: #f4f1ea;
}

.donation-btn.other {
  background: transparent;
  color: #f4f1ea;
  border-color: rgba(244,241,234,0.5);
}

.donation-btn.other:hover {
  border-color: #f4f1ea;
}

.donation-form {
  max-width: 400px;
  margin: 1.5rem auto 0;
}

.donation-input {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(244,241,234,0.3);
  border-radius: 2px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  background: rgba(244,241,234,0.1);
  color: #f4f1ea;
  margin-bottom: 1rem;
}

.donation-input::placeholder {
  color: rgba(244,241,234,0.5);
}

.donation-input:focus {
  outline: none;
  border-color: #f4f1ea;
}

.donate-submit-btn {
  width: 100%;
  background: #f4f1ea;
  color: #3d4a3d;
  border: none;
  padding: 1.25rem 2rem;
  border-radius: 2px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donate-submit-btn:hover {
  background: #e8e4dc;
  transform: translateY(-2px);
}

/* Info Sections */
.info-section {
  margin: 2.5rem 0;
  border: 2px solid #3d4a3d;
  border-radius: 4px;
  overflow: hidden;
}

.info-header {
  background: #3d4a3d;
  padding: 1.25rem 1.5rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #f4f1ea;
  letter-spacing: -0.01em;
}

.info-content {
  background: #fff;
  padding: 1.75rem;
  color: #333;
}

.info-content a {
  color: #5a6b5a;
  text-decoration: underline;
}

.info-content p {
  margin-bottom: 1rem;
}

.info-content p:last-child {
  margin-bottom: 0;
}

/* Bequests Section */
.bequests-section {
  background: linear-gradient(135deg, #f4f1ea 0%, #e8e4dc 100%);
  border: 2px solid #3d4a3d;
  border-radius: 4px;
  padding: 2.5rem;
  margin: 3rem 0;
  text-align: center;
}

.bequests-section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3d4a3d;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.bequests-section p {
  font-size: 1.05rem;
  color: #333;
  max-width: 650px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

.bequests-cta {
  display: inline-block;
  background: #3d4a3d;
  color: #f4f1ea;
  padding: 1rem 2rem;
  border-radius: 2px;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #3d4a3d;
}

.bequests-cta:hover {
  background: transparent;
  color: #3d4a3d;
}

/* Partner Logos */
.partner-section {
  margin: 4rem 0 2rem;
  padding: 2rem 0;
  border-top: 2px solid #e0e0d8;
}

.partner-section p {
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  opacity: 0.6;
}

.partner-logos img {
  max-height: 50px;
  width: auto;
}

/* CTA Bar */
.cta-bar {
  background: #5a6b5a;
  color: #f4f1ea;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 4px;
  margin: 3rem 0;
}

.cta-bar h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #f4f1ea;
}

.cta-bar p {
  color: #c9c5bc;
  margin-bottom: 1.5rem;
}

.cta-bar .btn-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cta-bar .btn {
  display: inline-block;
  background: #f4f1ea;
  color: #3d4a3d;
  padding: 0.9rem 2rem;
  border-radius: 2px;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #f4f1ea;
}

.cta-bar .btn:hover {
  background: transparent;
  color: #f4f1ea;
}

/* Responsive */
@media (max-width: 600px) {
  .donate-hero {
    padding: 3.5rem 1rem;
  }
  
  .donate-hero h1 {
    font-size: 2.5rem;
  }
  
  .impact-block {
    padding: 2rem 1.5rem;
  }
  
  .donation-card {
    padding: 2rem 1.5rem;
  }
  
  .donation-amounts {
    flex-direction: column;
    align-items: center;
  }
  
  .donation-btn {
    width: 100%;
    max-width: 200px;
  }
  
  .bequests-section {
    padding: 2rem 1.5rem;
  }
  
  .partner-logos {
    flex-direction: column;
    gap: 1.5rem;
  }
}
</style>

<div class="overland-donate-wrapper">

  <!-- Hero -->
  <div class="donate-hero">
    <h1>Keep Overland Independent</h1>
    <p class="tagline">Since 1954, Overland has published progressive writing and diverse voices excluded from traditional media. Now we need you.</p>
    <span class="tax-badge">All donations over $2 are tax deductible</span>
  </div>

  <!-- Impact Statement -->
  <div class="impact-block">
    <h2>Why Your Support Matters</h2>
    <p><strong>Overland is free to everyone.</strong> We believe open access to culture and politics shouldn't depend on your ability to pay. But this means we rely on readers like you.</p>
    <p>With literary arts under constant threat and government funding unreliable, your donation goes directly to paying writers, editors, and keeping our work independent.</p>
    <p><strong>Small size, substantial impact.</strong> We publish perspectives that challenge the status quo and point public debate in alternative directions.</p>
  </div>

  <!-- Main Donation Card