* {
  box-sizing: border-box;
}

hr {
  margin-left: 0;
}
p {
  font-family: "Poppins";
  font-size: 1.3em;
  line-height: 2;
  color: #fff;
}

a {
  text-decoration: none;
}

summary h3 {
  color: rgb(189, 84, 189);
}
summary h3:hover {
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #a026a0;
}

a:visited {
  color: inherit;
}

body {
  margin: 0;
  background: #040f1a;
}

section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 64px;
}
p a {
  color: violet;
}

p a:visited {
  color: violet;
}

.projectDisplay {
  align-items: center;
  vertical-align: middle;
  align-content: center;
  width: 100%;
  text-align: center;
}

.projectBanner {
  width: 370px;
  border: 2px white solid;
  margin: 20px;
}

p a:hover {
  text-decoration: underline;
}

h2 a:hover {
  text-decoration: underline;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(images/Screenshot_1.png);
  width: 100%;
  display: flex;
  padding: 14px;
  z-index: 10;
  transition: background, border 0.2s ease-in-out;
}

footer {
  background-image: url(images/Screenshot_1.png);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-top: 2px solid white;
}

footer > p {
  border: 1px solid yellow;
  margin: 0 auto;
}

.nav--scrolled {
  border-bottom: 2px solid #fff;
}

nav > a > img {
  height: 50px;
  margin: 0;
  padding: 0;
}

nav > a {
  margin: 0;
  padding: 0;
}

nav > ul {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  margin: 0 -8px;
  margin-left: auto;
  font-size: 1.75em;
  color: #fff;
  font-family: "Poppins";
  font-weight: 300;
  text-transform: lowercase;
}

nav > ul > li {
  padding: 0 16px;
}

nav > ul > li > a {
  color: inherit;
}

nav > ul > li > a:hover {
  color: #d13fd1;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Poppins";
  font-weight: 400;
  padding: 0;
  margin: 0.25em 0;
  line-height: 1.2;
  color: #a026a0;
}

h3 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 32px;
  padding: 0;
  margin: 0 auto;
  line-height: 1;
  color: #a026a0;
}

section.about > ul > li > p {
  margin: 0;
}

div.skills {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 45%;
}

h1 {
  font-size: 5em;
  margin: 1em 0;
  text-transform: lowercase;
  color: #fff;
}

h2 {
  font-size: 3em;
  margin-top: 0;
}

div.body_background {
  max-width: 1500px;
  background-color: rgba(0, 0, 0, 0.45);
  margin: 0 auto;
}
.rellax-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -5;
}

.rellax object {
  position: absolute;
}

.rellax-container object * {
  fill: #fff !important;
}

.alien {
  position: relative;
}

.alien * {
  fill: #fff !important;
}

div.video_content {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

iframe {
  margin: 0 auto;
  width: 100%;
  min-height: 900px;
}
div.image_content {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

div.image_content > img {
  width: 100%;
  height: auto;
}

div.video_content > video {
  width: 75%;
  height: auto;
}
section.hero {
  width: 100%;
}
.hero {
  max-width: 100%;
  min-height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("./low-poly-grid-haikei.svg");
  background-size: cover;
  color: #fff;
  z-index: 2;
}

.hero__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

.hero h1 {
  line-height: 1.5;
}

.hero h1 > span {
  background: #05080a;
}

.about {
  font-size: 1.2em;
}
