.inner * {
	background: white;
}

#map {
	width: 100%;
	margin-top: 2em;
}

.level2 img {
	width: 50%;
	margin-block: 1em;
}

.inner {
	margin-top: 1em;
	margin-bottom: 3em;
}


h3 {
	margin-top: 1em !important;
}

#content {
	width: 50%;
	margin: auto;
	background-color: white;
	padding: 1em;
	border-radius: 10px;
}


@media screen and (max-width: 50em) {
	#content {
		width: 90%;
	}
	
	.instagram-media {
		max-width: 100% !important;
		min-width: initial !important;
	}
}

.navbar {
	border-top: 5px #eb6218 !important;
	background: linear-gradient(0deg, white 95%, #eb6218 5%);
	margin-bottom: 3em;
}

.navbar-brand, .nav-item a {
	font-weight: bold;
	color: #eb6218 !important;
	vertical-align: baseline;
}


.navbar-nav {
	margin-left: 8%;
}

.catch p {
	font-size: 1.5em;
}


body {
	background: black !important;
}

#wrapper {
	background: url("./RAB_1900.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#instagram-embed-0 {
	max-width: 50% !important;
}

#insta-timeline {
	overflow: scroll;
	height: 600px;
	width: fit-content;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: white !important;
	font-weight: bold;
}

a.navbar-brand {
    padding-right: 3%;
}

#donate-pr a {
	font-size: 1.5em;
}

.sns {
	margin-right: 10%;
}

#copy {
	font-weight: bold;
	color: purple;
	font-size: 200%;
}

#eyecatch img {
	width: 40%;
}

p {
	font-size: larger;
}

section li {
	font-size: larger;
}

#keyintro {
	width: 55%;
}

/* Table Styling */

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

thead {
  background-color: #f4f4f4;
}

thead th {
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #ddd;
  color: #333;
}

tbody tr {
  border-bottom: 1px solid #eee;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

tbody td {
  padding: 12px;
  color: #555;
}

tbody tr:hover {
  background-color: #f1f1f1;
}

/* image zoom */

    img {
      max-width: 100%;
      height: auto;
    }

    .clickable-image {
      cursor: pointer;
      transition: transform 0.3s;
    }

    .clickable-image:hover {
      transform: scale(1.02);
    }

    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.8);
    }

    .modal-content {
      display: block;
      margin: auto;
      max-width: 90%;
      max-height: 80vh;
      box-shadow: 0 0 20px rgba(255,255,255,0.3);
    }

    .close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }

    @media (max-width: 600px) {
      .modal-content {
        max-width: 95%;
        max-height: 70vh;
      }

      .close {
        font-size: 30px;
        top: 10px;
        right: 20px;
      }
    }



