body {
  background-color: #181818;
  margin: 0 auto;
  padding: 12px;
  max-width: 2000px;
}

.white {
  background-color: #ffffff;
}

.black {
  background-color: #181818;
}

.violet {
  background-color: #8511f2;
}

.blue {
  background-color: #0000ff;
}

.yellow {
  background-color: #ffc800;
}

a {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  color: white;
}
a:hover {
  font-style: italic;
}

h1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 13px;
  letter-spacing: 1px;
  color: white;
}

p {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: white;
}

nav {
  display: block;
  padding-bottom: 12px;
}
nav .logo__white {
  color: #ffffff;
}
nav .logo__black {
  color: #181818;
}
nav .logo__violet {
  color: #8511f2;
}
nav .logo__blue {
  color: #0000ff;
}
nav .logo__yellow {
  color: #ffc800;
}
nav h1 {
  display: inline-block;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
nav .menu {
  position: absolute;
  right: 12px;
  top: 12px;
}
nav .menu .item__white {
  color: #ffffff;
}
nav .menu .item__black {
  color: #181818;
}
nav .menu .item__violet {
  color: #8511f2;
}
nav .menu .item__blue {
  color: #0000ff;
}
nav .menu .item__yellow {
  color: #ffc800;
}

.project__intro {
  margin-bottom: 12px;
}
.project__header--lower {
  margin-top: 24px;
}
.project__header--project {
  display: inline-block;
  white-space: nowrap;
  width: 51.87%;
  min-width: 175px;
  text-transform: uppercase;
}
.project__header--cat {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  padding-left: 3px;
  text-transform: uppercase;
}
.project__header--year {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
}
.project__header--projectpwhite {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  min-width: 100px;
  text-transform: uppercase;
  color: white;
}
.project__header--projectpblack {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  min-width: 100px;
  text-transform: uppercase;
  color: #181818;
}
.project__header--projectpviolet {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  min-width: 100px;
  text-transform: uppercase;
  color: #8511f2;
}
.project__header--projectpblue {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  min-width: 100px;
  text-transform: uppercase;
  color: #0000ff;
}
.project__header--projectpyellow {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  min-width: 100px;
  text-transform: uppercase;
  color: #ffc800;
}
.project__header--yearpwhite {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  text-transform: uppercase;
  color: white;
}
.project__header--yearpblack {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  text-transform: uppercase;
  color: #181818;
}
.project__header--yearpviolet {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  text-transform: uppercase;
  color: #8511f2;
}
.project__header--yearpblue {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  text-transform: uppercase;
  color: #0000ff;
}
.project__header--yearpyellow {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  min-width: 100px;
  text-transform: uppercase;
  color: #ffc800;
}
.project__header--linkwhite {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
  color: white;
}
.project__header--linkblack {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
  color: #181818;
}
.project__header--linkviolet {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
  color: #8511f2;
}
.project__header--linkblue {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
  color: #0000ff;
}
.project__header--linkyellow {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  padding-top: 6px;
  color: #ffc800;
}
.project__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}

ul {
  min-height: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-top: 1px solid white;
  margin-top: 6px;
}
ul a {
  text-decoration: none;
}
ul li {
  border-bottom: 1px solid white;
  width: 100%;
  white-space: nowrap;
}
ul li p {
  line-height: 24px;
}
ul li .item__name {
  display: inline-block;
  white-space: nowrap;
  width: 51.87%;
}
ul li .item__middle {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
}
ul li .item__year {
  display: inline-block;
  position: absolute;
  right: 12px;
}
ul li .item__namep__white {
  display: inline-block;
  white-space: nowrap;
  width: 50.05%;
  color: white;
}
ul li .item__namep__white p {
  color: white;
}
ul li .item__namep__black {
  display: inline-block;
  white-space: nowrap;
  width: 50.05%;
  color: #181818;
}
ul li .item__namep__black p {
  color: #181818;
}
ul li .item__namep__violet {
  display: inline-block;
  white-space: nowrap;
  width: 50.05%;
  color: #8511f2;
}
ul li .item__namep__violet p {
  color: #8511f2;
}
ul li .item__namep__blue {
  display: inline-block;
  white-space: nowrap;
  width: 50.05%;
  color: #0000ff;
}
ul li .item__namep__blue p {
  color: #0000ff;
}
ul li .item__namep__yellow {
  display: inline-block;
  white-space: nowrap;
  width: 50.05%;
  color: #ffc800;
}
ul li .item__namep__yellow p {
  color: #ffc800;
}
ul li .item__middlep__white {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  color: white;
}
ul li .item__middlep__black {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  color: #181818;
}
ul li .item__middlep__violet {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  color: #8511f2;
}
ul li .item__middlep__blue {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  color: #0000ff;
}
ul li .item__middlep__yellow {
  display: inline-block;
  white-space: nowrap;
  width: 45%;
  color: #ffc800;
}
ul li .item__link__white {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: right;
}
ul li .item__link__white p {
  color: white;
}
ul li .item__link__white a {
  text-decoration: underline;
  line-height: 24px;
  color: white;
}
ul li .item__link__black {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: right;
}
ul li .item__link__black p {
  color: #181818;
}
ul li .item__link__black a {
  text-decoration: underline;
  line-height: 24px;
  color: #181818;
}
ul li .item__link__violet {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: right;
}
ul li .item__link__violet p {
  color: #8511f2;
}
ul li .item__link__violet a {
  text-decoration: underline;
  line-height: 24px;
  color: #8511f2;
}
ul li .item__link__blue {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: right;
}
ul li .item__link__blue p {
  color: #0000ff;
}
ul li .item__link__blue a {
  text-decoration: underline;
  line-height: 24px;
  color: #0000ff;
}
ul li .item__link__yellow {
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: right;
}
ul li .item__link__yellow p {
  color: #ffc800;
}
ul li .item__link__yellow a {
  text-decoration: underline;
  line-height: 24px;
  color: #ffc800;
}

.project__info {
  border: none;
  margin-top: 0px;
  margin-bottom: 12px;
}
.project__info li {
  border: none;
  white-space: wrap;
}
.project__info li p {
  line-height: 12px;
}
.project__info li .item__year {
  display: inline-block;
  position: absolute;
  right: 12px;
}
.project__info li .item__year p {
  line-height: 24px;
}
.project__info li .item__year a {
  text-decoration: underline;
}

.wrapper {
  max-width: 800px;
  color: white;
  margin: 0 auto;
  height: 100%;
  margin-top: 36px;
}
.wrapper p {
  max-width: 800px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.wrapper .content__white a {
  color: #ffffff;
}
.wrapper .content__white p {
  color: #ffffff;
}
.wrapper .content__white figcaption {
  color: #ffffff;
}
.wrapper .content__black a {
  color: #181818;
}
.wrapper .content__black p {
  color: #181818;
}
.wrapper .content__black figcaption {
  color: #181818;
}
.wrapper .content__violet a {
  color: #8511f2;
}
.wrapper .content__violet p {
  color: #8511f2;
}
.wrapper .content__violet figcaption {
  color: #8511f2;
}
.wrapper .content__blue a {
  color: #0000ff;
}
.wrapper .content__blue p {
  color: #0000ff;
}
.wrapper .content__blue figcaption {
  color: #0000ff;
}
.wrapper .content__yellow a {
  color: #ffc800;
}
.wrapper .content__yellow p {
  color: #ffc800;
}
.wrapper .content__yellow figcaption {
  color: #ffc800;
}

img {
  display: block;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
footer p {
  line-height: 24px;
}
footer .content__white a {
  color: #ffffff;
}
footer .content__white p {
  color: #ffffff;
}
footer .content__black a {
  color: #181818;
}
footer .content__black p {
  color: #181818;
}
footer .content__violet a {
  color: #8511f2;
}
footer .content__violet p {
  color: #8511f2;
}
footer .content__blue a {
  color: #0000ff;
}
footer .content__blue p {
  color: #0000ff;
}
footer .content__yellow a {
  color: #ffc800;
}
footer .content__yellow p {
  color: #ffc800;
}
footer .mail {
  position: absolute;
  bottom: 6px;
}
footer .insta {
  position: absolute;
  bottom: 6px;
  right: 0px;
}

.footer__home {
  position: absolute;
  bottom: 0px;
  left: 12px;
}
.footer__home .insta {
  position: absolute;
  bottom: 6px;
  right: 24px;
}

/*# sourceMappingURL=index.css.map */
