body {
  font-family: Roboto, sans-serif;
  background-color: white;
  color: #313841
}

.header {
  padding: 60px;
  text-align: center;
  height: 70px;
  width: 100px;
}

.headercontainer {
  position: relative;
  min-height: 400px;
  background-image: url('../images/header.jpeg');
  background-size: cover;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block {
  position: absolute;
  top: 60px;
  right: 0px;
  background-color: black;
  opacity: 75%;
  color: white;
  padding: 20px 80px 20px 20px;
}

.text-block2 {
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0px;
  left: 0px;
  background-color: white;
  opacity: 75%;
  color: white;
  padding: 20px 30px;
  align-content: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background-color: white;
}

li {
  float: left;
}

li a {
  float: left;
  display: block;
  color: #313841;
  text-align: center;
  font-weight: 300;
  padding: 14px 16px;
  text-decoration: none;
}

#all-content {
  width: 100%;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.purplepanel {
  float: left;
  width: 50%;
  background-color: #6e1aa1;
}

.greypanel {
  float: left;
  width: 50%;
  background-color: grey;
}


#column4 {
  float: left;
  width: 50%;
}

#column0 {
  float: left;
  width: 100%;
}

#column {
  float: left;
  width: 30%;
}

#column2 {
  float: left;
  width: 70%;
}

h4 {
  font-size: xx-large;
  color: white;
}

h2 {
  font-size: large;
  color: white;
}

h5 {
  font-size: xx-large;
  color: black;
}

li a:hover {
  color: grey;
}

h1 {
  font-size: 25px;
}

table {

  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.actionbutton {
  border: none;
  background-color: #6e1aa1;
  padding: 14px;
  margin: 10px;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
}

.actionbutton:hover {
  background: grey;
}

.join {
  color: white;
}

.volunteer {
  color: white;
}

  @media only screen and (max-width: 768px) {

    .headercontainer {
      min-height: 250px;
    }
    .navigation li {
      float: left;
      letter-spacing: 2px;
    }

  }

  @media only screen and (max-width: 620px) {

    .headercontainer {
      min-height: 200px;
    }
  }