body {
    background-color: #2A363B;
    height: 100vh;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    width: 100vw;
    word-wrap: break-word;

}

img,
embed,
object,
video {
    max-width: 100%;
}

.HeaderContainer {
    display: flex;
    height: 20vh;
    position: relative;
}

.shrink-header {
    height: 8vh;
}

.restore-header {
    height: 20vh;
    max-height: 20vh;
}

.HeaderBG {
    animation: bganimation 30s infinite;
    background-image: linear-gradient(17deg, #ff5858, #f09819, #2af598, #009efd);
    background-size: 500% 100%;
    height: 20vh;
    left: 0;
    max-height: 20vh;
    position: fixed;
    top: 0;
    transition: 0.8s;
    width: 100vw;
    z-index: 1;
}

.HeaderImage {
    bottom: 0;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}

#hi-cp1 {
    height: 80%;
}

#hi-cp2 {
    height: 60%;
}

.TitleImage {
    align-items: center;
    bottom: 0;
    margin-left: 8%;
    margin-right: 8%;
    opacity: 0.29;
    position: absolute;
    width: 84%;
}

.hide-element {
    display: none;
}

.nav-bar-control {
    display: inline;
}

.nav-bar {
    background-color: rgba(11, 12, 16, 0.6);
    border-radius: 0 12px 12px 0;
    color: aquamarine;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 0.8em 0.8em 0.8em 0;
    max-width: 60vw;
    position: absolute;
    transform: translate(-200px, 0);
    transition: transform 1s ease;
    vertical-align: middle;
    width: 200px;
    z-index: 1;
}

.icon-holder {
    max-height: 2.375em;
}

.icon-text {
    position: relative;
    display: inline;
    color: antiquewhite;
    align-content: center;
    vertical-align: middle;
}

.navopen {
    transform: translate(0, 0);
}

.rotatemenu {
    transform: translate(200px, 0) rotate(180deg);
}

.menu-icon {
    z-index: 1;
    margin: 0.8em;
    height: 2.8em;
    padding: 0;
    opacity: 0.9;
    position: absolute;
    transition: transform 1s ease;
}

.menu-icon-holder {
    display: inline;
}

.social-icon {
    background-color: rgba(250, 235, 215, 0.9);
    position: relative;
    border-radius: 0.5em;
    margin: 0.25em;
    max-height: 2em;
    height: 2em;
    opacity: 0.96;
    padding: 2px;
    vertical-align: middle;
}

.github-icon {
    order: 3;
}

.linkedin-icon {
    order: 2;
}

.telegram-icon {
    order: 1;
}

.protonmail-icon {
    order: 0;
}

@keyframes bganimation {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.transition-color-box {
    position: fixed;
    width: 100vw;
    height: 2vh;
    z-index: 1;
    transition: 0.8s;
}

.tcb1 {
    background-color: #99B898;
    height: 1vh;
    width: 100vw;
}

.tcb2 {
    background-color: #FECEAB;
    height: 0.8vh;
}

.tcb3 {
    background-color: #FF847C;
    height: 0.8vh;
}

.tcb4 {
    background-color: #E84A5F;
    height: 1vh;
}

.tcb5 {
    background-color: #2A363B;
}

.container {
    color: white;
    position: relative;
    height: auto;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 100vw;
}

.content-body {
    margin: 2em 3em 1em 3em;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1em;
    height: auto;
}

h2,
h1,
h3,
p {
    font-size: 1rem;
    line-height: 0.77;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #99B898;
    margin: 2em auto 1em auto;
    padding: 1em;
}

.post {
    border-bottom: 1px solid #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

.post-title {
    margin: 2em 0 0 0;
    padding: 0.2em;
    font-size: 1.75rem;
    font-weight: 800;
    background-color: #424242;
    letter-spacing: -0.05em;
    font-family: "Miriam Libre", Arial, sans-serif;
}

.post-date {
    margin: 0 auto 1.5em;
    position: relative;
    padding-left: 0.4em;
    font-size: .8rem;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    color: #8C8B89;
}

.post-text {
    font-size: 1rem;
    line-height: 1.6rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.flex-card {
    display: flex;
}

.about-me {
    display: flex;
    flex-wrap: wrap;
}

.about-me-text {
    margin: 0.3em .5em 0.5em 1.2em;
    max-width: 10em;
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
}

.about-me-header {
    margin: 0.3em .5em 0.5em 1.2em;
    padding: 0.8em;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

.circular-image {
    font-size: 1em;
    display: flex;
    width: auto;
    height: auto;
    max-height: 10rem;
    max-width: 10rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: bisque;
}

.footer {
    background-color: #424242;
    margin: 1% 20% 0 20%;
    padding: 10px;
    text-align: center;
}
