/* NWASEA - National Women Association for Social and Education Advancement */

html {
  overflow-y: scroll;
}

body {
  height: 100%;
  background-image: url("/pics/background.jpg");
  padding-top: 40px;
  margin: 0;
  padding-bottom: 100px;
  font-family: Helvetica, Candara, Arial, sans-serif;
  color: #444;
}

.content {
  max-width: 1000px;
  margin: auto;
}

.button {
  display: inline-table;
  border: 2px solid #888;
  border-radius: 5px;
  padding: 5px;
  height: 10px;
  transition-delay: 100ms;
}

.button:hover {
  border: 2px solid #fff;
  transition-delay: 100ms;
}

.badge {
  display: inline-table;
  vertical-align: bottom;
  border: 0 transparent;
  border-radius: 0;
  padding: 0;
  height: 25px;
}

.badge img {
  filter: grayscale(90%);
  transition: filter 200ms;
}

.badge img:hover {
  filter: grayscale(70%);
}

header, footer {
  opacity: 0.9;
  margin: 0;
  width: 980px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: #555;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

header {
  top: 0;
  z-index: 100;
}

footer {
  bottom: 0;
}

section {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}

.paragraphs {
  margin-left: 10px;
}

.paragraphs a {
  color: #444;
  font-weight: bold;
  background: #ddd;
  text-decoration: none;
  padding: 1px 2px;
  transition-delay: 100ms;
}

.paragraphs a:hover {
  color: #446;
  background: #eee;
  transition-delay: 100ms;
}

li {
  margin-bottom: 15px;
}

.accent {
  color: #6b6;
}

header a, footer a {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  background: #555;
  padding: 2px;
  transition-delay: 100ms;
}

header a:hover, footer a:hover {
  color: #fff;
  transition-delay: 100ms;
}

@media (max-width: 980px) {

  body {
    padding-top: 80px;
  }

  header {
    width: 100%;
    left: 0;
    transform: none;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  header a {
    height: 31px;
  }

  footer {
    visibility: hidden;
  }

}
