* {
    margin: 0;
    color: #BBBBBB;
    font-family: "Eczar", sans-serif;
}

body {
    background: #211718;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
}

header {
    position: absolute;
    top: 0;
    top: left;
    height: 170px;
    width: 100%;
    background: #222222;
    background-image: url("assets/double-bubble-dark.webp");
}

/*footer {
    margin-top: 150px;
    min-height: 150px;
    background: #222222;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url("assets/double-bubble-dark.webp");
}*/

.headercontainer-left {
    position: absolute;
    top: 50px;
    left: 50px;
}

.headercontainer-right {
    position: absolute;
    top: 50px;
    right: 50px;
}

h1 {
    margin-top: 10px;
    text-align: center;
    font-variant: small-caps;
    font-size: 100px;
    line-height: 100px;
}

h2 {
    text-align: center;
    vertical-align: top;
    font-size: 25px;
    font-weight: 100;
}

h3 {
    text-align: center;
    font-variant: small-caps;
    font-size: 55px;
}

.item {
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 15px;
}

.item h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.photo {
    width: 150vw;
    position: absolute;
    margin-top: -30%;
    left: -85%;
}

.textsection {
    display: block;
    position: relative;
    width: 50%;
    top: 210px;
    margin-left: auto;
    margin-right: 0;
}

.quote {
    text-align: right;
}

.quoter {
    text-align: right;
    font-size: 30px;
    font-style: italic;
}

.layer1 {
    z-index: -1;
    transform: translateZ(-1px);
}

.layer2 {
    transform: translateZ(0px);
}

.email {
    width: 300px;
    transform: translateY(8px);
}

.phone {
    width: 150px;
    transform: translateY(5px) translateX(4px);
}

.linkedin {
    width: 70px;
    transform: translateY(4px);

}

.github {
    width: 70px;
    transform: translateY(10px);
}

