nav {
  margin-bottom: 2em;
}
/* helpers */
.pointer {
  cursor: pointer;
}
/* structure */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #272730fb;
  border: 0px;
}
.container-fluid {
  min-height: 100%;
  padding-bottom: 150px;
  /* Height of the footer */
  margin-bottom: -150px;
  box-sizing: border-box;
  padding: 0px;
}
.container {
  min-height: 100%;
  padding: 0px;
  padding-bottom: 30px;
  /* Height of the footer */
  margin-bottom: -40px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer {
  height: 160px;
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
.volunteersFooter {
  height: 40px;
  margin-top: 0px;
  padding: 0px;
  padding-top: 8px;
  background-color: #e7e5e5;
}
.heroImage {
  height: 600px;
  padding: 0px;
  position: relative;
  /* Add this line */
  background-size: cover;
  background-position: center;
  max-width: 1600px;
}
.heroImage h1 {
  position: absolute;
  /* Add this line */
  bottom: 30px;
  left: 30px;
  font-size: 3.65em;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
}
.logo {
  position: fixed;
  width: 150px;
  height: 150px;
  margin: 30px;
}
/* headers */
h1 {
  font-weight: 700;
}
h3 {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
/* Pages content */
.content {
  font-size: 1.165em;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1024px;
  padding-top: 1px;
  padding-bottom: 250px;
}
.content p {
  line-height: 1.6em;
  margin-bottom: 1em !important;
}
.content img {
  max-width: 100%;
}
.content ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.content li {
  line-height: 1.75em;
}
.pageimage {
  margin-bottom: 1em;
  max-width: 100%;
}
.content var {
  font-size: 0.75em;
}
/* navigation */
.menu {
  position: absolute;
  z-index: 4;
  background-color: transparent;
  padding: 10px 0;
  right: 20px;
  top: 10px;
  text-align: right;
}
.menu a {
  margin-right: 15px;
  color: #fff !important;
  font-size: 1.4em;
  font-weight: 600;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
}
.volunteersMenu {
  padding-bottom: 50px;
  margin-top: 20px;
}
.nav-item {
  margin-left: 12px;
}
/* errors */
.error {
  color: #e41e2a;
}
/* text */
.text-muted {
  color: #ababadfb !important;
}
/* links */
.noUnderline {
  text-decoration: none;
}
a {
  color: #e41e2a;
  text-decoration: none;
}
.red {
  color: #e41e2a;
}
/* forums */
.forum,
.post {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.post_title,
.forum_title {
  color: #e41e2a;
}
.forum_description {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.singlepost {
  margin-top: 2em;
  margin-bottom: 2em;
}
.postContent {
  font-size: 1em;
}
.postContent img {
  max-width: 100%;
}
.postContent figcaption {
  font-size: 0.75em;
  text-align: right;
  margin-top: 0.5em;
  color: #ababadfb;
}
.postReply {
  margin-top: 1em;
  border-bottom: 1px solid #ccc;
}
.popholder {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  /* Start off screen */
  background-color: #e41e2a;
  /* Dark background for visibility */
  color: #fff;
  /* Light text color for contrast */
  text-align: center;
  padding: 20px 0;
  z-index: 1000;
  /* Ensure it appears above other content */
  display: none;
  /* Initially hidden */
  transition: bottom 0.5s ease;
  /* Smooth transition for sliding up and down */
}
.popmessage {
  font-size: 16px;
}
