.projects {
  width: 100%;
}

.project {
  width: 100%;
  margin-top: 30px;
  /*margin-left: 30%;*/

}

.projectContent {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 110%;
  font-family: Palatino;
  /*padding-bottom: 25px;*/
  width: 70%;
  margin-left: 20%;

}

.name {
  width: 85%;
  float: left;
  margin-top: 20px;
  font-size: 120%;
  text-align: left;

  /*background: linear-gradient( white , white, #408814);*/
  /*background: grey;*/
  height: 40px;
  padding-left: 10px;
  padding-top: 1%;
  border-radius: 5px;
  /*border-color: #408814;
  border-bottom-style: solid;
  border-width: medium;*/
  cursor: pointer;

}

.name:hover {
  background: #D5F5C4;
}

.description {
  width: 75%;
  float: left;
  font-size: 100%;
  margin-top: 5px;
  text-align: left;
  margin-left: 5%;
  text-align: justify;
}

.link {
  width: 100%;
  float: left;
  font-size: 100%;
  margin-top: 10px;
  text-align: left;
  margin-left: 5%;
}

.descriptionDiv {
  display: none;
  /*visibility: hidden;*/
}
