﻿.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.header {
    background: #31313100 !important;
}
.about-me {
    background: rgba(0, 0, 0, 0.5) !important;
}

.experience-chart li p {
    color: whitesmoke !important; 
}
.skillbar-title {
    color: whitesmoke !important;
    mix-blend-mode: difference;
}
.skillbar-title, .skill-bar-percent {
    color: white !important;
}
.download-cv {
    color: white !important;
}
.contact {
    background: rgba(0, 0, 0, 0) !important;
}
.text-holder {
    color: whitesmoke;
}
.about-me-text h1 {
    color: #ffffff !important;
}
.section {
    background: white !important;
}
h3 {
    color: #ffffff !important;
}
ul.experience-chart h4 {
    color: #ffffff !important;
}
.services-icon {
    margin-bottom: 40px !important;
}
@media (max-height: 535px) and (max-width: 468px) {
    .last-name {
        font-size: 35px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 469px) and (min-height: 536px) {
    .last-name {
        font-size: 35px !important;
        line-height: 1 !important;
    }
}