body {
    background-color: #181818;
    overflow-x: hidden;
    color: white;
    font-family: "Arial";
}
header {
    background-color: #2222227f;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    position: sticky;
    border-radius: 20px;
}
header h1{
    margin: 0;
    font-size: 36px;   
}
nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    padding: 5px 5px 5px 5px;
}
nav a:hover {
    background-color: #171717;
    border-radius: 5px;
    transition: 0.25s;
}
#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
}
.divider {
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    margin-top: -3.85%;
}
section {
    display: flex;
    width: 100%;
    height: 100vh;
}
#nav-island {
  position: absolute;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 30%;
  border-radius: 50px;
  left: 25%;
  top: 30%;
  color: black;
}
#nav-island h1 {
    font-size: 60px;
    width: 100%;
    text-align: center;
}
#nav-island .hero-nav {
    width: 90%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
}
#nav-island .hero-nav a {
    color: #fff;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    background-color: #222222aa;
    font-size: 36px;
    border-radius: 5px;
}
.demoreel {
    min-width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
/*#about {
    height: 50%;
}
#about .info, #projects h1, #contact h1 {
    padding-left: 18%;
}
#about .info, #about .imgs, #projects h1, #contact h1 {
    padding-top: 5%;
}
#about .info p {
    max-width: 75%;
    font-size: 22px;
}
#about .image {
    padding-right: 5%;
}
#about .imgs {
    display: flex;
    margin-right: 10%;
}
.project-box {
  width: 68%;
  height: 75%;
  position: absolute;
  margin-left: 18%;
  margin-top: 9%;
  overflow: hidden;
}
.project-box .project {
  height: inherit;
  width: 30%;
  display: inline-flex;
  padding-right: 3%;
}
.project .thumbnail {
  background-color: white;
  width: inherit;
  height: 75%;
  position: absolute;
}
.project .title {
  bottom: 8%;
  position: absolute;
  width: inherit;
  text-align: center;
  font-size: 36px;
}*/