@charset "UTF-8";

/*ID's*/
#article-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  position: fixed;
  width: 100vw;
  z-index: 2;
}

#article-search > form {
  display: flex;
  justify-content: center;
}

#article-search > form > div {
  background: #fff;
  border-radius: 2px;
  padding-left: 16px;
  padding-right: 16px;
  width: 600px;
}

#article-search > form > div > label {
  left: 16px;
  width: calc(100% - 2 * 16px);
}

#article-search > form > div > label::after {
  background-color: #00e5ff !important;
}

#article-search > form > div > button {
  bottom: 5.5px;
  right: 5.5px;
}

#article-projects {
  margin-top: 150px;
  min-height: calc(100vh - 56px - 150px);
}

#article-projects-projects {
  display: flex;
  justify-content: center;
}

#article-projects-projects > div {
  display: flex;
  flex-direction: column;
  height: calc(250px - 2 * 16px);
  justify-content: space-between;
  padding: 16px;
  width: calc(350px - 2 * 16px);
}

#article-projects-projects > div > h3 {
  font-size: 24px;
  line-height: 1.2;
  overflow: hidden;
  margin: 0;
  max-height: 130px;
  text-overflow: ellipsis;
}

#article-projects-projects > div > div {
  display: flex;
  flex-direction: row-reverse;
}

#article-projects-projects > div > div > button {
  width: 150px;
}

/*Classes*/

/*Elements*/

/*Media*/
@media (min-width: 900px) {

}

@media (max-width: 900px) {

}

@media (max-width: 660px) {
  
}

/*Fonts*/