@charset "UTF-8";

/*ID's*/
#article-welcome {
  background: url('../images/backgrounds/galaxy.jpg') center / cover fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 1200px;
  margin: 0;
  min-height: calc(100vh - 56px);
  width: 100%;
}

#article-welcome > div > div > h1 > img {
  height: 100px;
}

#article-welcome > div {
  align-items: center;
  display: flex;
  margin: 0 calc((100vw - 900px) / 2);
  margin-top: -100px;
  max-width: 900px;
  width: 100%;
}

#article-welcome > div > span {
  font-size: 400px;
  margin: 4px 0;
}

#article-project {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
  width: 100%;
}

#article-project > div {
  padding: 16px 0;
}

#article-project > div > h2 {
  font-size: 60px;
  margin: 16px 0;
}

#article-project > div > p {
  margin: 16px;
}

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

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

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

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

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

#article-about {
  background: url('../images/backgrounds/zigzag.jpg') repeat fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 1200px;
  min-height: calc(100vh - 64px);
  width: 100%;
}

#article-about > div {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  margin: 0 calc((100vw - 800px) / 2);
  max-width: 800px;
  padding: 16px 0;
  width: 100%;
}

#article-about > div > div {
  display: flex;
}

#article-about > div > div > div {
  padding: 0 16px;
}

/*Classes*/

/*Elements*/

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

}

@media (max-width: 900px) {

}

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

/*Fonts*/