/* Everything */
body {
  display: grid;
  background-color: ffffff;
  color: 999999;
  letter-spacing: 1.5;
  border-color: 666666;

  margin: 2%;

  font-family: "Raleway", serif;
  /* font-family:arial, 'sans serif'; */
  font-size: 1.25em;
}

/* Links */
a {
  text-decoration: none;
  border-style: none;
  color: 999999;
}

a:link {
  text-decoration: none;
  border-style: none;
  color: 666666;
}

a:visited {
  text-decoration: none;
  border-style: none;
  color: 999999;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  border-style: none;
  color: #aaaaaa;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  border-style: none;
  color: #99ccff;
}

/* Set up dividers */
hr {
  width: 100%;
  margin: 5px auto; /* Somehow magically centers footer_bar inside its parent */
}

/* Header */
.title_bar {
  display: grid;
  grid-template-rows: auto auto;
}

.title_bar_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .title_bar_top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.title_bar_top_lhs {
}

@media (max-width: 768px) {
  .title_bar_top_lhs {
    display: grid;
    justify-content: center;
  }
}

.title_bar_top_lhs_image {
  max-width: 100%;
}

.title_bar_top_mid {
}

.title_bar_top_mid_top {
  margin-bottom:25px;
}

.title_bar_top_mid_bottom {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
}

.title_bar_top_rhs {
  display: grid;
  grid-template-rows: auto auto;
}

@media (max-width: 768px) {
  .title_bar_top_rhs_bottom {
    grid-template-columns: 1fr;
  }
}

.title_bar_header_text {
  display: grid;
  justify-items: center;
  font-size: 4rem;
  margin: 5px;
}

@media (max-width: 768px) {
  .title_bar_header_text {
    font-size: 2rem;
  }
}

.socal_bar {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

@media (max-width: 768px) {
  .socal_bar {
    grid-template-columns: 1fr 1fr;
  }
}

.social {
  margin: 0 15px;
}

.donate_button {
  display: grid;
  justify-items: center;
  align-items: center;
}

.title_bar_bottom {
  display: grid;
  justify-items: center;
}

.title_bar_bottom_nav_bar {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  margin: 2px 5px;
}

@media (max-width: 768px) {
  .title_bar_bottom_nav_bar {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.title_bar_bottom_nav_bar_item {
  margin: 2px 15px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .title_bar_bottom_nav_bar_item {
    font-size: 1rem;
  }
}

/* Footer */
.footer_bar {
  width: 80%;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  margin: 0 auto;
}

.footer_bar_top {
  display: grid;
  justify-items: center;
}

.footer_bar_top_nav {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
}

@media (max-width: 768px) {
  .footer_bar_top_nav {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.footer_bar_nav_item {
  margin: 2px 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .footer_bar_nav_item {
    font-size: 1rem;
  }
}

.footer_bar_bottom {
  display: grid;
  justify-items: center;
  min-width: 100%;
}

.copyright_notice {
  font-size: 1.5rem;
}

/* Index (front) page */
.index_main {
  display: grid;
  justify-items: center;
  margin: 25px;
}

.index_video iframe {
  width: 800px;
  height: 450px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .index_video iframe {
    width: 100%;
    height: auto;
  }
}

/* Text body pages */
.text_body_box {
  display: grid;
  justify-items: center;
  margin: 10px auto; /* Magic centering thing again */
  width: 80%;
}

.text_body {
  text-align: left;
  width: 100%;
  margin: 10px 10px;
}

/* Two column pages */
.two_column_page {
  display: grid;
  justify-items: center;
  width: 80%;
  margin: 0 auto; /* Again this weird magic */
}

.two_column_page_box {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 10px;
  gap: 20px;
}

@media (max-width: 768px) {
  .two_column_page_box {
    grid-template-columns: 1fr;
  }
}

.two_column_page_left_column {
  display: grid;
  justify-items: center;
  align-items: center;
}

.two_column_page_left_column img {
  width: 60%;
  height: auto; /* Maintains aspect ratio */
}

.two_column_page_right_column {
  display: grid;
  grid-template-rows: auto auto;
}

.two_column_page_right_column_top {
}

.two_column_page_right_column_bottom {
  display: grid;
  justify-items: center;
}

.two_column_page_left_column_top {
}

.two_column_page_left_column_bottom {
  display: grid;
  justify-items: center;
}

.two_column_page_right_column_bottom img {
  width: 50%;
  height: auto; /* Maintains aspect ratio */
}

.map_embed {
  max-width: 100%;
}

@media (max-width: 768px) {
  .map_embed {
    width: 100%;
    height: auto;
  }
}

.leadership_box {
}

.leadership_box img {
  float: left;
  margin: 0 15px 15px 0;
  width: 30%;
  height: auto; /* Maintains aspect ratio */
}
