a.btn {
  color: white;
  background-color: #37501a;
}

a.btn:hover {
  color: black;
  background-color: rgb(255 255 255/.6);
}

.post-holder.odd {
  background: #9f997b;
}

.form {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  height: 500px;
  padding: 20px;
  width: 320px;
}

.input-container {
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #f2efe8;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #3a4145;
  font-size: 18px;
  height: 2.5em;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

textarea.input {
  height: 8em;
  line-height: normal;
}

#submit-project {
  cursor: pointer;
  border: 0px;
  border-radius: 8px;
  height: 1.7em;
  background-color: #f2efe8;
  color: #757891;
}

#submit-project:hover {
  background-color: #f2efe8;
  color: #757891;
}

article.post {
  max-width: 1000px;
}

div.two-columns {
  display: flex;
  align-items: center;
}

.two-columns-1 {
  margin-right: 2em;
}

.two-columns-2 {

}

@media only screen and (max-width: 500px) {
  div.two-columns {
    flex-direction: column;
  }
  div.two-columns img {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
