body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 8px 0;
}

li {
  display: block;
}

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 19px;
  color: #cacaca;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 21px;
  }
}
@media only screen and (max-width: 813px) {
  body {
    font-size: 16px;
  }
}

html, svg {
  width: 100%;
  height: 100%;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .split {
    height: 100%;
    width: 50%;
    top: 35%;
    position: relative;
    overflow-x: hidden;
  }
}

.project1:hover, .project1:active {
  color: rgba(255, 255, 255, 0.7058823529);
}

.left {
  position: absolute;
  margin: 5px;
  bottom: 0;
  color: #707070;
  min-width: 95%;
  text-align: justify;
  text-align-last: justify;
}
@media only screen and (min-width: 1024px) {
  .left {
    position: absolute;
    display: table;
    width: 37%;
    right: 55%;
    min-width: 380px;
    max-width: 600px;
  }
}
.left .header {
  font-size: 3.5em;
  letter-spacing: -0.06em;
  margin: 0 0.1em;
  white-space: nowrap;
}
.left .text {
  font-weight: lighter;
  margin: 0 0.3em;
  letter-spacing: 0.1em;
  direction: rtl;
}
.left .temp {
  font-size: 2.6em;
  letter-spacing: -0.04em;
  margin: 0 0.1em;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .left .temp {
    margin-top: 15px;
  }
}
.left .temp2 {
  font-size: 2.6em;
  letter-spacing: -0.04em;
  margin: 1 0.1em 0;
  white-space: nowrap;
  color: rgba(112, 112, 112, 0.2039215686);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.left2 {
  position: absolute;
  margin: 5px;
  bottom: 0;
  color: #707070;
  min-width: 95%;
  text-align: justify;
  text-align-last: justify;
}
@media only screen and (min-width: 1024px) {
  .left2 {
    position: absolute;
    display: table;
    width: 43%;
    right: 55%;
    min-width: 380px;
    max-width: 600px;
  }
}
.left2 .information {
  background-color: rgba(105, 105, 105, 0.4784313725);
  font-weight: lighter;
  font-style: italic;
  letter-spacing: 0.5em;
  border-style: inset;
  border-width: 2px;
  color: rgba(255, 255, 255, 0.7058823529);
  line-height: 140%;
}
@media only screen and (min-width: 1024px) {
  .left2 .information {
    max-width: 100%;
    right: 0;
    position: inherit;
    margin-top: 20px;
  }
}
.left2 .information .about {
  padding: 5px;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .right {
    text-align: left;
    right: 0;
    position: absolute;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 813px) {
  .right .links {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 813px) {
  .right .links {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.right .links .link {
  margin: 30px;
  font-weight: lighter;
  font-style: italic;
  letter-spacing: 0.5em;
  text-decoration: underline;
}
@media only screen and (max-width: 813px) {
  .right .links .link {
    margin: 5 0 30 5px;
  }
}
@media only screen and (min-width: 813px) {
  .right .links .link {
    margin: 5 0 30 5px;
  }
}
.right .links a:link {
  color: rgba(255, 255, 255, 0.7058823529);
}
.right .links a:visited {
  color: rgba(255, 255, 255, 0.7058823529);
}
.right .links a:active {
  color: #000000;
}
.right .links a:hover {
  color: #000000;
}

footer {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16;
}
footer .copyright {
  margin: 5 11px;
}

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