body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at top, #FFF5E1 0%, #FFE8C0 45%, #F5E0C0 100%);
  color: #0F4C5C;
  font-family: Arial, Helvetica, sans-serif;
}

main {
  padding: 0 1rem 1rem;
  text-align: center;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0.75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(255, 245, 225, 0.92);
  border-bottom: 0.35rem solid #D4Af37;
}

h1 {
  margin: 0;
  font-family: IndianHeader, Arial, Helvetica, sans-serif;
  font-size: 7vw;
  text-align: center;
  color: #8B1C1C;
  text-shadow: 0 0 8px rgba(255, 153, 51, 0.18);
}

h2,
h3 {
  text-align: center;
  color: #0F4C5C;
  margin: 1.25rem auto 0.75rem;
}

h3 {
  color: #8B1C1C;
}

p,
small,
label,
legend,
li {
  color: #0F4C5C;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

p strong,
small,
label {
  color: #0F4C5C;
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.nav-menu a {
  margin: 0;
  font-size: 1rem;
  padding: 0.85rem 1.1rem;
  background-color: rgba(255, 153, 51, 0.16);
  color: #0F4C5C;
  border: 0.18rem solid #D4Af37;
  border-radius: 0.85rem;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a:focus, .nav-menu a.current {
  background-color: #FF9933;
  color: #FFF5E1;
  transform: translateY(-1px);
}

.image-link {
  display: inline-block;
  margin: 0 auto 1.5rem;
}

.image-style {
  border-radius: 1rem;
  border: 0.25rem solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 0.8rem 2rem rgba(15, 76, 92, 0.12);
}

.acrossindia,
.story,
.adventure,
.asha,
.aboutus,
.facebook,
.donate,
.fundraising {
  height: auto;
  display: block;
  margin: 0 auto 0;
  width: 30vw;
}

.image-style {
  border-radius: 1rem;
  border: 0.25rem solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 0.8rem 2rem rgba(15, 76, 92, 0.12);
}

.bjornasha {
  width: 15vw;
  height: auto;
  display: block;
}

.row {
  display: flex;
  justify-content: center;
}

.column {
  float: left;
}


.social-page {
  display: inline-block;
  width: 30vw;
  vertical-align: top;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .acrossindia,
  .adventure,
  .asha,
  .aboutus,
  .facebook,
  .donate,
  .fundraising {
    width: 70vw;
  }
  .social-page {
    width: 85vw;
  }
  .bjornasha {
    width: 30vw;
  }
  .story {
    width: 60vw;
  }
  h1 {
	font-size: 15vw;
  }
}

@font-face {
  font-family: IndianHeader;
  src: url(SAMAN.ttf);
}