.body-content {
  padding: 2em
}

/* Visual Styling */
.green {
  display:inline-block;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  background-color: #81C453;
  padding-top: 3em;
}

.turquoise {
  display:inline-block;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  background-color: #35A6A3;
  padding-top: 3em;
}

.red {
  display:inline-block;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  background-color: #D0011B;
  padding-top: 3em;
}

.blue {
  display:inline-block;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  background-color: #2750A3;
  padding-top: 3em;
}

.yellow {
  display:inline-block;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  background-color: #E8D737;
  padding-top: 3em;
}


/* Styling for standard button */
.button {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 5em;
  font-weight: bold;
  color: #81C453;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #81C453;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.button:hover, .button:focus {
  color: #FFFFFF;
  background-color: #81C453;
}

/* Text Styling*/
.text-link {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}

.heading-1 {
  font-size: 3rem;
  font-weight: bold;
}

.heading-2 {
  font-size: 1.5rem;
}

.heading-3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.project-example {
  display:inline-block;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 600px;
  background-color: #81C453;
  position: relative;
}

.project-example-header {
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  top: 250px;
}

.project-example-image {
  width: 25%;
  opacity: 0.25;
  position: absolute;
  left: 450px;
  top: 50px   
}

.project-example-type {
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  left: 1em;
  top: 1em;
}

.project-example-date {
  text-align: right;
  font-size: 1.25em;
  z-index: 1;
  position: absolute;
  right: 1em;
  top: 1em;
}




